Upload folder using huggingface_hub
Browse files- config.json +29 -0
- config.yaml +208 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- place-your-models-here.txt +0 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/kearm/HF_FAST/TinyLlama_v1.1",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
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 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 32,
|
18 |
+
"num_hidden_layers": 22,
|
19 |
+
"num_key_value_heads": 4,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-05,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 10000.0,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.43.1",
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 32000
|
29 |
+
}
|
config.yaml
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.*(llama|alpac|vicuna|guanaco|koala|llava|wizardlm|metharme|pygmalion-7b|pygmalion-2|mythalion|wizard-mega|openbuddy|vigogne|h2ogpt-research|manticore):
|
2 |
+
model_type: 'llama'
|
3 |
+
.*(opt-|opt_|opt1|opt3|optfor|galactica|galpaca|pygmalion-350m):
|
4 |
+
model_type: 'opt'
|
5 |
+
.*(gpt-j|gptj|gpt4all-j|malion-6b|pygway|pygmalion-6b|dolly-v1):
|
6 |
+
model_type: 'gptj'
|
7 |
+
.*(gpt-neox|koalpaca-polyglot|polyglot.*koalpaca|polyglot-ko|polyglot_ko|pythia|stablelm|incite|dolly-v2|polycoder|h2ogpt-oig|h2ogpt-oasst1|h2ogpt-gm):
|
8 |
+
model_type: 'gptneox'
|
9 |
+
.*bloom:
|
10 |
+
model_type: 'bloom'
|
11 |
+
.*gpt2:
|
12 |
+
model_type: 'gpt2'
|
13 |
+
.*falcon:
|
14 |
+
model_type: 'falcon'
|
15 |
+
.*mpt:
|
16 |
+
model_type: 'mpt'
|
17 |
+
.*(starcoder|starchat):
|
18 |
+
model_type: 'starcoder'
|
19 |
+
.*dolly-v2:
|
20 |
+
model_type: 'dollyv2'
|
21 |
+
.*replit:
|
22 |
+
model_type: 'replit'
|
23 |
+
.*(oasst|openassistant-|stablelm-7b-sft-v7-epoch-3):
|
24 |
+
instruction_template: 'Open Assistant'
|
25 |
+
skip_special_tokens: false
|
26 |
+
(?!.*galactica)(?!.*reward).*openassistant:
|
27 |
+
instruction_template: 'Open Assistant'
|
28 |
+
skip_special_tokens: false
|
29 |
+
.*galactica:
|
30 |
+
skip_special_tokens: false
|
31 |
+
.*dolly-v[0-9]-[0-9]*b:
|
32 |
+
instruction_template: 'Alpaca'
|
33 |
+
skip_special_tokens: false
|
34 |
+
.*alpaca-native-4bit:
|
35 |
+
instruction_template: 'Alpaca'
|
36 |
+
custom_stopping_strings: '"### End"'
|
37 |
+
.*llava:
|
38 |
+
instruction_template: 'LLaVA'
|
39 |
+
custom_stopping_strings: '"\n###"'
|
40 |
+
.*llava.*1.5:
|
41 |
+
instruction_template: 'Vicuna-v1.1'
|
42 |
+
.*wizard.*mega:
|
43 |
+
instruction_template: 'Wizard-Mega'
|
44 |
+
custom_stopping_strings: '"</s>"'
|
45 |
+
.*starchat-beta:
|
46 |
+
instruction_template: 'Starchat-Beta'
|
47 |
+
custom_stopping_strings: '"<|end|>"'
|
48 |
+
(?!.*v0)(?!.*1.1)(?!.*1_1)(?!.*stable)(?!.*chinese).*vicuna:
|
49 |
+
instruction_template: 'Vicuna-v0'
|
50 |
+
.*vicuna.*v0:
|
51 |
+
instruction_template: 'Vicuna-v0'
|
52 |
+
.*vicuna.*(1.1|1_1|1.3|1_3):
|
53 |
+
instruction_template: 'Vicuna-v1.1'
|
54 |
+
.*vicuna.*(1.5|1_5):
|
55 |
+
instruction_template: 'Vicuna-v1.1'
|
56 |
+
.*stable.*vicuna:
|
57 |
+
instruction_template: 'StableVicuna'
|
58 |
+
(?!.*chat).*chinese-vicuna:
|
59 |
+
instruction_template: 'Alpaca'
|
60 |
+
.*chinese-vicuna.*chat:
|
61 |
+
instruction_template: 'Chinese-Vicuna-Chat'
|
62 |
+
.*alpaca:
|
63 |
+
instruction_template: 'Alpaca'
|
64 |
+
.*koala:
|
65 |
+
instruction_template: 'Koala'
|
66 |
+
.*chatglm:
|
67 |
+
instruction_template: 'ChatGLM'
|
68 |
+
.*(metharme|pygmalion|mythalion):
|
69 |
+
instruction_template: 'Metharme'
|
70 |
+
.*raven:
|
71 |
+
instruction_template: 'RWKV-Raven'
|
72 |
+
.*moss-moon.*sft:
|
73 |
+
instruction_template: 'MOSS'
|
74 |
+
.*stablelm-tuned:
|
75 |
+
instruction_template: 'StableLM'
|
76 |
+
.*galactica.*finetuned:
|
77 |
+
instruction_template: 'Galactica Finetuned'
|
78 |
+
.*galactica.*-v2:
|
79 |
+
instruction_template: 'Galactica v2'
|
80 |
+
(?!.*finetuned)(?!.*-v2).*galactica:
|
81 |
+
instruction_template: 'Galactica'
|
82 |
+
.*guanaco:
|
83 |
+
instruction_template: 'Guanaco non-chat'
|
84 |
+
.*baize:
|
85 |
+
instruction_template: 'Baize'
|
86 |
+
.*mpt-.*instruct:
|
87 |
+
instruction_template: 'Alpaca'
|
88 |
+
.*mpt-.*chat:
|
89 |
+
instruction_template: 'ChatML'
|
90 |
+
(?!.*-flan-)(?!.*-t5-).*lamini-:
|
91 |
+
instruction_template: 'Alpaca'
|
92 |
+
.*incite.*chat:
|
93 |
+
instruction_template: 'INCITE-Chat'
|
94 |
+
.*incite.*instruct:
|
95 |
+
instruction_template: 'INCITE-Instruct'
|
96 |
+
.*ziya-:
|
97 |
+
instruction_template: 'Ziya'
|
98 |
+
.*koalpaca:
|
99 |
+
instruction_template: 'KoAlpaca'
|
100 |
+
.*openbuddy:
|
101 |
+
instruction_template: 'OpenBuddy'
|
102 |
+
(?!.*chat).*vigogne:
|
103 |
+
instruction_template: 'Vigogne-Instruct'
|
104 |
+
.*vigogne.*chat:
|
105 |
+
instruction_template: 'Vigogne-Chat'
|
106 |
+
.*(llama-deus|supercot|llama-natural-instructions|open-llama-0.3t-7b-instruct-dolly-hhrlhf|open-llama-0.3t-7b-open-instruct):
|
107 |
+
instruction_template: 'Alpaca'
|
108 |
+
.*bactrian:
|
109 |
+
instruction_template: 'Bactrian'
|
110 |
+
.*(h2ogpt-oig-|h2ogpt-oasst1-|h2ogpt-research-oasst1-):
|
111 |
+
instruction_template: 'INCITE-Chat'
|
112 |
+
.*h2ogpt-gm-:
|
113 |
+
instruction_template: 'H2O-prompt_answer'
|
114 |
+
.*manticore:
|
115 |
+
instruction_template: 'Manticore Chat'
|
116 |
+
.*bluemoonrp-(30|13)b:
|
117 |
+
instruction_template: 'Bluemoon'
|
118 |
+
.*Nous-Hermes-13b:
|
119 |
+
instruction_template: 'Alpaca'
|
120 |
+
.*airoboros:
|
121 |
+
instruction_template: 'Vicuna-v1.1'
|
122 |
+
.*airoboros.*1.2:
|
123 |
+
instruction_template: 'Airoboros-v1.2'
|
124 |
+
.*alpa(cino|sta):
|
125 |
+
instruction_template: 'Alpaca'
|
126 |
+
.*hippogriff:
|
127 |
+
instruction_template: 'Hippogriff'
|
128 |
+
.*lazarus:
|
129 |
+
instruction_template: 'Alpaca'
|
130 |
+
.*guanaco-.*(7|13|33|65)b:
|
131 |
+
instruction_template: 'Vicuna-v0'
|
132 |
+
.*hypermantis:
|
133 |
+
instruction_template: 'Alpaca'
|
134 |
+
.*open-llama-.*-open-instruct:
|
135 |
+
instruction_template: 'Alpaca'
|
136 |
+
.*starcoder-gpteacher-code-instruct:
|
137 |
+
instruction_template: 'Alpaca'
|
138 |
+
.*tulu:
|
139 |
+
instruction_template: 'Tulu'
|
140 |
+
.*chronos:
|
141 |
+
instruction_template: 'Alpaca'
|
142 |
+
.*samantha:
|
143 |
+
instruction_template: 'Samantha'
|
144 |
+
.*wizardcoder:
|
145 |
+
instruction_template: 'Alpaca'
|
146 |
+
.*minotaur:
|
147 |
+
instruction_template: 'Manticore Chat'
|
148 |
+
.*orca_mini:
|
149 |
+
instruction_template: 'Orca Mini'
|
150 |
+
.*(platypus|gplatty|superplatty):
|
151 |
+
instruction_template: 'Alpaca'
|
152 |
+
.*(openorca-platypus2):
|
153 |
+
instruction_template: 'OpenOrca-Platypus2'
|
154 |
+
custom_stopping_strings: '"### Instruction:", "### Response:"'
|
155 |
+
.*longchat:
|
156 |
+
instruction_template: 'Vicuna-v1.1'
|
157 |
+
.*vicuna-33b:
|
158 |
+
instruction_template: 'Vicuna-v1.1'
|
159 |
+
.*redmond-hermes-coder:
|
160 |
+
instruction_template: 'Alpaca'
|
161 |
+
.*wizardcoder-15b:
|
162 |
+
instruction_template: 'Alpaca'
|
163 |
+
.*wizardlm:
|
164 |
+
instruction_template: 'Vicuna-v1.1'
|
165 |
+
.*godzilla:
|
166 |
+
instruction_template: 'Alpaca'
|
167 |
+
.*llama(-?)(2|v2).*chat:
|
168 |
+
instruction_template: 'Llama-v2'
|
169 |
+
.*newhope:
|
170 |
+
instruction_template: 'NewHope'
|
171 |
+
.*stablebeluga2:
|
172 |
+
instruction_template: 'StableBeluga2'
|
173 |
+
.*openchat:
|
174 |
+
instruction_template: 'OpenChat'
|
175 |
+
.*codellama.*instruct:
|
176 |
+
instruction_template: 'Llama-v2'
|
177 |
+
.*(mistral|mixtral).*instruct:
|
178 |
+
instruction_template: 'Mistral'
|
179 |
+
.*mistral.*openorca:
|
180 |
+
instruction_template: 'ChatML'
|
181 |
+
.*(WizardCoder-Python-34B-V1.0|Phind-CodeLlama-34B-v2|CodeBooga-34B-v0.1):
|
182 |
+
instruction_template: 'Alpaca'
|
183 |
+
.*orca-2-(13|7)b:
|
184 |
+
instruction_template: 'ChatML'
|
185 |
+
.*openhermes.*mistral:
|
186 |
+
instruction_template: 'ChatML'
|
187 |
+
.*Yi-34B-Chat:
|
188 |
+
instruction_template: 'ChatML'
|
189 |
+
(dolphin).*:
|
190 |
+
instruction_template: 'ChatML'
|
191 |
+
.*synthia:
|
192 |
+
instruction_template: 'Synthia'
|
193 |
+
.*(hercules|hyperion):
|
194 |
+
instruction_template: 'ChatML'
|
195 |
+
.*command-r:
|
196 |
+
instruction_template: 'Command-R'
|
197 |
+
.*xwin-lm-70b-v0.1:
|
198 |
+
instruction_template: 'Vicuna-v1.1'
|
199 |
+
.*platypus-yi-34b:
|
200 |
+
instruction_template: 'Vicuna-v1.1'
|
201 |
+
.*CausalLM-RP-34B:
|
202 |
+
instruction_template: 'ChatML'
|
203 |
+
34b-beta:
|
204 |
+
instruction_template: 'ChatML'
|
205 |
+
.*airoboros-3_1-yi-34b-200k:
|
206 |
+
instruction_template: 'Llama-v2'
|
207 |
+
.*chatqa:
|
208 |
+
instruction_template: 'NVIDIA-ChatQA'
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"eos_token_id": 2,
|
4 |
+
"max_length": 2048,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.43.1"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925af99bc725da7c18479fc0f146153497cb8a2dcc78ab9907cab96c47ae150f
|
3 |
+
size 2200119864
|
place-your-models-here.txt
ADDED
File without changes
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
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 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": false,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": null,
|
37 |
+
"padding_side": "right",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|