Adding Evaluation Results

#2
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -44,4 +44,17 @@ tokenizer = LlamaTokenizerFast.from_pretrained(
44
  tokenizer.push_to_hub("open_llama_3b_600bt_preview")
45
  ```
46
  2) `AutoTokenizer` does not recognize the BOS, EOS and UNK tokens. Weirdly `<unk>` ie the 0 token was added instead of the `<s>` or `</s>` token.
47
- 3) Manually added BOS `<s>`, EOS `</s>`, UNK `<unk>` tokens, with PAD (padding) being also the `<unk>` token.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  tokenizer.push_to_hub("open_llama_3b_600bt_preview")
45
  ```
46
  2) `AutoTokenizer` does not recognize the BOS, EOS and UNK tokens. Weirdly `<unk>` ie the 0 token was added instead of the `<s>` or `</s>` token.
47
+ 3) Manually added BOS `<s>`, EOS `</s>`, UNK `<unk>` tokens, with PAD (padding) being also the `<unk>` token.
48
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
49
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_danielhanchen__open_llama_3b_600bt_preview)
50
+
51
+ | Metric | Value |
52
+ |-----------------------|---------------------------|
53
+ | Avg. | 32.13 |
54
+ | ARC (25-shot) | 36.86 |
55
+ | HellaSwag (10-shot) | 59.96 |
56
+ | MMLU (5-shot) | 25.97 |
57
+ | TruthfulQA (0-shot) | 32.81 |
58
+ | Winogrande (5-shot) | 63.69 |
59
+ | GSM8K (5-shot) | 0.61 |
60
+ | DROP (3-shot) | 5.0 |