martinezmatias
commited on
Update config.json
Browse filesAccording to the [model.safetensors](https://huggingface.co/microsoft/phi-1?show_file_info=model.safetensors) file from Phi-1 is fp16, but this file indicates float32.
This PR proposes to fix that value.
- config.json +1 -1
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
-
"torch_dtype": "
|
27 |
"transformers_version": "4.37.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 51200
|
|
|
23 |
"rope_scaling": null,
|
24 |
"rope_theta": 10000.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float16",
|
27 |
"transformers_version": "4.37.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 51200
|