Run main.py to get prompt and response data, or interactive_prompt to create prompt and discussion data.
Label the resulting data by hand (biased/unbiased) in the y column.
Run compare_llm_to_gpt2.py to label the data by gpt-2 and get the accuracy score of gpt-2's labels compared to the labels in the y column.
Python
100.0%
Run main.py to get prompt and response data, or interactive_prompt to create prompt and discussion data.
Label the resulting data by hand (biased/unbiased) in the y column.
Run compare_llm_to_gpt2.py to label the data by gpt-2 and get the accuracy score of gpt-2's labels compared to the labels in the y column.
Python
100.0%