Skip to content
New issue

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

Add Sst2 #250

Merged
merged 3 commits into from
May 27, 2024
Merged

Add Sst2 #250

merged 3 commits into from
May 27, 2024

Conversation

mianqiu00
Copy link
Contributor

  • Sst2

  • choices: [negative, positive]

  • zero-shot

python inference.py -m Llama-2-7b-hf -d sst2 -shots 0 --ranking_type prob

Our results: 59.75.

python inference.py -m Meta-Llama-3-8B -d sst2 -shots 0 --ranking_type prob

Our results: 74.89.

  • one-shot
python inference.py -m Llama-2-7b-hf -d sst2 -shots 1 --ranking_type prob

Our results: 49.08.

python inference.py -m Meta-Llama-3-8B -d sst2 -shots 1 --ranking_type prob

Our results: 92.43.

  • 32-shot
python inference.py -m Llama-2-7b-hf -d sst2 -shots 32 --ranking_type prob

Our results: 87.16.

python inference.py -m Meta-Llama-3-8B -d sst2 -shots 32 --ranking_type prob

Our results: 94.72.

@StevenTang1998 StevenTang1998 merged commit 327f559 into RUCAIBox:main May 27, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants