Bram Vanroy commited on
Commit ·
3984712
1
Parent(s): 6d6063e
fix RL llama 2 chat
Browse files- evals/models.json +2 -2
evals/models.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"compute_dtype": "bfloat16",
|
| 60 |
"dutch_coverage": "none",
|
| 61 |
"model_name": "meta-llama/Llama-2-13b-chat-hf",
|
| 62 |
-
"model_type": "
|
| 63 |
"num_parameters": 13015864320,
|
| 64 |
"quantization": "8-bit"
|
| 65 |
},
|
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"compute_dtype": "bfloat16",
|
| 76 |
"dutch_coverage": "none",
|
| 77 |
"model_name": "meta-llama/Llama-2-7b-chat-hf",
|
| 78 |
-
"model_type": "
|
| 79 |
"num_parameters": 6738415616,
|
| 80 |
"quantization": "8-bit"
|
| 81 |
},
|
|
|
|
| 59 |
"compute_dtype": "bfloat16",
|
| 60 |
"dutch_coverage": "none",
|
| 61 |
"model_name": "meta-llama/Llama-2-13b-chat-hf",
|
| 62 |
+
"model_type": "RL-tuned",
|
| 63 |
"num_parameters": 13015864320,
|
| 64 |
"quantization": "8-bit"
|
| 65 |
},
|
|
|
|
| 75 |
"compute_dtype": "bfloat16",
|
| 76 |
"dutch_coverage": "none",
|
| 77 |
"model_name": "meta-llama/Llama-2-7b-chat-hf",
|
| 78 |
+
"model_type": "RL-tuned",
|
| 79 |
"num_parameters": 6738415616,
|
| 80 |
"quantization": "8-bit"
|
| 81 |
},
|