We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running list of assets for BLOOMZ that always output a single class (~tested with 30-50 samples)
assets/benchmark_v1/sentiment_emotion_others/StanceUnifiedFC_BLOOMZ_ZeroShot: "disagree" assets/benchmark_v1/factuality_disinformation_harmful_content/Subjectivity_BLOOMZ_ZeroShot.py: "OBJ" assets/benchmark_v1/demography/gender/GenderArapTweet_BLOOMZ_ZeroShot.py: "Female"
assets/benchmark_v1/sentiment_emotion_others/StanceUnifiedFC_BLOOMZ_ZeroShot
assets/benchmark_v1/factuality_disinformation_harmful_content/Subjectivity_BLOOMZ_ZeroShot.py
assets/benchmark_v1/demography/gender/GenderArapTweet_BLOOMZ_ZeroShot.py
Sample code to print label prediction to see easily
label prediction
jq '"\(.label) \(.filtered_output)"' results/benchmark_v1_run1/factuality_disinformation_harmful_content/Subjectivity_BLOOMZ_ZeroShot/summary.jsonl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running list of assets for BLOOMZ that always output a single class (~tested with 30-50 samples)
assets/benchmark_v1/sentiment_emotion_others/StanceUnifiedFC_BLOOMZ_ZeroShot
: "disagree"assets/benchmark_v1/factuality_disinformation_harmful_content/Subjectivity_BLOOMZ_ZeroShot.py
: "OBJ"assets/benchmark_v1/demography/gender/GenderArapTweet_BLOOMZ_ZeroShot.py
: "Female"Sample code to print
label prediction
to see easilyjq '"\(.label) \(.filtered_output)"' results/benchmark_v1_run1/factuality_disinformation_harmful_content/Subjectivity_BLOOMZ_ZeroShot/summary.jsonl
The text was updated successfully, but these errors were encountered: