Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"n_layer": 32,
|
21 |
"n_positions": 4096,
|
22 |
"scale_attention_softmax_in_fp32": true,
|
23 |
-
"torch_dtype": "
|
24 |
"transformers_version": "4.31.0",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 49216
|
|
|
20 |
"n_layer": 32,
|
21 |
"n_positions": 4096,
|
22 |
"scale_attention_softmax_in_fp32": true,
|
23 |
+
"torch_dtype": "float16",
|
24 |
"transformers_version": "4.31.0",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 49216
|