Wtzwho commited on
Commit
b518f38
·
1 Parent(s): 0f6b786

Initial commit with model files

Browse files
.gitattributes CHANGED
@@ -1,35 +1,27 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
- *.model filter=lfs diff=lfs merge=lfs -text
13
- *.msgpack filter=lfs diff=lfs merge=lfs -text
14
- *.npy filter=lfs diff=lfs merge=lfs -text
15
- *.npz filter=lfs diff=lfs merge=lfs -text
16
- *.onnx filter=lfs diff=lfs merge=lfs -text
17
- *.ot filter=lfs diff=lfs merge=lfs -text
18
- *.parquet filter=lfs diff=lfs merge=lfs -text
19
- *.pb filter=lfs diff=lfs merge=lfs -text
20
- *.pickle filter=lfs diff=lfs merge=lfs -text
21
- *.pkl filter=lfs diff=lfs merge=lfs -text
22
- *.pt filter=lfs diff=lfs merge=lfs -text
23
- *.pth filter=lfs diff=lfs merge=lfs -text
24
- *.rar filter=lfs diff=lfs merge=lfs -text
25
- *.safetensors filter=lfs diff=lfs merge=lfs -text
26
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
- *.tar.* filter=lfs diff=lfs merge=lfs -text
28
- *.tar filter=lfs diff=lfs merge=lfs -text
29
- *.tflite filter=lfs diff=lfs merge=lfs -text
30
- *.tgz filter=lfs diff=lfs merge=lfs -text
31
- *.wasm filter=lfs diff=lfs merge=lfs -text
32
- *.xz 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
 
1
+ *.iso filter=lfs diff=lfs merge=lfs -text
2
+ model-00001-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
3
+ model-00002-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
4
+ model-00003-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
5
+ model-00004-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
6
+ model-00005-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
7
+ model-00006-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
8
+ model-00007-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
9
+ model-00008-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
10
+ model-00009-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
11
+ model-00010-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
12
+ model-00011-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
13
+ model-00012-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
14
+ model-00013-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
15
+ model-00014-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
16
+ model-00015-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
17
+ model-00016-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
18
+ model-00017-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
19
+ model-00018-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
20
+ model-00019-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
21
+ model-00020-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
22
+ model-00021-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
23
+ model-00022-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
24
+ model-00023-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
25
+ model-00024-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ model-00025-of-00025.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ tokenizer.model filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 2048,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 5632,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "mixtral",
16
+ "num_attention_heads": 32,
17
+ "num_experts_per_tok": 2,
18
+ "num_hidden_layers": 22,
19
+ "num_key_value_heads": 4,
20
+ "num_local_experts": 32,
21
+ "output_router_logits": false,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": null,
25
+ "rope_theta": 10000.0,
26
+ "router_aux_loss_coef": 0.001,
27
+ "sliding_window": null,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "bfloat16",
30
+ "transformers_version": "4.37.2",
31
+ "use_cache": true,
32
+ "vocab_size": 32000
33
+ }
mergekit_moe_config.yml ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
3
+ gate_mode: hidden
4
+ dtype: bfloat16
5
+ experts_per_token: 2
6
+ experts:
7
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
8
+ positive_prompts:
9
+ - "You understand and manage emotions effectively."
10
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
11
+ positive_prompts:
12
+ - "You devise innovative solutions for complex problems."
13
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
14
+ positive_prompts:
15
+ - "You possess extensive knowledge of world history."
16
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
17
+ positive_prompts:
18
+ - "You appreciate and critique art with depth."
19
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
20
+ positive_prompts:
21
+ - "You apply scientific methods to question and explore."
22
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
23
+ positive_prompts:
24
+ - "You analyze and interpret literary works insightfully."
25
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
26
+ positive_prompts:
27
+ - "You engage in deep philosophical thought and discussion."
28
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
29
+ positive_prompts:
30
+ - "You master multiple languages and their nuances."
31
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
32
+ positive_prompts:
33
+ - "You understand and create complex musical compositions."
34
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
35
+ positive_prompts:
36
+ - "You advocate for and contribute to environmental sustainability."
37
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
38
+ positive_prompts:
39
+ - "You offer deep psychological insights and advice."
40
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
41
+ positive_prompts:
42
+ - "You innovate with technology to solve modern challenges."
43
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
44
+ positive_prompts:
45
+ - "You guide on health, wellness, and fitness."
46
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
47
+ positive_prompts:
48
+ - "You navigate and advise on complex financial matters."
49
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
50
+ positive_prompts:
51
+ - "You maintain an informed perspective on global affairs."
52
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
53
+ positive_prompts:
54
+ - "You reason through ethical dilemmas with clarity."
55
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
56
+ positive_prompts:
57
+ - "You possess expertise in culinary arts and nutrition."
58
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
59
+ positive_prompts:
60
+ - "You understand and teach sports and physical health."
61
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
62
+ positive_prompts:
63
+ - "You advocate for human rights and social justice."
64
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
65
+ positive_prompts:
66
+ - "You strategize and advise on entrepreneurial endeavors."
67
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
68
+ positive_prompts:
69
+ - "You offer insights on travel and geographical exploration."
70
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
71
+ positive_prompts:
72
+ - "You examine and celebrate cultural diversity."
73
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
74
+ positive_prompts:
75
+ - "You explore and explain astronomical phenomena."
76
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
77
+ positive_prompts:
78
+ - "You apply effective teaching and learning techniques."
79
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
80
+ positive_prompts:
81
+ - "You offer insights on travel and geographical exploration."
82
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
83
+ positive_prompts:
84
+ - "You examine and celebrate cultural diversity."
85
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
86
+ positive_prompts:
87
+ - "You explore and explain astronomical phenomena."
88
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
89
+ positive_prompts:
90
+ - "You apply effective teaching and learning techniques."
91
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
92
+ positive_prompts:
93
+ - "You create engaging digital content and media."
94
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
95
+ positive_prompts:
96
+ - "You navigate and foster social and professional networks."
97
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
98
+ positive_prompts:
99
+ - "You provide guidelines for emergency preparedness and response."
100
+ - source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
101
+ positive_prompts:
102
+ - "You reason and advise on complex legal matters."
103
+
104
+
model-00001-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22d62e0babf5670db638adf372d3211e78da726df4edf735f1124370dcb5d41b
3
+ size 1992401112
model-00002-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69cf5d4888090d17dfed838ccbe1141efa60cca59d6527e5c642d86ad18a0a70
3
+ size 1983916976
model-00003-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7c8f3bbc5c2601fdc8881cf45bd8f07491705774007c655a4697b38c9e6b0d
3
+ size 1983916968
model-00004-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48aeabee97d265a308b44f03fc21ac5bef852244921ef9b619660f59092a465f
3
+ size 1983916984
model-00005-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c796a4ddc92db9f2b960645db029b38933b13d76809deafbd25a248f5beb1b
3
+ size 1983917064
model-00006-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d6e81cda5bd36d1dc01858f6df939be2a7a9290778aeac1bc1ad1ae04fc8f7
3
+ size 1983917056
model-00007-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e29fe468dd69ea748296bae8587a693093c7bffc9fe66ea77bc0fc0de73aca1
3
+ size 1983917056
model-00008-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb6f1b147c91e787ae41d204b2c077c0d08c54b4200b79bccc437bc84619a63
3
+ size 1983917056
model-00009-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad77edcdc61e36d029a51945fd3a619a6f415b49dda768dddfa27bcbf0b00ef
3
+ size 1983917000
model-00010-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de80f571f7f6341d0bc505c4caeddb027d6366d33a499ca9bd6386c449e5199
3
+ size 1983916968
model-00011-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e29fd066eb72ff6addc170fb8fa3aedd691f4b5cf364ab765ba1b4eaf4f830
3
+ size 1983916968
model-00012-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd4e9e4d0904fd2a57eacd7ec8dd5dc9b2fe687ac5a0ffec5391e54dd208d82
3
+ size 1983916976
model-00013-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43ce7163b93c7bc1489896bcc7fa02004d37c8c03519473c7bd8ab6e16b1ecd
3
+ size 1983917048
model-00014-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c4a325d1abe18742e3a3e4cf8fb6fe605fe24bb44ee0b76b6676bffae410f6
3
+ size 1983917056
model-00015-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72136bf6d1eee595e0a475f9fc266db1d5d57a9e93f0541c20a75ddccaffcd3d
3
+ size 1983917064
model-00016-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc7e8be98b19045edf1764734501519cf180d18b6c54ac9850dd2ca08a5b6ab
3
+ size 1983917056
model-00017-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b9e68863f734ccfd52bcc78c4799aa88bf8b2c45a97c8294bf316b89c894f9
3
+ size 1983917008
model-00018-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317b3363c8730ebab9b914eae6b3142d2df0e7945d99b0f7a10535b0a75636eb
3
+ size 1983916976
model-00019-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878208c880e74943296fc2af5078cd4207eb6c9cc359118e18ba6fc1cf04ab8c
3
+ size 1983916968
model-00020-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d19b1915cc57b4523fa26644437f2664f323eecfdb86c5ea9a5e02faa6301d
3
+ size 1983916968
model-00021-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1406d9693950a7e053f36afd8bf2b9d25b57f28746bf99185ecbba42811b1d1
3
+ size 1983917040
model-00022-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6ad9ab101881c914601959d0349b339ff85dbe21cd1be0efa4c4df98570fad
3
+ size 1983917056
model-00023-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f82d4fc804b0e9a8f59e6424985b0bd486ebce89ded28b7909d3b615e97cee
3
+ size 1983917056
model-00024-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96486445279865737ff67f5524c51c4cbb5aad0dc2f1e47f2a26c99e3d75bc2c
3
+ size 1983917056
model-00025-of-00025.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df09326a276aa6f4e0dbfb4c1e7c1d1a9fea9f359e4a6c0ad8ded456c59f52d4
3
+ size 1779284544
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": false,
35
+ "model_max_length": 2048,
36
+ "pad_token": "<s>",
37
+ "padding_side": "left",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }