Adding Evaluation Results

#3
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -124,4 +124,17 @@ print(tokenizer.decode(output[0].tolist(), skip_special_tokens=True))
124
 
125
  ## Citation
126
 
127
- If you use this model, please consider citing the original work, from the original repo [here](https://github.com/BlinkDL/ChatRWKV/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
 
125
  ## Citation
126
 
127
+ If you use this model, please consider citing the original work, from the original repo [here](https://github.com/BlinkDL/ChatRWKV/)
128
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
129
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_RWKV__rwkv-4-169m-pile)
130
+
131
+ | Metric | Value |
132
+ |-----------------------|---------------------------|
133
+ | Avg. | 25.07 |
134
+ | ARC (25-shot) | 23.63 |
135
+ | HellaSwag (10-shot) | 31.74 |
136
+ | MMLU (5-shot) | 23.18 |
137
+ | TruthfulQA (0-shot) | 41.92 |
138
+ | Winogrande (5-shot) | 50.91 |
139
+ | GSM8K (5-shot) | 0.45 |
140
+ | DROP (3-shot) | 3.65 |