mjbuehler commited on
Commit
e18632a
1 Parent(s): c3f7054

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
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": false,
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
  }