Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -55,3 +55,17 @@ print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
55
  year={2022}
56
  }
57
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  year={2022}
56
  }
57
  ```
58
+
59
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
60
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Salesforce__codegen-6B-multi)
61
+
62
+ | Metric | Value |
63
+ |-----------------------|---------------------------|
64
+ | Avg. | 28.38 |
65
+ | ARC (25-shot) | 27.22 |
66
+ | HellaSwag (10-shot) | 41.11 |
67
+ | MMLU (5-shot) | 25.71 |
68
+ | TruthfulQA (0-shot) | 45.65 |
69
+ | Winogrande (5-shot) | 53.91 |
70
+ | GSM8K (5-shot) | 0.99 |
71
+ | DROP (3-shot) | 4.06 |