Uploading model files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +74 -0
- model-00001-of-00061.safetensors +3 -0
- model-00002-of-00061.safetensors +3 -0
- model-00003-of-00061.safetensors +3 -0
- model-00004-of-00061.safetensors +3 -0
- model-00005-of-00061.safetensors +3 -0
- model-00006-of-00061.safetensors +3 -0
- model-00007-of-00061.safetensors +3 -0
- model-00008-of-00061.safetensors +3 -0
- model-00009-of-00061.safetensors +3 -0
- model-00010-of-00061.safetensors +3 -0
- model-00011-of-00061.safetensors +3 -0
- model-00012-of-00061.safetensors +3 -0
- model-00013-of-00061.safetensors +3 -0
- model-00014-of-00061.safetensors +3 -0
- model-00015-of-00061.safetensors +3 -0
- model-00016-of-00061.safetensors +3 -0
- model-00017-of-00061.safetensors +3 -0
- model-00018-of-00061.safetensors +3 -0
- model-00019-of-00061.safetensors +3 -0
- model-00020-of-00061.safetensors +3 -0
- model-00021-of-00061.safetensors +3 -0
- model-00022-of-00061.safetensors +3 -0
- model-00023-of-00061.safetensors +3 -0
- model-00024-of-00061.safetensors +3 -0
- model-00025-of-00061.safetensors +3 -0
- model-00026-of-00061.safetensors +3 -0
- model-00027-of-00061.safetensors +3 -0
- model-00028-of-00061.safetensors +3 -0
- model-00029-of-00061.safetensors +3 -0
- model-00030-of-00061.safetensors +3 -0
- model-00031-of-00061.safetensors +3 -0
- model-00032-of-00061.safetensors +3 -0
- model-00033-of-00061.safetensors +3 -0
- model-00034-of-00061.safetensors +3 -0
- model-00035-of-00061.safetensors +3 -0
- model-00036-of-00061.safetensors +3 -0
- model-00037-of-00061.safetensors +3 -0
- model-00038-of-00061.safetensors +3 -0
- model-00039-of-00061.safetensors +3 -0
- model-00040-of-00061.safetensors +3 -0
- model-00041-of-00061.safetensors +3 -0
- model-00042-of-00061.safetensors +3 -0
- model-00043-of-00061.safetensors +3 -0
- model-00044-of-00061.safetensors +3 -0
- model-00045-of-00061.safetensors +3 -0
- model-00046-of-00061.safetensors +3 -0
- model-00047-of-00061.safetensors +3 -0
- model-00048-of-00061.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": 128009,
|
10 |
+
"head_dim": 128,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 8192,
|
13 |
+
"id2label": {
|
14 |
+
"0": "token activation 0",
|
15 |
+
"1": "token activation 1",
|
16 |
+
"2": "token activation 2",
|
17 |
+
"3": "token activation 3",
|
18 |
+
"4": "token activation 4",
|
19 |
+
"5": "token activation 5",
|
20 |
+
"6": "token activation 6",
|
21 |
+
"7": "token activation 7",
|
22 |
+
"8": "token activation 8",
|
23 |
+
"9": "token activation 9",
|
24 |
+
"10": "token activation 10",
|
25 |
+
"11": "token activation 11",
|
26 |
+
"12": "token activation 12",
|
27 |
+
"13": "token activation 13",
|
28 |
+
"14": "token activation 14",
|
29 |
+
"15": "token activation 15",
|
30 |
+
"16": "token activation 16",
|
31 |
+
"17": "token activation 17",
|
32 |
+
"18": "token activation 18",
|
33 |
+
"19": "token activation 19"
|
34 |
+
},
|
35 |
+
"initializer_range": 0.02,
|
36 |
+
"intermediate_size": 28672,
|
37 |
+
"label2id": {
|
38 |
+
"token activation 0": 0,
|
39 |
+
"token activation 1": 1,
|
40 |
+
"token activation 10": 10,
|
41 |
+
"token activation 11": 11,
|
42 |
+
"token activation 12": 12,
|
43 |
+
"token activation 13": 13,
|
44 |
+
"token activation 14": 14,
|
45 |
+
"token activation 15": 15,
|
46 |
+
"token activation 16": 16,
|
47 |
+
"token activation 17": 17,
|
48 |
+
"token activation 18": 18,
|
49 |
+
"token activation 19": 19,
|
50 |
+
"token activation 2": 2,
|
51 |
+
"token activation 3": 3,
|
52 |
+
"token activation 4": 4,
|
53 |
+
"token activation 5": 5,
|
54 |
+
"token activation 6": 6,
|
55 |
+
"token activation 7": 7,
|
56 |
+
"token activation 8": 8,
|
57 |
+
"token activation 9": 9
|
58 |
+
},
|
59 |
+
"max_position_embeddings": 8192,
|
60 |
+
"mlp_bias": false,
|
61 |
+
"model_type": "llama",
|
62 |
+
"num_attention_heads": 64,
|
63 |
+
"num_hidden_layers": 80,
|
64 |
+
"num_key_value_heads": 8,
|
65 |
+
"pretraining_tp": 1,
|
66 |
+
"rms_norm_eps": 1e-05,
|
67 |
+
"rope_scaling": null,
|
68 |
+
"rope_theta": 500000.0,
|
69 |
+
"tie_word_embeddings": false,
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.48.2",
|
72 |
+
"use_cache": true,
|
73 |
+
"vocab_size": 128256
|
74 |
+
}
|
model-00001-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23d2d50294648f6fc8a0b227e89e2c83ddd8b93bc9b30225cd6b07d7383c9eef
|
3 |
+
size 4806672984
|
model-00002-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:706288d67528b9d7f8bc1241e59381ba945b94b8f10dea96300e5ad85a7d6113
|
3 |
+
size 4362142864
|
model-00003-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cf3cbb1f5dbe5679cd00fe526f202b52a2ae5590c4fcdba108e5470c44440e7
|
3 |
+
size 4362142864
|
model-00004-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62fd2aab24f6673dc2b6caa3c3a62ff647baa81af2f3ba6234f66c4f8433045f
|
3 |
+
size 4966188864
|
model-00005-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a74adee271be6520954bb732c2a0b65cd35a8f724ad09ec5b00bb1f95ac3875
|
3 |
+
size 4362142864
|
model-00006-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8959c4c63ceb1b9aaf62e0b0c79f1da148b2d1d56f0d748aed463016553bfe16
|
3 |
+
size 4362142864
|
model-00007-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f8bc93bf3634eb3731e320d0bee288753cb15a80bf97840a3179c1681bbfb3
|
3 |
+
size 4966188864
|
model-00008-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d031f46300a51421176328d63157caeb19519afe6c4f48e86415b90dd404865d
|
3 |
+
size 4362142864
|
model-00009-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b2249433ae3beace2923bd6a9819c33fee747bb078c2399ed0b9086b74dc89d
|
3 |
+
size 4362142880
|
model-00010-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf667a11eb07e0bef46c73303eb8064e58d97475c1c5e46627c3a50549e25816
|
3 |
+
size 4966188880
|
model-00011-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9515902f4370a1de339ee9af1a3f1ef3275b99a1b24ff0743bc25664f2e4f5f3
|
3 |
+
size 4362142872
|
model-00012-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8c4cab7e8f483cd15af16c130e41bf61919645fa34c3494297a5544b62e2efd
|
3 |
+
size 4362142872
|
model-00013-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af1f40d779bc4a87af3c194a80abbcb9766fc8c33bd25ac5ff8fc39b851570f2
|
3 |
+
size 4966188880
|
model-00014-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdeb0076328078d6c822450b3959ee9009f1625e4ff466aa77d7dcdde7c5a553
|
3 |
+
size 4362142872
|
model-00015-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7738466ad72cb7a045290f47a103ccb028df03981a77eaac4df05e197b81a13
|
3 |
+
size 4362142872
|
model-00016-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c765dca3926b0689847c78bed92bc23b3cca3eb2311fcf766f814b0d2492302
|
3 |
+
size 4966188880
|
model-00017-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e0ab78c85d98cbeb479d890165ec98274a2a32ebc19f77656bb91148358ec2
|
3 |
+
size 4362142872
|
model-00018-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e71d58dd41197fad9511445302b55329d50b570b70dadd867bf32238278602ec
|
3 |
+
size 4362142872
|
model-00019-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeabb10cc6d0b37b8ca5a1d8a75ccae4c523a00d1bbc22fd23cad424ab7fe391
|
3 |
+
size 4966188880
|
model-00020-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:878d2467de0db2e32a1157e68a63428acdb6edd6203f80a9b9ab847a8de65d31
|
3 |
+
size 4362142872
|
model-00021-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29010df87ff2746db05f9108244c2aa745c12ce7fa03700bea554d9dda18cb56
|
3 |
+
size 4362142872
|
model-00022-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04b8647e992d4cdc8ad70c18c4f4c9466e8edaa2ea0b9d3cfee0ea78f089d75f
|
3 |
+
size 4966188880
|
model-00023-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ce7b41b732c0d01bd233229203693698a86682eb7955c56e8ac707548ccec32
|
3 |
+
size 4362142872
|
model-00024-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fafcd2051b570459da98df18abccf8ceb870b3e40d9bfe1f02e80b6f85efb4ce
|
3 |
+
size 4362142872
|
model-00025-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2aee706f2c96b40bb3a6a105d28f722a9dc71030289af3346dedccc124f2546
|
3 |
+
size 4966188880
|
model-00026-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51a8abc52e6f67e9c21056305c690092441b3417a318644da65abd4b23575cb7
|
3 |
+
size 4362142872
|
model-00027-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cdf9602328a11df70e3f2fd39f9c09926d2126663549159854066e16e46c4e5
|
3 |
+
size 4362142872
|
model-00028-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46f2417ede400daca3075769a10be35dd1e3991b2b4e83bc8843ff518bd14fc4
|
3 |
+
size 4966188880
|
model-00029-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5b60db2f582fc2095888a90c115fba11d80c9613fc04d6732415ce89ab1f988
|
3 |
+
size 4362142872
|
model-00030-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa67f89d10d96e5334d22153bc797404ead5b8d72562c55298bf9ada7d28493
|
3 |
+
size 4362142872
|
model-00031-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:161618c0c936d386e7cd9f950d3c9a94342c2a012171cbccf49a4451b5892b89
|
3 |
+
size 4966188880
|
model-00032-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:700acb257e021d70af9e90b1a13503616912c622783584b653094da389463711
|
3 |
+
size 4362142872
|
model-00033-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff234701ee36cf3ce9cbf7062a190a3a23c6c98746083defed2547d72d68b636
|
3 |
+
size 4362142872
|
model-00034-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77030dc229ea74eec9410ca7e56f8deae4b39246a867a235efd8b827a955fa52
|
3 |
+
size 4966188880
|
model-00035-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f97934e6da54e800ddec0a851adbe94da76924fbee1630a0cfa6ed2d945079
|
3 |
+
size 4362142872
|
model-00036-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6096475a651ec2f713921131166f8b797a4c8dbd3153fb64b518f3fe0350d53
|
3 |
+
size 4362142872
|
model-00037-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4013d07353082728536d0d9a1f014a1563dcdbb1820a01267c3e0f6a1742d98
|
3 |
+
size 4966188880
|
model-00038-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14aebd14ed4da14d5fcb85f4bb1b6bf1fc1385bad791e9530fa878e9366b6040
|
3 |
+
size 4362142872
|
model-00039-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3043ca41bac40bf6c05056fe905cf2b8585eac0ce1a40e9224adc935d652816a
|
3 |
+
size 4362142872
|
model-00040-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d7946d1c7ed090749761943ee099e051d1067f2a6e11f4dc27bef5a48f6d675
|
3 |
+
size 4966188880
|
model-00041-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ff60b3d9b6aa5e8a3d4402d98d4a69027e78d4f5282ec510a675c209d0464c3
|
3 |
+
size 4362142872
|
model-00042-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7a45e1c66c817b797739f9305bdd237ef347a1ec21e24700780b1b299a56717
|
3 |
+
size 4362142872
|
model-00043-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89401423308c0a7c2b56d478a1589435f33a3b31f3f402cd78a652eb1dd470b3
|
3 |
+
size 4966188880
|
model-00044-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1e0f01b09034312ca5884ed4258f883eb3aef31770db203a08634f1c7306350
|
3 |
+
size 4362142872
|
model-00045-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:814c3d7b32af717dde6d2da77fc905d9ddf6dc5c20d992ee1ffe1b2ddcbf9283
|
3 |
+
size 4362142872
|
model-00046-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfba1888a209b37476a8467043a558fa904cd717d42a75311ee8371d1e3d6803
|
3 |
+
size 4966188880
|
model-00047-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d713bc654e9779cedd7446f30f01d275b59447f8732a89e5816b637b6c7868
|
3 |
+
size 4362142872
|
model-00048-of-00061.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc94c9b2fb6fa49febe5dc6c701a25c7c3463a17a8dd09f6342b38094bfc685b
|
3 |
+
size 4362142872
|