Adding Evaluation Results

#5
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -60,4 +60,17 @@ with torch.no_grad():
60
  ).cuda()
61
  output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
62
  print(output.replace(prompt, '').strip())
63
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ).cuda()
61
  output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
62
  print(output.replace(prompt, '').strip())
63
+ ```
64
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
65
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_minlik__chinese-alpaca-33b-merged)
66
+
67
+ | Metric | Value |
68
+ |-----------------------|---------------------------|
69
+ | Avg. | 53.09 |
70
+ | ARC (25-shot) | 59.3 |
71
+ | HellaSwag (10-shot) | 78.43 |
72
+ | MMLU (5-shot) | 57.69 |
73
+ | TruthfulQA (0-shot) | 52.45 |
74
+ | Winogrande (5-shot) | 76.09 |
75
+ | GSM8K (5-shot) | 8.04 |
76
+ | DROP (3-shot) | 39.67 |