FinancialSupport commited on
Commit
ab09c63
1 Parent(s): 360400e

Update meta-llama/Meta-Llama-2-70b-chat-hf.json

Browse files
meta-llama/Meta-Llama-2-70b-chat-hf.json CHANGED
@@ -1,19 +1,19 @@
1
- {
2
- "config": {
3
- "model_dtype": "bfloat16",
4
- "model_name": "meta-llama/Llama-2-70b-chat-hf",
5
- "model_sha": "main"
6
- },
7
- "results": {
8
- "mmlu_it": {
9
- "acc": 0.651
10
- },
11
- "hellaswag_it": {
12
- "acc_norm": 0.709
13
- },
14
- "arc_it": {
15
- "acc_norm": 0.494
16
- }
17
- },
18
- "versions": null
19
  }
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "float16",
4
+ "model_name": "meta-llama/Llama-2-70b-chat-hf",
5
+ "model_sha": "main"
6
+ },
7
+ "results": {
8
+ "mmlu_it": {
9
+ "acc": 0.651
10
+ },
11
+ "hellaswag_it": {
12
+ "acc_norm": 0.709
13
+ },
14
+ "arc_it": {
15
+ "acc_norm": 0.494
16
+ }
17
+ },
18
+ "versions": null
19
  }