Adding Evaluation Results

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