TroyDoesAI commited on
Commit
bc92bb6
·
verified ·
1 Parent(s): 2f84479

Swapped out some layers with higher SNR.

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": ".\\Mermaid\\",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
@@ -131,7 +131,7 @@
131
  "sliding_window": 262144,
132
  "tie_word_embeddings": false,
133
  "torch_dtype": "float16",
134
- "transformers_version": "4.39.3",
135
  "use_cache": true,
136
  "vocab_size": 32064
137
  }
 
1
  {
2
+ "_name_or_path": ".\\TroyDoesAI\\",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
 
131
  "sliding_window": 262144,
132
  "tie_word_embeddings": false,
133
  "torch_dtype": "float16",
134
+ "transformers_version": "4.40.2",
135
  "use_cache": true,
136
  "vocab_size": 32064
137
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 1,
4
  "eos_token_id": 32000,
5
  "pad_token_id": 32000,
6
- "transformers_version": "4.39.3"
7
  }
 
3
  "bos_token_id": 1,
4
  "eos_token_id": 32000,
5
  "pad_token_id": 32000,
6
+ "transformers_version": "4.40.2"
7
  }
model-00001-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fa52db6f00f4edb77cf475117eec83d40487901ab55c779b90234febb905ff5
3
  size 4972489200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae2cf24a20ac2b536c9094335a5264609d53aec97ddec26cd453f56d1df55d28
3
  size 4972489200
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:060d965511997a78891b3802384e36cbe1b92dd452d6ab9cfbdc84732d21753b
3
  size 4983118840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba688d1b2f593cf0844da614c28216f283713a7647d01db441988783c50cd448
3
  size 4983118840
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a241892ca0706956dfe4c15ddd564e36218a9532ac4990855fb28e455b1d66b
3
  size 4934746512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b482db37bb031700c51aeeff1e4bcd1e1cc19680bfb0385751bc85cad0df6aa5
3
  size 4934746512
tokenizer.json CHANGED
@@ -233,6 +233,7 @@
233
  "end_of_word_suffix": null,
234
  "fuse_unk": true,
235
  "byte_fallback": true,
 
236
  "vocab": {
237
  "<unk>": 0,
238
  "<s>": 1,
 
233
  "end_of_word_suffix": null,
234
  "fuse_unk": true,
235
  "byte_fallback": true,
236
+ "ignore_merges": false,
237
  "vocab": {
238
  "<unk>": 0,
239
  "<s>": 1,