ATL-Machine commited on
Commit
b892469
·
verified ·
1 Parent(s): 973bf87

Upload model (bfloat16) from script

Browse files
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be6a55a8c74826b003672043b47fc3f44a5b668c4808c2f722c51c79a4be8f12
3
  size 4967215360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63b511d4b743fd5df594b9fb9040616616768c0e7c05c60e2acfc9900f4c3dde
3
  size 4967215360
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7f53033cd678bc4bd2147c430b6b158e13b860ff10457363c775dd651a592d9
3
  size 3077766632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c6acb2a1c86d7461edbe9d62332940d4ecb1000ddbe214d18d4da8f160fb38
3
  size 3077766632
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2599cd3d41030bdbdef94d7150f78a763b4c9be9801484cbc89a206421478159
3
  size 11422753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdae4f63fd537a7af2164b622e067364731565d422e297728fe6c9bd3213280e
3
  size 11422753
tokenizer_config.json CHANGED
@@ -231,9 +231,13 @@
231
  "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
 
234
  "model_max_length": 131072,
235
  "pad_token": "<|endoftext|>",
236
  "split_special_tokens": false,
 
237
  "tokenizer_class": "Qwen2Tokenizer",
 
 
238
  "unk_token": null
239
  }
 
231
  "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
+ "max_length": 4094,
235
  "model_max_length": 131072,
236
  "pad_token": "<|endoftext|>",
237
  "split_special_tokens": false,
238
+ "stride": 0,
239
  "tokenizer_class": "Qwen2Tokenizer",
240
+ "truncation_side": "right",
241
+ "truncation_strategy": "longest_first",
242
  "unk_token": null
243
  }