Adding Evaluation Results

#1
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -69,3 +69,17 @@ python finetune.py \
69
  ```
70
 
71
  You can find how the training went from W&B report [here](https://wandb.ai/chansung18/gpt4_alpaca_lora/runs/w3syd157?workspace=user-chansung18).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ```
70
 
71
  You can find how the training went from W&B report [here](https://wandb.ai/chansung18/gpt4_alpaca_lora/runs/w3syd157?workspace=user-chansung18).
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_TheBloke__gpt4-alpaca-lora-13B-HF)
75
+
76
+ | Metric | Value |
77
+ |-----------------------|---------------------------|
78
+ | Avg. | 47.17 |
79
+ | ARC (25-shot) | 59.56 |
80
+ | HellaSwag (10-shot) | 82.09 |
81
+ | MMLU (5-shot) | 47.48 |
82
+ | TruthfulQA (0-shot) | 48.96 |
83
+ | Winogrande (5-shot) | 76.72 |
84
+ | GSM8K (5-shot) | 9.1 |
85
+ | DROP (3-shot) | 6.32 |