Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"rms_norm_eps": 1e-06,
|
| 19 |
"tie_word_embeddings": false,
|
| 20 |
-
"torch_dtype": "
|
| 21 |
"transformers_version": "4.28.1",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 32000
|
|
|
|
| 17 |
"pad_token_id": 0,
|
| 18 |
"rms_norm_eps": 1e-06,
|
| 19 |
"tie_word_embeddings": false,
|
| 20 |
+
"torch_dtype": "float16",
|
| 21 |
"transformers_version": "4.28.1",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 32000
|