Adding Evaluation Results

#4
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -169,3 +169,17 @@ tokenizer = AutoTokenizer.from_pretrained("KoboldAI/GPT-J-6B-Skein")
169
  model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-J-6B-Skein")
170
  ```
171
  </details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-J-6B-Skein")
170
  ```
171
  </details>
172
+
173
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
174
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_KoboldAI__GPT-J-6B-Skein)
175
+
176
+ | Metric | Value |
177
+ |-----------------------|---------------------------|
178
+ | Avg. | 35.0 |
179
+ | ARC (25-shot) | 42.58 |
180
+ | HellaSwag (10-shot) | 68.69 |
181
+ | MMLU (5-shot) | 24.88 |
182
+ | TruthfulQA (0-shot) | 38.7 |
183
+ | Winogrande (5-shot) | 63.85 |
184
+ | GSM8K (5-shot) | 1.44 |
185
+ | DROP (3-shot) | 4.86 |