Adding Evaluation Results

#6
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -82,4 +82,17 @@ tokenizer = AutoTokenizer.from_pretrained("jslin09/bloom-560m-finetuned-fraud")
82
  model = AutoModelForCausalLM.from_pretrained("jslin09/bloom-560m-finetuned-fraud")
83
  </code>
84
  </pre>
85
- </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  model = AutoModelForCausalLM.from_pretrained("jslin09/bloom-560m-finetuned-fraud")
83
  </code>
84
  </pre>
85
+ </details>
86
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
87
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_jslin09__bloom-560m-finetuned-fraud)
88
+
89
+ | Metric | Value |
90
+ |-----------------------|---------------------------|
91
+ | Avg. | 18.37 |
92
+ | ARC (25-shot) | 26.96 |
93
+ | HellaSwag (10-shot) | 28.87 |
94
+ | MMLU (5-shot) | 24.03 |
95
+ | TruthfulQA (0-shot) | 0.0 |
96
+ | Winogrande (5-shot) | 48.38 |
97
+ | GSM8K (5-shot) | 0.0 |
98
+ | DROP (3-shot) | 0.33 |