danielhanchen commited on
Commit
8dba33d
1 Parent(s): b08eeb0

Upload config

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
@@ -46,6 +46,7 @@
46
  "tie_word_embeddings": false,
47
  "torch_dtype": "bfloat16",
48
  "transformers_version": "4.44.0",
 
49
  "use_cache": true,
50
  "vocab_size": 32064
51
  }
 
1
  {
2
+ "_name_or_path": "unsloth/Phi-3-mini-4k-instruct",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
 
46
  "tie_word_embeddings": false,
47
  "torch_dtype": "bfloat16",
48
  "transformers_version": "4.44.0",
49
+ "unsloth_version": "2024.8",
50
  "use_cache": true,
51
  "vocab_size": 32064
52
  }