Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -69,4 +69,17 @@ with open(json_filename, "w") as json_file:
69
  json.dump(extracted_data, json_file, indent=4)
70
 
71
  print(f"數據已提取並保存為 {json_filename}")
72
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  json.dump(extracted_data, json_file, indent=4)
70
 
71
  print(f"數據已提取並保存為 {json_filename}")
72
+ ```
73
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
74
+ 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)
75
+
76
+ | Metric | Value |
77
+ |-----------------------|---------------------------|
78
+ | Avg. | 46.76 |
79
+ | ARC (25-shot) | 58.96 |
80
+ | HellaSwag (10-shot) | 82.51 |
81
+ | MMLU (5-shot) | 56.12 |
82
+ | TruthfulQA (0-shot) | 40.07 |
83
+ | Winogrande (5-shot) | 76.64 |
84
+ | GSM8K (5-shot) | 6.82 |
85
+ | DROP (3-shot) | 6.23 |