Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .ipynb_checkpoints/config-checkpoint.json +28 -0
- README.md +86 -0
- added_tokens.json +5 -0
- config.json +28 -0
- mergekit_config.yml +25 -0
- merges.txt +0 -0
- model-00001-of-00142.safetensors +3 -0
- model-00002-of-00142.safetensors +3 -0
- model-00003-of-00142.safetensors +3 -0
- model-00004-of-00142.safetensors +3 -0
- model-00005-of-00142.safetensors +3 -0
- model-00006-of-00142.safetensors +3 -0
- model-00007-of-00142.safetensors +3 -0
- model-00008-of-00142.safetensors +3 -0
- model-00009-of-00142.safetensors +3 -0
- model-00010-of-00142.safetensors +3 -0
- model-00011-of-00142.safetensors +3 -0
- model-00012-of-00142.safetensors +3 -0
- model-00013-of-00142.safetensors +3 -0
- model-00014-of-00142.safetensors +3 -0
- model-00015-of-00142.safetensors +3 -0
- model-00016-of-00142.safetensors +3 -0
- model-00017-of-00142.safetensors +3 -0
- model-00018-of-00142.safetensors +3 -0
- model-00019-of-00142.safetensors +3 -0
- model-00020-of-00142.safetensors +3 -0
- model-00021-of-00142.safetensors +3 -0
- model-00022-of-00142.safetensors +3 -0
- model-00023-of-00142.safetensors +3 -0
- model-00024-of-00142.safetensors +3 -0
- model-00025-of-00142.safetensors +3 -0
- model-00026-of-00142.safetensors +3 -0
- model-00027-of-00142.safetensors +3 -0
- model-00028-of-00142.safetensors +3 -0
- model-00029-of-00142.safetensors +3 -0
- model-00030-of-00142.safetensors +3 -0
- model-00031-of-00142.safetensors +3 -0
- model-00032-of-00142.safetensors +3 -0
- model-00033-of-00142.safetensors +3 -0
- model-00034-of-00142.safetensors +3 -0
- model-00035-of-00142.safetensors +3 -0
- model-00036-of-00142.safetensors +3 -0
- model-00037-of-00142.safetensors +3 -0
- model-00038-of-00142.safetensors +3 -0
- model-00039-of-00142.safetensors +3 -0
- model-00040-of-00142.safetensors +3 -0
- model-00041-of-00142.safetensors +3 -0
- model-00042-of-00142.safetensors +3 -0
- model-00043-of-00142.safetensors +3 -0
- model-00044-of-00142.safetensors +3 -0
.ipynb_checkpoints/config-checkpoint.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen1.5-72B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 8192,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 24576,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 64,
|
17 |
+
"num_hidden_layers": 140,
|
18 |
+
"num_key_value_heads": 64,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 32768,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.38.2",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064
|
28 |
+
}
|
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- merge
|
4 |
+
- mergekit
|
5 |
+
- lazymergekit
|
6 |
+
- Qwen/Qwen1.5-72B
|
7 |
+
- Qwen/Qwen1.5-72B
|
8 |
+
- Qwen/Qwen1.5-72B
|
9 |
+
- Qwen/Qwen1.5-72B
|
10 |
+
- Qwen/Qwen1.5-72B
|
11 |
+
- Qwen/Qwen1.5-72B
|
12 |
+
- Qwen/Qwen1.5-72B
|
13 |
+
base_model:
|
14 |
+
- Qwen/Qwen1.5-72B
|
15 |
+
- Qwen/Qwen1.5-72B
|
16 |
+
- Qwen/Qwen1.5-72B
|
17 |
+
- Qwen/Qwen1.5-72B
|
18 |
+
- Qwen/Qwen1.5-72B
|
19 |
+
- Qwen/Qwen1.5-72B
|
20 |
+
- Qwen/Qwen1.5-72B
|
21 |
+
---
|
22 |
+
|
23 |
+
# Qwen-120B
|
24 |
+
|
25 |
+
Qwen-120B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
26 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
27 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
28 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
29 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
30 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
31 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
32 |
+
* [Qwen/Qwen1.5-72B](https://huggingface.co/Qwen/Qwen1.5-72B)
|
33 |
+
|
34 |
+
## 🧩 Configuration
|
35 |
+
|
36 |
+
```yaml
|
37 |
+
dtype: float16
|
38 |
+
merge_method: passthrough
|
39 |
+
slices:
|
40 |
+
- sources:
|
41 |
+
- layer_range: [0, 20]
|
42 |
+
model: Qwen/Qwen1.5-72B
|
43 |
+
- sources:
|
44 |
+
- layer_range: [10, 30]
|
45 |
+
model: Qwen/Qwen1.5-72B
|
46 |
+
- sources:
|
47 |
+
- layer_range: [20, 40]
|
48 |
+
model: Qwen/Qwen1.5-72B
|
49 |
+
- sources:
|
50 |
+
- layer_range: [30, 50]
|
51 |
+
model: Qwen/Qwen1.5-72B
|
52 |
+
- sources:
|
53 |
+
- layer_range: [40, 60]
|
54 |
+
model: Qwen/Qwen1.5-72B
|
55 |
+
- sources:
|
56 |
+
- layer_range: [50, 70]
|
57 |
+
model: Qwen/Qwen1.5-72B
|
58 |
+
- sources:
|
59 |
+
- layer_range: [60, 80]
|
60 |
+
model: Qwen/Qwen1.5-72B
|
61 |
+
```
|
62 |
+
|
63 |
+
## 💻 Usage
|
64 |
+
|
65 |
+
```python
|
66 |
+
!pip install -qU transformers accelerate
|
67 |
+
|
68 |
+
from transformers import AutoTokenizer
|
69 |
+
import transformers
|
70 |
+
import torch
|
71 |
+
|
72 |
+
model = "abideen/Qwen-120B"
|
73 |
+
messages = [{"role": "user", "content": "What is a large language model?"}]
|
74 |
+
|
75 |
+
tokenizer = AutoTokenizer.from_pretrained(model)
|
76 |
+
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
|
77 |
+
pipeline = transformers.pipeline(
|
78 |
+
"text-generation",
|
79 |
+
model=model,
|
80 |
+
torch_dtype=torch.float16,
|
81 |
+
device_map="auto",
|
82 |
+
)
|
83 |
+
|
84 |
+
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
85 |
+
print(outputs[0]["generated_text"])
|
86 |
+
```
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen1.5-72B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 8192,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 24576,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 28,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 64,
|
17 |
+
"num_hidden_layers": 140,
|
18 |
+
"num_key_value_heads": 64,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 32768,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.38.2",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064
|
28 |
+
}
|
mergekit_config.yml
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
dtype: float16
|
3 |
+
merge_method: passthrough
|
4 |
+
slices:
|
5 |
+
- sources:
|
6 |
+
- layer_range: [0, 20]
|
7 |
+
model: Qwen/Qwen1.5-72B
|
8 |
+
- sources:
|
9 |
+
- layer_range: [10, 30]
|
10 |
+
model: Qwen/Qwen1.5-72B
|
11 |
+
- sources:
|
12 |
+
- layer_range: [20, 40]
|
13 |
+
model: Qwen/Qwen1.5-72B
|
14 |
+
- sources:
|
15 |
+
- layer_range: [30, 50]
|
16 |
+
model: Qwen/Qwen1.5-72B
|
17 |
+
- sources:
|
18 |
+
- layer_range: [40, 60]
|
19 |
+
model: Qwen/Qwen1.5-72B
|
20 |
+
- sources:
|
21 |
+
- layer_range: [50, 70]
|
22 |
+
model: Qwen/Qwen1.5-72B
|
23 |
+
- sources:
|
24 |
+
- layer_range: [60, 80]
|
25 |
+
model: Qwen/Qwen1.5-72B
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:460c2f1db325e2894a50ec574633ddf8b4e4a2eb008fee428fe6ec613ec5a032
|
3 |
+
size 1342227472
|
model-00002-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45f2bd7b6059131e232fa9e3f7957df158dba90b4a6afd95ea76b3dbf4c58c5b
|
3 |
+
size 2491416712
|
model-00003-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a500f55fd2834a6f8d8a3bfa4e04b9d10e39355db86d1f7c8f9fba82897faaf
|
3 |
+
size 1879148096
|
model-00004-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0f796a680df82d8e9295b027004fb4da7a3b3b2ae625a0b66a0ce5ca4ec804
|
3 |
+
size 1610695920
|
model-00005-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc2660fd709d55ebae06f504bbad31dd78c06e53b5d5f4317efdf63e5d05299a
|
3 |
+
size 1744963472
|
model-00006-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbeced772ed86c3205143906e28326b6f76ec4bb1b18b6db1bde933c97161e09
|
3 |
+
size 1744913760
|
model-00007-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5956a6c2e0a7681233906664132a6352875e6cd981395d3439b031685442494
|
3 |
+
size 1879181320
|
model-00008-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c663e2772c565cadc852de92d5ad97f41ca63f0474389c8be4fe49c76edf73f1
|
3 |
+
size 1744864056
|
model-00009-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90d083dd1f107fc5b982429a83c0140c7a702165e2c84e6b929ad7a67a6260ec
|
3 |
+
size 1879131600
|
model-00010-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67ae7cc756a150bc26e1613cecb5763809f406a624b48209bbc2eb74a2e6f346
|
3 |
+
size 1610695920
|
model-00011-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9db24fe2aa0e722458f1b6cefbf3ecaaf26fc95d7e46670e3f18363751747a88
|
3 |
+
size 1879131592
|
model-00012-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6a7d06256956193bbaadad09028601ed2a9d3965578942e40fe6fc7ae6cf106
|
3 |
+
size 1610646440
|
model-00013-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfb117fe3602a86697383da777b14d6b899386a0873c05bcebadc55097f565ea
|
3 |
+
size 1879181328
|
model-00014-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2146a3983aa4009728c09e51d708e4e9b53593a5eed99d1f1f71c956fa194eb2
|
3 |
+
size 1610613224
|
model-00015-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f793294b32601b105308f013aa6af964a494815c44adc26379241be0035883ae
|
3 |
+
size 1879181088
|
model-00016-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea52b4090bda87983dd0b0f2cf6acddc96e6848efa05bb5c3bec5a650a7cf2cc
|
3 |
+
size 1610679448
|
model-00017-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:291cbba224c55d99565715ff0ade092a98086f9874d87747fe70258089047884
|
3 |
+
size 1879148104
|
model-00018-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:144655743f7cd24010ce0971c70670e8475944e54cb7ee6072cc758dfeb32fdd
|
3 |
+
size 1610679448
|
model-00019-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eaaa1296b99d11f10920e800a6a4ac149cd1b573b430f36ed42a600158512e2
|
3 |
+
size 1610679208
|
model-00020-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a107cdd37c9a26d08d93a94c00bf230345f5e59817145962c39233b64e15cc9c
|
3 |
+
size 1879247528
|
model-00021-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b03a0fe1399c9742812cd8349ffa0a696a2777ccb2e0f102053405b060ea01f
|
3 |
+
size 1610679448
|
model-00022-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0860dcd4136d729f008b3b19e5f4998f4f85d88589bf1ae5c88a7bfdfc4fb36f
|
3 |
+
size 1879148104
|
model-00023-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b567cab999c24af65c94c827e1682be46ac13ddf5c3a287c5ce1fb692a8cbfbe
|
3 |
+
size 1610679448
|
model-00024-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fffbc7409f0b452f9561f14d8f008b419a0ce33c7cf4fb0c12b2b3d243c7fbec
|
3 |
+
size 1879148104
|
model-00025-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb4b11e1917881d6984381a9ef39a8f546918bd011f7994644eae0863361809
|
3 |
+
size 1879214552
|
model-00026-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82b702e158c6ca806ff0d3ad5358f05e4038265cbc3e255fdca45c243b9a2cc5
|
3 |
+
size 1610613224
|
model-00027-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70706bc529f73ca97d978e25d8c3cd5d846ea9e1e83a06a0a80d3d62a29068b3
|
3 |
+
size 1879114904
|
model-00028-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:508d703762cd719e9ba34ce571395e1691dcf86897e65fb20ff6e1453746febb
|
3 |
+
size 1879148104
|
model-00029-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c74e0b9a034f0f055d8991238b5c312c623c535e4b39ce0db95073d4ce89d092
|
3 |
+
size 1879148328
|
model-00030-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3e4b0080d1bcb699f702432265a36f9b0b2f91091d8da1efa0db39999c03491
|
3 |
+
size 1610679448
|
model-00031-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e2c929ddc72aea021fc5f15202e36d43a98d90692be174668e0000ec6f9b018
|
3 |
+
size 1610679200
|
model-00032-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce55b17e55e1e822643a1c59d93f49a169d1da3d3d5ac2bd902e6f6032c4d037
|
3 |
+
size 1610613224
|
model-00033-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a77aa7fda5cd6b8c48b640098d4a4380fee9de53af5a602fc0ef1c9b0c3a74
|
3 |
+
size 1879181320
|
model-00034-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6054c0a0096e1ae65aab62c022a387f6bac5cc3564f9e60248f776d95a2a0866
|
3 |
+
size 1879115112
|
model-00035-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b063de5f3bc852755a6bbf9828aa62924f905ff997e0c839abd26a89f8c53b
|
3 |
+
size 1610679448
|
model-00036-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f3b3b6a7e9b7da48f43212d8ec30229b94ce2f80346de6f774849bbd91c3da1
|
3 |
+
size 1610679200
|
model-00037-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d80a65c6e809a5599f4e54befaa86b25d48588a80672fbdebc1643c1b013ad9c
|
3 |
+
size 1879148104
|
model-00038-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effc93f947b0331e8a65957b8dcf63c729a593165da0b6b4f5d6588d77a0a73c
|
3 |
+
size 1610679448
|
model-00039-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:636cf7b30abca5b8ccc3518733b43248a6ae7796c861e259443e1a95e37fdfc5
|
3 |
+
size 1879148104
|
model-00040-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9ffcad30fb645459b68907b9aa73a27b79e62219da4c1b4f627b74233e94ea3
|
3 |
+
size 1610679448
|
model-00041-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ec197165b605de3bf6236c220a57239dac13e38dd2a7b70fe1bb29221d14274
|
3 |
+
size 1610679208
|
model-00042-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3bb0ea0bc1cd9ed0e6848f2b9ea94f538602e91f85f772bf6db6c88cf068743
|
3 |
+
size 1879247528
|
model-00043-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edc174e55345069b9aca29fd64d01ecdb5220a789c07dd3ed95344881507dd6f
|
3 |
+
size 1610679448
|
model-00044-of-00142.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04484a336dd3f74b728746b9df5191fd5eadde1b1c6bc0f0bcdf8b1864a30a3d
|
3 |
+
size 1879148104
|