monsoon-nlp commited on
Commit
073353c
·
verified ·
1 Parent(s): 626ff8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -48,7 +48,9 @@ lighteval accelerate \
48
  --use-chat-template
49
  ```
50
 
51
- Llama-3.1-8B-Instruct got 50.67% accuracy. I haven't been able to run all of the questions by OpenAI, but ChatGPT was doing pretty good on a sample of questions.
 
 
52
 
53
  ## Source information
54
 
 
48
  --use-chat-template
49
  ```
50
 
51
+ Llama-3.1-8B-Instruct got 50.67% accuracy on the full dataset.<br/>
52
+ In a test of reasoning models on a small sample, `DeepSeek-R1-Distill-Llama-8B` got 4/9 and `DeepSeek-R1-Distill-Qwen-14B` got 7/9: [LightEval / CoLab notebook](https://colab.research.google.com/drive/1e4rZoEHWe3kVPDsdSGcUMhcVAAXLVOkD?usp=sharing),<br/>
53
+ ChatGPT was doing pretty good on the questions that I tested, but I didn't do a full evaluation.<br/>
54
 
55
  ## Source information
56