rasyosef commited on
Commit
0fb8040
1 Parent(s): 2f92a06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -103,13 +103,14 @@ This model outperforms HuggingFace's SmolLM-1.7B-Instruct and the TinyLlama-1.1B
103
 
104
  - **IFEval (Instruction Following Evaluation)**: IFEval is a fairly interesting dataset that tests the capability of models to clearly follow explicit instructions, such as “include keyword x” or “use format y”. The models are tested on their ability to strictly follow formatting instructions rather than the actual contents generated, allowing strict and rigorous metrics to be used.
105
  - **GSM8k (5-shot)**: diverse grade school math word problems to measure a model's ability to solve multi-step mathematical reasoning problems.
 
106
  - **TruthfulQA** - a test to measure a model's propensity to reproduce falsehoods commonly found online. Note: TruthfulQA is technically a 6-shot task in the Harness because each example is prepended with 6 Q/A pairs, even in the 0-shot setting.
107
  - **Winogrande (5-shot)** - an adversarial and difficult Winograd benchmark at scale, for commonsense reasoning.
108
 
109
- |Model|Size (# params)|IFEval|GSM8K|TruthfulQA|Winogrande|
110
- |:----|:--------------|:-----|:----|:---------|:---------|
111
- |[Phi-1_5-Instruct-v0.1](https://huggingface.co/rasyosef/Phi-1_5-Instruct-v0.1)|1.4B|**26.71**|**41.78**|**47.9**|70.4|
112
- |[SmolLM-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-1.7B-Instruct)|1.7B|24.21|3.45|47.38|63.61|
113
- |[TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)|1.1B|21.23|0|39.14|61.01|
114
- |[phi-1_5](https://huggingface.co/microsoft/phi-1_5)|1.4B|20.51|31.73|40.86|**71.74**|
115
 
 
103
 
104
  - **IFEval (Instruction Following Evaluation)**: IFEval is a fairly interesting dataset that tests the capability of models to clearly follow explicit instructions, such as “include keyword x” or “use format y”. The models are tested on their ability to strictly follow formatting instructions rather than the actual contents generated, allowing strict and rigorous metrics to be used.
105
  - **GSM8k (5-shot)**: diverse grade school math word problems to measure a model's ability to solve multi-step mathematical reasoning problems.
106
+ - **MMLU (5-shot)** - a test to measure a text model's multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more.
107
  - **TruthfulQA** - a test to measure a model's propensity to reproduce falsehoods commonly found online. Note: TruthfulQA is technically a 6-shot task in the Harness because each example is prepended with 6 Q/A pairs, even in the 0-shot setting.
108
  - **Winogrande (5-shot)** - an adversarial and difficult Winograd benchmark at scale, for commonsense reasoning.
109
 
110
+ |Model|Size (# params)|IFEval|GSM8K|MMLU|TruthfulQA|Winogrande|
111
+ |:----|:--------------|:-----|:----|:---|:---------|:---------|
112
+ |[Phi-1_5-Instruct-v0.1](https://huggingface.co/rasyosef/Phi-1_5-Instruct-v0.1)|1.4B|**26.71**|**41.78**|39.72|**47.9**|70.4|
113
+ |[SmolLM-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-1.7B-Instruct)|1.7B|24.21|3.45|23.57|47.38|63.61|
114
+ |[TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)|1.1B|21.23|0|24.03|39.14|61.01|
115
+ |[phi-1_5](https://huggingface.co/microsoft/phi-1_5)|1.4B|20.51|31.73|**42.48**|40.86|**71.74**|
116