Adding Evaluation Results

#2
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -61,3 +61,17 @@ for tok_id in output[0][inputs['input_ids'].shape[1]:]:
61
  answer += tokenizer.decode(tok_id)
62
  print(answer)
63
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  answer += tokenizer.decode(tok_id)
62
  print(answer)
63
  ```
64
+
65
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
66
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_TigerResearch__tigerbot-7b-sft)
67
+
68
+ | Metric | Value |
69
+ |-----------------------|---------------------------|
70
+ | Avg. | 41.01 |
71
+ | ARC (25-shot) | 41.64 |
72
+ | HellaSwag (10-shot) | 60.56 |
73
+ | MMLU (5-shot) | 29.89 |
74
+ | TruthfulQA (0-shot) | 58.18 |
75
+ | Winogrande (5-shot) | 63.54 |
76
+ | GSM8K (5-shot) | 6.29 |
77
+ | DROP (3-shot) | 27.0 |