kernelpool commited on
Commit
5a58918
·
verified ·
1 Parent(s): ba6849b

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +6 -2
  2. config.json +4 -5
  3. model-00017-of-00206.safetensors +1 -1
  4. model-00018-of-00206.safetensors +1 -1
  5. model-00019-of-00206.safetensors +1 -1
  6. model-00020-of-00206.safetensors +1 -1
  7. model-00021-of-00206.safetensors +1 -1
  8. model-00022-of-00206.safetensors +1 -1
  9. model-00023-of-00206.safetensors +1 -1
  10. model-00024-of-00206.safetensors +1 -1
  11. model-00025-of-00206.safetensors +1 -1
  12. model-00026-of-00206.safetensors +1 -1
  13. model-00027-of-00206.safetensors +1 -1
  14. model-00028-of-00206.safetensors +1 -1
  15. model-00029-of-00206.safetensors +1 -1
  16. model-00030-of-00206.safetensors +1 -1
  17. model-00031-of-00206.safetensors +1 -1
  18. model-00032-of-00206.safetensors +1 -1
  19. model-00033-of-00206.safetensors +1 -1
  20. model-00034-of-00206.safetensors +1 -1
  21. model-00035-of-00206.safetensors +1 -1
  22. model-00036-of-00206.safetensors +1 -1
  23. model-00037-of-00206.safetensors +1 -1
  24. model-00038-of-00206.safetensors +1 -1
  25. model-00039-of-00206.safetensors +1 -1
  26. model-00040-of-00206.safetensors +1 -1
  27. model-00041-of-00206.safetensors +1 -1
  28. model-00042-of-00206.safetensors +1 -1
  29. model-00043-of-00206.safetensors +1 -1
  30. model-00044-of-00206.safetensors +1 -1
  31. model-00045-of-00206.safetensors +1 -1
  32. model-00046-of-00206.safetensors +1 -1
  33. model-00047-of-00206.safetensors +1 -1
  34. model-00048-of-00206.safetensors +1 -1
  35. model-00049-of-00206.safetensors +1 -1
  36. model-00050-of-00206.safetensors +1 -1
  37. model-00051-of-00206.safetensors +1 -1
  38. model-00052-of-00206.safetensors +1 -1
  39. model-00053-of-00206.safetensors +1 -1
  40. model-00054-of-00206.safetensors +1 -1
  41. model-00055-of-00206.safetensors +1 -1
  42. model-00056-of-00206.safetensors +1 -1
  43. model-00057-of-00206.safetensors +1 -1
  44. model-00058-of-00206.safetensors +1 -1
  45. model-00059-of-00206.safetensors +1 -1
  46. model-00060-of-00206.safetensors +1 -1
  47. model-00061-of-00206.safetensors +1 -1
  48. model-00062-of-00206.safetensors +1 -1
  49. model-00063-of-00206.safetensors +1 -1
  50. model-00064-of-00206.safetensors +1 -1
README.md CHANGED
@@ -5,14 +5,18 @@ pipeline_tag: text-generation
5
  tags:
6
  - mlx
7
  license: mit
8
- base_model: meituan-longcat/LongCat-2.0-FP8
9
  ---
10
 
11
  # kernelpool/LongCat-2.0-3bit-UVMAX
12
 
13
- Mixed-precision (UVMAX) quantization of [meituan-longcat/LongCat-2.0-FP8](https://huggingface.co/meituan-longcat/LongCat-2.0-FP8),
14
  converted with [mlx-lm](https://github.com/ml-explore/mlx-lm).
15
 
 
 
 
 
16
  ## What is UVMAX?
17
 
18
  UVMAX is a mixed-precision scheme: bit widths are assigned per tensor class
 
5
  tags:
6
  - mlx
7
  license: mit
8
+ base_model: meituan-longcat/LongCat-2.0
9
  ---
10
 
11
  # kernelpool/LongCat-2.0-3bit-UVMAX
12
 
13
+ Mixed-precision (UVMAX) quantization of [meituan-longcat/LongCat-2.0](https://huggingface.co/meituan-longcat/LongCat-2.0),
14
  converted with [mlx-lm](https://github.com/ml-explore/mlx-lm).
15
 
16
+ > **Revision note**: originally converted from the FP8 release
17
+ > ([meituan-longcat/LongCat-2.0-FP8](https://huggingface.co/meituan-longcat/LongCat-2.0-FP8)),
18
+ > the current revision is re-converted from the bf16 master checkpoint.
19
+
20
  ## What is UVMAX?
21
 
22
  UVMAX is a mixed-precision scheme: bit widths are assigned per tensor class
config.json CHANGED
@@ -7,7 +7,6 @@
7
  "attention_method": "MLA",
8
  "bos_token_id": 1,
9
  "cli_factor": 2,
10
- "disable_quant_module": [],
11
  "dsa_mtp_cli": true,
12
  "eos_token_id": 2,
13
  "expert_ffn_hidden_size": 2048,
@@ -7923,13 +7922,13 @@
7923
  },
7924
  "rms_norm_eps": 1e-05,
7925
  "rope_scaling": {
 
 
 
7926
  "beta_fast": 32,
7927
  "beta_slow": 1,
7928
- "factor": 120,
7929
  "mscale": 1,
7930
- "mscale_all_dim": 1,
7931
- "original_max_position_embeddings": 8192,
7932
- "rope_type": "deepseek_yarn"
7933
  },
7934
  "rope_theta": 1000000.0,
7935
  "routed_scaling_factor": 9,
 
7
  "attention_method": "MLA",
8
  "bos_token_id": 1,
9
  "cli_factor": 2,
 
10
  "dsa_mtp_cli": true,
11
  "eos_token_id": 2,
12
  "expert_ffn_hidden_size": 2048,
 
7922
  },
7923
  "rms_norm_eps": 1e-05,
7924
  "rope_scaling": {
7925
+ "original_max_position_embeddings": 8192,
7926
+ "rope_type": "deepseek_yarn",
7927
+ "factor": 120,
7928
  "beta_fast": 32,
7929
  "beta_slow": 1,
 
7930
  "mscale": 1,
7931
+ "mscale_all_dim": 1
 
 
7932
  },
7933
  "rope_theta": 1000000.0,
7934
  "routed_scaling_factor": 9,
model-00017-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e34ef72cb80fdd56bd3486d1e4efc6d916c3c4df812e6b131dd697a3f8c4f631
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8941c0c8843110520301b580d087d94304981fa7be603a485c20fdd7d18ea3d8
3
  size 5234491677
model-00018-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74a17ad528b2143ba88fde9c841b2ae8714df2c2188c86fac22ba0845d751075
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289df60c57551559b4c381c775762fb0c45c78778449ddfae2a085634dba1dd5
3
  size 5234491677
model-00019-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87c3f60b8af8c7cdbd45a26e71af942530ad295f4a97914ef797502abe78b1b8
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a4f2849af5128159963a1ca343f31ee6448b6a229d3f200514acc816cf8ef0
3
  size 805306649
model-00020-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d0f21b54bba92a1cad8fab0611bcc82cdb7ff9f344a2a82267abd7e7434105c
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e97b2a8c470dc167537ae83c8eaeed291485fc2c88dad6b86744c36abf391a2
3
  size 5234491676
model-00021-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d98358d43c73a4587080ba3a3d7795c009f59246d0c678ce0eaaf6d167e6e42d
3
  size 1091293851
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1a862b65884d7fe7d0e6c48e29647883ae8aa8d0f8c9f6a632df9296b1b323
3
  size 1091293851
model-00022-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ffdabb83a66ca77efe4d4121d10c3610725053a80bc9c963a9fd2f3badc4d11
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304bd12bbbcda78267875257d9f2dcd8faec69ca1026b1acc512e608998a2d57
3
  size 5234491677
model-00023-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2161503a0861b798e513c620f115d9187aadf6ad71e7e53eeb8ad29c97b3427d
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadc740cfdd4d5ca97c33344d6c1981f3e357b8079ec42468443d92bb854d626
3
  size 5234491677
model-00024-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cd60d3053c71716ad6e2b45c259c7af6501c0f77bd8d69f4ad8e178f17462e2
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e14d444649f0b824a59fce94d57c7e6b22190c4d6c31a1824272e0e42f94b9da
3
  size 805306649
model-00025-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c696e34582376e5e546a1be4f8e18a94017d0a18374fbf39d085b0f99f6ae98f
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538b5f1211d8d7228aa9084e7463d5b32107ef108be6885fcbaac1ae9960ecca
3
  size 5234491676
model-00026-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b0d29f44d83e2c7ae666e0ae3b4732a8de5f1f8d92a98457fa64db4ba30a35d
3
  size 1091293841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9580c7c85ac4c6cd620d893aad55f24a2dccfb1ba90c0ab749bd7007dea5e9
3
  size 1091293841
model-00027-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcd51638dd23a650de22b22df0e0231c3ef608f4f44eeab1d97b45e2fdd0a40e
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f10b54e2e9ea3ae9ba87acd5ec5d9da8857c39f755ed9f530a4f43a2fbc0a2
3
  size 5234491677
model-00028-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d25cc7a045c1416a9c8f030d165c033569cc597405d596927fb0dad58942fa3
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f59a80f74a65a5dc4d60c3d051345697d1e6f149af91ce37391897c8eafeba7
3
  size 5234491677
model-00029-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3207a9fc41cd05593388c94008cddaf68453d6fb1cf298f304a56072363962b4
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9536d3f317ec6ea198405d5ef03bf71f9b955d9219abe099e29e384024c35a28
3
  size 805306649
model-00030-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f97a49c65466a073eb842d30478db93f3414187bab65d1be00cc0bdb11690b33
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14b685299bf768e125d3b7532014ffb2c7978072f7c3fc09ebe902afe6750d49
3
  size 5234491676
model-00031-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0db114df9cea36449192c7a6e8eb04bb1e81d7be90450e3f5a03c44b21e13d96
3
  size 1091293847
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111329fdf8c86a1b719a39e1089086caf73f2e8f9b59be1859c6bf99bdf79767
3
  size 1091293847
model-00032-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bc1676df0841af6ba3d67b86c5cae51f1b2850ff95951ad5edcc12991bf5337
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e17530ab5e24676490df0806de4bb32eb4e2a116862ab35f4414d4191ea858
3
  size 5234491677
model-00033-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00076dc26d2eee360fb45b40d55496e5d7202bd513a7fcfbe4dd70a988178c23
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba0e9023602016c7fb9ad343ff880ca5372ce950120e91413cc0d4648fc982c7
3
  size 5234491677
model-00034-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b73aac7a360d6dac773fdd540d02811fbeb2837f76f8bd034f9d61684da4b48a
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb53a80b7af3f08776e1c136be9acdc55726037d966e9f3027d59596fa5ef442
3
  size 805306649
model-00035-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12cc45c098878b4568be3e2cebd01d2d88c28af276658434a4b5e4b1b0cb746e
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97059ee04b53b1156a032c14c27dd557efa087834c5233c918f1d2f74cb03bc3
3
  size 5234491676
model-00036-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5e6d5a2aa722873b1d9cfa6c8b0d0330bb2a250f6a239ec42ae02cd5bd2c813
3
  size 1091293863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32621257a6552e1240bdb883e3c6c3fd02b2dacc761b8214bee2410a0a52aaea
3
  size 1091293863
model-00037-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:faa2b2814dcb5eaf8608f430729ec481d633253e847dea7fb17e484036e0c419
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e81c40f2c5f3731e4f083de5bd9db9dd2fdb70bb740d016c35802ff0741adb4a
3
  size 5234491677
model-00038-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:602b1fd064afb5a8cd97b72cc9c1c0802c67f2bd5f1c9cb8b9c4c1ad78a9bbaa
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9a83b7b229e44035f05b2dd6b65e4f294db121abd8fa8e9c3a1344fe7bab81a
3
  size 5234491677
model-00039-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:242bf90e08149a982453dec5ec171db03aaa0f19a25b7e27653817eb626d3c8d
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713d7b6610713432c38042bca8d5748be9e5a4f3592ab8008318e22f737813ca
3
  size 805306649
model-00040-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dd4a965763b7d419108b00c2999deb869288fdcbd4e91c0f0aa654c1addb673
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba5a4bc7a1671402c76da5ce2383bc979b28d4e547aaee364a478df5aeb4e643
3
  size 5234491676
model-00041-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e63afa2bfe9b0108a01304eb064d81dc01ba60ebfdfa7d56b57f14d7a700424d
3
  size 1091293881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d0745fb022436c3e60fc009ebc85bc862a477e561d9fc9ea597b6bdfd8f5e0
3
  size 1091293881
model-00042-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3d93b8bfe8144efae08fa0738aa1918f9053a305e5b116992f1a201007bfa6f
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4adc6f82577575d44a80affbdf3c9ddfce035ee49f3c2f6b43c8cfe2cd3a78
3
  size 5234491677
model-00043-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2ec74e651ca06a633b8c23fee42fb2d7e50da9a489f6c7744a52d4f09457cbd
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd855da63e86bc775287ef85e2b88c69ef85e9d8dc6611a0a322a0e7720d860a
3
  size 5234491677
model-00044-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f8e7b0647767acaa74c9cfcebd6c2d81f889be92333e7eb4a7fa2169615da62
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f89e07f3e33081a31adb1132bda1336567c936f118a153d9eaa6c26de345100
3
  size 805306649
model-00045-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7df941301d75520277850926643daded34d0512fad1006319220a7d35e597bd8
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373c2d87aca2fe6463877aa96f12df94c037debb488648bb1976b235d26e76ed
3
  size 5234491676
model-00046-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b72d67805aa622535adf898e3518e232379c8a8eb44cacb6364664f64d3b6de
3
  size 1091293865
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73f3782a381de90be4d676e9d27553baa6aa66d4842866f7791044b3eb9671b
3
  size 1091293865
model-00047-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e0f9e395f9b5a0c024a4dbea405f46683c830627e7341e98ef0ab683f4446e4
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870ae59693c551cc523be8766749726e6e395790aaf0a7c59de3ea315c8c6d1b
3
  size 5234491677
model-00048-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db8e2dda3a5810b3a13f585fac42a721dd961fb0348f3e8ce0b8d745962d7cd1
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d678b405f9af59bfff9820ca3a17a248f01facd5ae692b5dd0ccd7ab282f78a
3
  size 5234491677
model-00049-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98cc6d61b6f4edf48626667489cdc9c7efbe6d5e513869226e2f15790918b061
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4d3a8b924ed68614771a7df8b5ba503efad3368696da17554495807297f63c
3
  size 805306649
model-00050-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24227190bffd66f646f39b0f1c3cb1947ed385c149238b4ea74f27eabefffdeb
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead35a8f2dec53d687645b2427f018b45b90958a9546ea0ca928d0e6cada1e6a
3
  size 5234491676
model-00051-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efb82a5ec11c74f24da3435fb7a24fa4ae10eb1d5e6aae3f2be150f82b9a8da4
3
  size 1091293873
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e00e483cdd9189f2f1dab7fa73d71797f5c07f273a8c4d9c2a477b7559dc19
3
  size 1091293873
model-00052-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84ed3e0351478908cc85314be1d1798492c6f58647e93b6c0ffc8175bedcc68b
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e5bcbabb2463262a710906324571ba86e776c4555021a6bddd7b560a1e2729
3
  size 5234491677
model-00053-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:101066fc68151f9dbd5bf71e4e233eec59168146e6cdcfbb83af5a7992126655
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21121b8a6b36fa4b320d12dfb9da75309edac43e3cd614e61a9c7699a9c581d
3
  size 5234491677
model-00054-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed529ef4cb8b098fe3a8bc056d69c5596e3516f02243fa390b6a923a415c6470
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab41cce3dd4565a6897d1fd1c5ff7d96825bc3dafb7381071e38eaa2b7d2fc5
3
  size 805306649
model-00055-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d50d01f522f168097f059423d5789d9adaa093647d99c331f039d8ab6b08d42
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b82e17763d19ce3222aea7881ba817849028a8ed358022f54522f22d0268e50
3
  size 5234491676
model-00056-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cff5fe1c611eecd556afd95c84570c92c03fb482f1b089a0b86389597c716585
3
  size 1091293871
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24187c3837457baf713666db55fbf0b9f855ecca18b1e13147aae91c56f1908
3
  size 1091293871
model-00057-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:195eecca0232274f099fc09804742357ab746937480484216989395aa29e5bbe
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad2957c9ee27c30057798dc5a29f383256fe8bbac22ac422b533261f0e57aaf
3
  size 5234491677
model-00058-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d7938eda9157508a539db6ce2051493574aeaa092bd74977f55c900a4cdf696
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe30fb0045fea54eb100b07d7c7bfc23012131d270a23b33a0af89ea9fda715a
3
  size 5234491677
model-00059-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dffa351f97189a47b86f759004164c094d94092a99cbaf8e80f6eaf35704b93c
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641d8fa1ece96240bca914d535083343074eccb4f066c29f4d2a13a7fe66e1c7
3
  size 805306649
model-00060-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b64b930a61fe4c6b3b942baa696f663e1b99709384cfcb21300c0a0d2564e6b
3
  size 5234491676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3426eb2490189da2a5ffab06b32ac3251b6b3ab0843751240475d431acc4c15c
3
  size 5234491676
model-00061-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edeaffa2f3f4dbe9d1ec74c5df8e3d321e25b0eed354466d6a26a2e53271b214
3
  size 1091293843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb04dffedea2312f0325627a4acaae99ebc1f382ffa3b3db5208ce5f24a62f8
3
  size 1091293843
model-00062-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d976a157968ba362aec934508ad39bc52aae7dbe704c80f228b93f37784e98cb
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0e692951a123cabffe407013687abd2fdad3909ce2037743df969376cc43f8
3
  size 5234491677
model-00063-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f2a5c925c7d8342784c4db73db1fccfa58b9e33bc2854b505c3b2e59468b44e
3
  size 5234491677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1889c16ef86a60753d4d8e0054140f3ee9b629b50c3a6214f32841048a5ab4
3
  size 5234491677
model-00064-of-00206.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:747d96e30a2aa9245a8591e2b021884379fc2a567b8b906217e83eca91cb5924
3
  size 805306649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4753d65eea943273d3a928314fc25094e43a268f086811602ebbb706c1da36e4
3
  size 805306649