Commit
·
539ac9a
1
Parent(s):
2325491
update
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- config.json +2 -2
- generation_config.json +1 -1
- hf_quant_config.json +5 -2
- model-00001-of-00086.safetensors +2 -2
- model-00002-of-00086.safetensors +2 -2
- model-00003-of-00086.safetensors +2 -2
- model-00004-of-00086.safetensors +2 -2
- model-00005-of-00086.safetensors +2 -2
- model-00006-of-00086.safetensors +2 -2
- model-00007-of-00086.safetensors +2 -2
- model-00008-of-00086.safetensors +2 -2
- model-00009-of-00086.safetensors +2 -2
- model-00010-of-00086.safetensors +2 -2
- model-00011-of-00086.safetensors +2 -2
- model-00012-of-00086.safetensors +2 -2
- model-00013-of-00086.safetensors +2 -2
- model-00014-of-00086.safetensors +2 -2
- model-00015-of-00086.safetensors +2 -2
- model-00016-of-00086.safetensors +2 -2
- model-00017-of-00086.safetensors +2 -2
- model-00018-of-00086.safetensors +2 -2
- model-00019-of-00086.safetensors +2 -2
- model-00020-of-00086.safetensors +2 -2
- model-00021-of-00086.safetensors +2 -2
- model-00022-of-00086.safetensors +2 -2
- model-00023-of-00086.safetensors +2 -2
- model-00024-of-00086.safetensors +2 -2
- model-00025-of-00086.safetensors +2 -2
- model-00026-of-00086.safetensors +2 -2
- model-00027-of-00086.safetensors +2 -2
- model-00028-of-00086.safetensors +2 -2
- model-00029-of-00086.safetensors +2 -2
- model-00030-of-00086.safetensors +2 -2
- model-00031-of-00086.safetensors +2 -2
- model-00032-of-00086.safetensors +2 -2
- model-00033-of-00086.safetensors +2 -2
- model-00034-of-00086.safetensors +2 -2
- model-00035-of-00086.safetensors +2 -2
- model-00036-of-00086.safetensors +2 -2
- model-00037-of-00086.safetensors +2 -2
- model-00038-of-00086.safetensors +2 -2
- model-00039-of-00086.safetensors +2 -2
- model-00040-of-00086.safetensors +2 -2
- model-00041-of-00086.safetensors +2 -2
- model-00042-of-00086.safetensors +2 -2
- model-00043-of-00086.safetensors +2 -2
- model-00044-of-00086.safetensors +2 -2
- model-00045-of-00086.safetensors +2 -2
- model-00046-of-00086.safetensors +2 -2
- model-00047-of-00086.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/opt/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -33,7 +33,7 @@
|
|
33 |
"rope_theta": 500000.0,
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "bfloat16",
|
36 |
-
"transformers_version": "4.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 128256
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/opt/zhiyu_hf_ckpts/Llama-3.1-405B-Instruct/",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
33 |
"rope_theta": 500000.0,
|
34 |
"tie_word_embeddings": false,
|
35 |
"torch_dtype": "bfloat16",
|
36 |
+
"transformers_version": "4.44.0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 128256
|
39 |
}
|
generation_config.json
CHANGED
@@ -8,5 +8,5 @@
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
-
"transformers_version": "4.
|
12 |
}
|
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.44.0"
|
12 |
}
|
hf_quant_config.json
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
{
|
2 |
"producer": {
|
3 |
"name": "modelopt",
|
4 |
-
"version": "0.
|
5 |
},
|
6 |
"quantization": {
|
7 |
"quant_algo": "FP8",
|
8 |
-
"kv_cache_quant_algo":
|
|
|
|
|
|
|
9 |
}
|
10 |
}
|
|
|
1 |
{
|
2 |
"producer": {
|
3 |
"name": "modelopt",
|
4 |
+
"version": "0.23.0"
|
5 |
},
|
6 |
"quantization": {
|
7 |
"quant_algo": "FP8",
|
8 |
+
"kv_cache_quant_algo": "FP8",
|
9 |
+
"exclude_modules": [
|
10 |
+
"lm_head"
|
11 |
+
]
|
12 |
}
|
13 |
}
|
model-00001-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11f1350fcf9c91aacb83b2c79d0ccc0ac8150565055a23a8cb3b3bf333668ff
|
3 |
+
size 4773119568
|
model-00002-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a86a804c2320b1f55f2476249a63d928c946cb98faaa248cee6228f1f715ee2
|
3 |
+
size 4932570320
|
model-00003-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e28d5899c266dd2fa07c9deef8e76695650746bf5c905855e4255b6ce72d017
|
3 |
+
size 4630647368
|
model-00004-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d9b75e900c3b270c8cd46952191f97e27edf3d197e0a9b3e573d87c7c744b91
|
3 |
+
size 4932570320
|
model-00005-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cb6b4442b20f76085ac5bcb5431cb59acfb0bf03fb5cb59cc050a691e77534a
|
3 |
+
size 4630647368
|
model-00006-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbc87e74a9d4cfbc4a668ab36ce6a051789496de51bb3e5872bf7e7ae65e793b
|
3 |
+
size 4932570320
|
model-00007-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e289de1f866097d30b4573f1ae7e31ce607e7597022e6661dd4e5e701e584726
|
3 |
+
size 4630647368
|
model-00008-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41808a194d3de085e2a570b9e94923ca87f95143b48bfa994cc3ac3fb7ec2f64
|
3 |
+
size 4932570344
|
model-00009-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0d24023bf529049c78cd2da0a5f526f217c60a417fb6420e6cf03908b383785
|
3 |
+
size 4630647408
|
model-00010-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84f06d8d2e3b3caa53ed56a9810bf81fdd4f7b008be41991d9b3b898f3e236c3
|
3 |
+
size 4932570352
|
model-00011-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ac6b7c2f2a5ac453821b58d711b571cc764b95206b6f4ef3f20c2c40fc59806
|
3 |
+
size 4630647408
|
model-00012-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f3fc3e1cb98f8ad5719a14573ae6223df6da13530bbcf00df8b6667102e7c8a
|
3 |
+
size 4932570352
|
model-00013-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038c119c4472d4bee287143edd363a44065d412544694965693fd7f54e4b7112
|
3 |
+
size 4630647408
|
model-00014-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d8889571a779f7ac1ba0f396aa84a5ab76f32f71cc618a674a4fc5fbd78d3b6
|
3 |
+
size 4932570352
|
model-00015-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5dc7c3ddfa4959a780080edf132e4595966386dc5fc9db3bd4ddb3a983b6b2b
|
3 |
+
size 4630647408
|
model-00016-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee055c595a6d29fe7ca1a4350e8fb78605be72fd8c0b79d115fed9b489975f5
|
3 |
+
size 4932570352
|
model-00017-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78b3d7c1c9bec08486fd4139d812d06d5925b36006af9dea08b529383ee6982d
|
3 |
+
size 4630647408
|
model-00018-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c76cb2b73d2f0c43ea00d1da5f5d414522ae2ea55702567c896e3da248f249c3
|
3 |
+
size 4932570352
|
model-00019-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3262d7108147e44b9f3edf0bbcd3015f8901fe71673039c4011f58556b92349
|
3 |
+
size 4630647408
|
model-00020-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8609584cf4b09d48cc795ad61ab2f766ec25c15f625a0d77549d413111ada2ac
|
3 |
+
size 4932570352
|
model-00021-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0000ff0499b9976cc39b7f73a1758803cb6d3cd002bf437088afb31bdab444c3
|
3 |
+
size 4630647408
|
model-00022-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c016cb4a3dd7b52685a8e5810706afb32299a1793e1753f0ee3d81c9abb1893
|
3 |
+
size 4932570352
|
model-00023-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e995dbc418c34dcf63485ac7ceca19b24ea298c7f199073381c5efc71cdc3091
|
3 |
+
size 4630647408
|
model-00024-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f35c16c9ef3a60e0efaf1ab477da83514ca7cac4ba56ead1722cd90222129b6
|
3 |
+
size 4932570352
|
model-00025-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393a510765775377c0511cdc73b65d4bfb275670bdae0ec08189fab84fc6549f
|
3 |
+
size 4630647408
|
model-00026-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:156e113e9dff968246466f63649fe11def50b5cd4946bf5b7c136640a96ed531
|
3 |
+
size 4932570352
|
model-00027-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e6c093a2aa3ae41785d4228710c926784adde60f82c4e3f016456716512703f
|
3 |
+
size 4630647408
|
model-00028-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6303f56439639b9303bfc865ad9e057e47aa9012b079c751bddb03b8e0c4757
|
3 |
+
size 4932570352
|
model-00029-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ef657456afecc5818846f5b31b6d6534cf5c7891e52cfb9cb1d5071a0263e68
|
3 |
+
size 4630647408
|
model-00030-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d05543cffba02c72563b3d48778e503b184b14d8baeb97d6ee12dcd6fdc87031
|
3 |
+
size 4932570352
|
model-00031-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd02643b1c6bfe4f940798ef3b7fe33abe7f3c1512c4f78455e662430b6da3ef
|
3 |
+
size 4630647408
|
model-00032-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce6828f0efc4fd8c38346aefbc11fb4febe9ee273bcca717d7e7013437573274
|
3 |
+
size 4932570352
|
model-00033-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:568e41cb95fcdbb867bfd0505ee91f081ab3ef4ed1a76257cb2d9f8a695d85ef
|
3 |
+
size 4630647408
|
model-00034-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5b97eef1afad1cd653091a2869b24cdee4601a696ab6351ebfe4b5f5812cac2
|
3 |
+
size 4932570352
|
model-00035-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c0a98b9a4a15f2e82f0ddb4fcf32181b7a52f250882099a24ea24dfb3f8e2d1
|
3 |
+
size 4630647408
|
model-00036-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccbaf5750e035b19b49f5de870e9e286420cb10feada2d9ad9c8e317a084b611
|
3 |
+
size 4932570352
|
model-00037-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588a38ee00fd720e8004c3b4037ef068a4f62b63e9a559fc2f065e6d875fe917
|
3 |
+
size 4630647408
|
model-00038-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11ab9d20141486cc788cb7913961f8bc7c4e30cbc3294b7d12df3b7d176b070e
|
3 |
+
size 4932570352
|
model-00039-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43138bc5e05771e996aa41e2a3c30a168da7743aba6a303cfcc9f3e37b78cb34
|
3 |
+
size 4630647408
|
model-00040-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64851d0838ece22a5b8c094ae3ad7c411cdf508f0bc35bc97050c814296fe4bc
|
3 |
+
size 4932570352
|
model-00041-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fccf8d756f081c64f3165cc808902a255c58e4c5b0961d43f12ecd935971ea4d
|
3 |
+
size 4630647408
|
model-00042-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bba06c8c26b2680d4faaa5b14337ea732159685dfd94497873e777f0b62134c2
|
3 |
+
size 4932570352
|
model-00043-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48f642a7140bb650a29cd63de0ba06600a03a040be89a186dda6d321a1ae04a4
|
3 |
+
size 4630647408
|
model-00044-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:581b3c3e822b4b9c51b2fb7f33c523fafaadaa883cab2a0db77a633bcaa18f2e
|
3 |
+
size 4932570352
|
model-00045-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7b998c7f79ecc3e35c44a826fc852f668fdba321fcf0bc425f76c7d2268f346
|
3 |
+
size 4630647408
|
model-00046-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ae654baf986eecbcdd32e09a4e69d233acdbf9ba0dfa7c36cc47465f633b4db
|
3 |
+
size 4932570352
|
model-00047-of-00086.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58063a98746e732d6b191ecb56943cffe85b5717278f5689c85aece01c15cfdf
|
3 |
+
size 4630647408
|