Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
@@ -30,6 +30,6 @@
|
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.41.0.dev0",
|
33 |
-
"use_cache":
|
34 |
"vocab_size": 32064
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lamm-mit/Bioinspired-Phi-3-mini-4k",
|
3 |
"architectures": [
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
|
|
30 |
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "bfloat16",
|
32 |
"transformers_version": "4.41.0.dev0",
|
33 |
+
"use_cache": true,
|
34 |
"vocab_size": 32064
|
35 |
}
|