Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -70,4 +70,17 @@ with open(json_filename, "w") as json_file:
70
  json.dump(extracted_data, json_file, indent=4)
71
 
72
  print(f"數據已提取並保存為 {json_filename}")
73
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  json.dump(extracted_data, json_file, indent=4)
71
 
72
  print(f"數據已提取並保存為 {json_filename}")
73
+ ```
74
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
75
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CHIH-HUNG__llama-2-13b-Open_Platypus_and_ccp_2.6w-3_epoch)
76
+
77
+ | Metric | Value |
78
+ |-----------------------|---------------------------|
79
+ | Avg. | 47.19 |
80
+ | ARC (25-shot) | 58.62 |
81
+ | HellaSwag (10-shot) | 82.56 |
82
+ | MMLU (5-shot) | 55.84 |
83
+ | TruthfulQA (0-shot) | 42.09 |
84
+ | Winogrande (5-shot) | 76.64 |
85
+ | GSM8K (5-shot) | 7.05 |
86
+ | DROP (3-shot) | 7.54 |