laurentiubp commited on
Commit
aae4b08
1 Parent(s): 4fa1707

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -50,6 +50,14 @@ The first epoch logs every 100 steps while the second epoch logs every 200 steps
50
  **License** The model uses the llama-3 license available at: [https://llama.meta.com/llama3/license](https://llama.meta.com/llama3/license)
51
 
52
 
 
 
 
 
 
 
 
 
53
  ### Use with transformers
54
 
55
  See the snippet below for usage with Transformers:
 
50
  **License** The model uses the llama-3 license available at: [https://llama.meta.com/llama3/license](https://llama.meta.com/llama3/license)
51
 
52
 
53
+ ## Benchmarks
54
+
55
+ | Benchmark | Value |
56
+ | ------------------ | ------ |
57
+ | MMLU 5 shot | 55.28 |
58
+ | GSM8K cot 8 shot | 51.63 |
59
+
60
+
61
  ### Use with transformers
62
 
63
  See the snippet below for usage with Transformers: