flyingfishinwater commited on
Commit
2bcb8f4
·
verified ·
1 Parent(s): cd6e1fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -13
README.md CHANGED
@@ -1,4 +1,5 @@
1
  # LiteLlama
 
2
  It's a very small LLAMA2 model with only 460M parameters trained with 1T tokens. It's best for testing.
3
  **Model Intention:** This is a 460 parameters' very small model for test purpose only
4
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/LiteLlama-460M-1T-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/LiteLlama-460M-1T-Q8_0.gguf?download=true)
@@ -13,7 +14,7 @@ It's a very small LLAMA2 model with only 460M parameters trained with 1T tokens.
13
  ```
14
  <human>: {{prompt}}
15
  <bot>:
16
- ```
17
 
18
  **Template Name:** TinyLlama
19
  **Add BOS Token:** Yes
@@ -23,6 +24,7 @@ It's a very small LLAMA2 model with only 460M parameters trained with 1T tokens.
23
  ---
24
 
25
  # TinyLlama-1.1B-chat
 
26
  The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. With some proper optimization, we can achieve this within a span of just 90 days using 16 A100-40G GPUs. The training has started on 2023-09-01.
27
  **Model Intention:** It's good for question & answer.
28
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/tinyllama-1.1B-chat-v1.0-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/tinyllama-1.1B-chat-v1.0-Q8_0.gguf?download=true)
@@ -36,7 +38,7 @@ The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens.
36
 
37
  ```
38
  <|system|>You are a friendly chatbot who always responds in the style of a pirate.</s><|user|>{{prompt}}</s><|assistant|>
39
- ```
40
 
41
  **Template Name:** TinyLlama
42
  **Add BOS Token:** Yes
@@ -46,6 +48,7 @@ The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens.
46
  ---
47
 
48
  # Mistral 7B v0.2
 
49
  The Mistral-7B-v0.2 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.2 outperforms Llama 2 13B on all benchmarks we tested.
50
  **Model Intention:** It's a 7B large model for Q&A purpose. But it requires a high-end device to run.
51
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf?download=true)
@@ -59,7 +62,7 @@ The Mistral-7B-v0.2 Large Language Model (LLM) is a pretrained generative text m
59
 
60
  ```
61
  <s>[INST]{{prompt}}[/INST]</s>
62
- ```
63
 
64
  **Template Name:** Mistral
65
  **Add BOS Token:** Yes
@@ -69,6 +72,7 @@ The Mistral-7B-v0.2 Large Language Model (LLM) is a pretrained generative text m
69
  ---
70
 
71
  # OpenChat 3.5
 
72
  OpenChat is an innovative library of open-source language models, fine-tuned with C-RLFT - a strategy inspired by offline reinforcement learning. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
73
  **Model Intention:** It's a 7B large model and performs really good for Q&A. But it requires a high-end device to run.
74
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/openchat-3.5-1210.Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/openchat-3.5-1210.Q8_0.gguf?download=true)
@@ -82,7 +86,7 @@ OpenChat is an innovative library of open-source language models, fine-tuned wit
82
 
83
  ```
84
  <s>[INST]{{prompt}}[/INST]</s>
85
- ```
86
 
87
  **Template Name:** Mistral
88
  **Add BOS Token:** Yes
@@ -92,6 +96,7 @@ OpenChat is an innovative library of open-source language models, fine-tuned wit
92
  ---
93
 
94
  # Phi-2
 
95
  Phi-2 is a Transformer with 2.7 billion parameters. It was trained using the same data sources as Phi-1.5, augmented with a new data source that consists of various NLP synthetic texts and filtered websites (for safety and educational value). When assessed against benchmarks testing common sense, language understanding, and logical reasoning, Phi-2 showcased a nearly state-of-the-art performance among models with less than 13 billion parameters.
96
  **Model Intention:** It's a 2.7B model and is intended for QA, chat, and code purposes
97
  **Model URL:** [https://huggingface.co/ggml-org/models/resolve/main/phi-2/ggml-model-q8_0.gguf?download=true](https://huggingface.co/ggml-org/models/resolve/main/phi-2/ggml-model-q8_0.gguf?download=true)
@@ -106,7 +111,7 @@ Phi-2 is a Transformer with 2.7 billion parameters. It was trained using the sam
106
  ```
107
  Instruct: {{prompt}}
108
  Output:
109
- ```
110
 
111
  **Template Name:** PHI
112
  **Add BOS Token:** Yes
@@ -116,6 +121,7 @@ Output:
116
  ---
117
 
118
  # Yi 6B Chat
 
119
  The Yi series models are the next generation of open-source large language models trained from scratch by 01.AI. Targeted as a bilingual language model and trained on 3T multilingual corpus, the Yi series models become one of the strongest LLM worldwide, showing promise in language understanding, commonsense reasoning, reading comprehension, and more. For example, For English language capability, the Yi series models ranked 2nd (just behind GPT-4), outperforming other LLMs (such as LLaMA2-chat-70B, Claude 2, and ChatGPT) on the AlpacaEval Leaderboard in Dec 2023. For Chinese language capability, the Yi series models landed in 2nd place (following GPT-4), surpassing other LLMs (such as Baidu ERNIE, Qwen, and Baichuan) on the SuperCLUE in Oct 2023.
120
  **Model Intention:** It's a 6B model and can understand English and Chinese. It's good for QA and Chat
121
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/yi-6b-chat-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/yi-6b-chat-Q8_0.gguf?download=true)
@@ -133,7 +139,7 @@ The Yi series models are the next generation of open-source large language model
133
  {{prompt}}
134
  <|im_start|>assistant
135
 
136
- ```
137
 
138
  **Template Name:** yi
139
  **Add BOS Token:** Yes
@@ -143,6 +149,7 @@ The Yi series models are the next generation of open-source large language model
143
  ---
144
 
145
  # Google Gemma 2B
 
146
  Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology used to create the Gemini models. Developed by Google DeepMind and other teams across Google, Gemma is named after the Latin gemma, meaning 'precious stone.' The Gemma model weights are supported by developer tools that promote innovation, collaboration, and the responsible use of artificial intelligence (AI).
147
  **Model Intention:** It's a 2B large model for Q&A purpose. But it requires a high-end device to run.
148
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/gemma-2b-it-q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/gemma-2b-it-q8_0.gguf?download=true)
@@ -159,7 +166,7 @@ Gemma is a family of lightweight, state-of-the-art open models built from the sa
159
  {{prompt}}<end_of_turn>
160
  <start_of_turn>model
161
 
162
- ```
163
 
164
  **Template Name:** gemma
165
  **Add BOS Token:** Yes
@@ -169,6 +176,7 @@ Gemma is a family of lightweight, state-of-the-art open models built from the sa
169
  ---
170
 
171
  # StarCoder2 3B
 
172
  StarCoder2-3B model is a 3B parameter model trained on 17 programming languages from The Stack v2, with opt-out requests excluded. The model uses Grouped Query Attention, a context window of 16,384 tokens with a sliding window attention of 4,096 tokens, and was trained using the Fill-in-the-Middle objective on 3+ trillion tokens
173
  **Model Intention:** The model is good at 17 programming languages. It can help you resolve programming requirements
174
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/starcoder2-3b-instruct-gguf_Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/starcoder2-3b-instruct-gguf_Q8_0.gguf?download=true)
@@ -184,7 +192,7 @@ StarCoder2-3B model is a 3B parameter model trained on 17 programming languages
184
  ### Instruction
185
  {{prompt}}### Response
186
 
187
- ```
188
 
189
  **Template Name:** starcoder
190
  **Add BOS Token:** Yes
@@ -194,6 +202,7 @@ StarCoder2-3B model is a 3B parameter model trained on 17 programming languages
194
  ---
195
 
196
  # Chinese Tiny LLM 2B
 
197
  Chinese Tiny LLM 2B 是首个以中文为中心的大型语言模型,主要在中文语料库上进行预训练和微调,提供了对潜在偏见、中文语言能力和多语言适应性的重要洞见。
198
  **Model Intention:** 这是一个参数规模2B的中文模型,具有很好的中文理解和应答能力
199
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/chinese-tiny-llm-2b-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/chinese-tiny-llm-2b-Q8_0.gguf?download=true)
@@ -211,7 +220,7 @@ Chinese Tiny LLM 2B 是首个以中文为中心的大型语言模型,主要在
211
  <|im_end|>
212
  <|im_start|>assistant
213
 
214
- ```
215
 
216
  **Template Name:** chatml
217
  **Add BOS Token:** Yes
@@ -221,6 +230,7 @@ Chinese Tiny LLM 2B 是首个以中文为中心的大型语言模型,主要在
221
  ---
222
 
223
  # Dophin 2.8 Mistralv02 7B
 
224
  This model is based on Mistral-7b-v0.2 with 16k context lengths. It's a uncensored model and supports a variety of instruction, conversational, and coding skills.
225
  **Model Intention:** It's a uncensored and good skilled English modal best for high performance iPhone, iPad & Mac
226
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/dolphin-2.8-mistral-7b-v02-Q2_K.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/dolphin-2.8-mistral-7b-v02-Q2_K.gguf?download=true)
@@ -238,11 +248,9 @@ This model is based on Mistral-7b-v0.2 with 16k context lengths. It's a uncensor
238
  <|im_end|>
239
  <|im_start|>assistant
240
 
241
- ```
242
 
243
  **Template Name:** chatml
244
  **Add BOS Token:** Yes
245
  **Add EOS Token:** No
246
- **Parse Special Tokens:** Yes
247
-
248
- ---
 
1
  # LiteLlama
2
+
3
  It's a very small LLAMA2 model with only 460M parameters trained with 1T tokens. It's best for testing.
4
  **Model Intention:** This is a 460 parameters' very small model for test purpose only
5
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/LiteLlama-460M-1T-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/LiteLlama-460M-1T-Q8_0.gguf?download=true)
 
14
  ```
15
  <human>: {{prompt}}
16
  <bot>:
17
+ ```
18
 
19
  **Template Name:** TinyLlama
20
  **Add BOS Token:** Yes
 
24
  ---
25
 
26
  # TinyLlama-1.1B-chat
27
+
28
  The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. With some proper optimization, we can achieve this within a span of just 90 days using 16 A100-40G GPUs. The training has started on 2023-09-01.
29
  **Model Intention:** It's good for question & answer.
30
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/tinyllama-1.1B-chat-v1.0-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/tinyllama-1.1B-chat-v1.0-Q8_0.gguf?download=true)
 
38
 
39
  ```
40
  <|system|>You are a friendly chatbot who always responds in the style of a pirate.</s><|user|>{{prompt}}</s><|assistant|>
41
+ ```
42
 
43
  **Template Name:** TinyLlama
44
  **Add BOS Token:** Yes
 
48
  ---
49
 
50
  # Mistral 7B v0.2
51
+
52
  The Mistral-7B-v0.2 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.2 outperforms Llama 2 13B on all benchmarks we tested.
53
  **Model Intention:** It's a 7B large model for Q&A purpose. But it requires a high-end device to run.
54
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf?download=true)
 
62
 
63
  ```
64
  <s>[INST]{{prompt}}[/INST]</s>
65
+ ```
66
 
67
  **Template Name:** Mistral
68
  **Add BOS Token:** Yes
 
72
  ---
73
 
74
  # OpenChat 3.5
75
+
76
  OpenChat is an innovative library of open-source language models, fine-tuned with C-RLFT - a strategy inspired by offline reinforcement learning. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
77
  **Model Intention:** It's a 7B large model and performs really good for Q&A. But it requires a high-end device to run.
78
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/openchat-3.5-1210.Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/openchat-3.5-1210.Q8_0.gguf?download=true)
 
86
 
87
  ```
88
  <s>[INST]{{prompt}}[/INST]</s>
89
+ ```
90
 
91
  **Template Name:** Mistral
92
  **Add BOS Token:** Yes
 
96
  ---
97
 
98
  # Phi-2
99
+
100
  Phi-2 is a Transformer with 2.7 billion parameters. It was trained using the same data sources as Phi-1.5, augmented with a new data source that consists of various NLP synthetic texts and filtered websites (for safety and educational value). When assessed against benchmarks testing common sense, language understanding, and logical reasoning, Phi-2 showcased a nearly state-of-the-art performance among models with less than 13 billion parameters.
101
  **Model Intention:** It's a 2.7B model and is intended for QA, chat, and code purposes
102
  **Model URL:** [https://huggingface.co/ggml-org/models/resolve/main/phi-2/ggml-model-q8_0.gguf?download=true](https://huggingface.co/ggml-org/models/resolve/main/phi-2/ggml-model-q8_0.gguf?download=true)
 
111
  ```
112
  Instruct: {{prompt}}
113
  Output:
114
+ ```
115
 
116
  **Template Name:** PHI
117
  **Add BOS Token:** Yes
 
121
  ---
122
 
123
  # Yi 6B Chat
124
+
125
  The Yi series models are the next generation of open-source large language models trained from scratch by 01.AI. Targeted as a bilingual language model and trained on 3T multilingual corpus, the Yi series models become one of the strongest LLM worldwide, showing promise in language understanding, commonsense reasoning, reading comprehension, and more. For example, For English language capability, the Yi series models ranked 2nd (just behind GPT-4), outperforming other LLMs (such as LLaMA2-chat-70B, Claude 2, and ChatGPT) on the AlpacaEval Leaderboard in Dec 2023. For Chinese language capability, the Yi series models landed in 2nd place (following GPT-4), surpassing other LLMs (such as Baidu ERNIE, Qwen, and Baichuan) on the SuperCLUE in Oct 2023.
126
  **Model Intention:** It's a 6B model and can understand English and Chinese. It's good for QA and Chat
127
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/yi-6b-chat-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/yi-6b-chat-Q8_0.gguf?download=true)
 
139
  {{prompt}}
140
  <|im_start|>assistant
141
 
142
+ ```
143
 
144
  **Template Name:** yi
145
  **Add BOS Token:** Yes
 
149
  ---
150
 
151
  # Google Gemma 2B
152
+
153
  Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology used to create the Gemini models. Developed by Google DeepMind and other teams across Google, Gemma is named after the Latin gemma, meaning 'precious stone.' The Gemma model weights are supported by developer tools that promote innovation, collaboration, and the responsible use of artificial intelligence (AI).
154
  **Model Intention:** It's a 2B large model for Q&A purpose. But it requires a high-end device to run.
155
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/gemma-2b-it-q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/gemma-2b-it-q8_0.gguf?download=true)
 
166
  {{prompt}}<end_of_turn>
167
  <start_of_turn>model
168
 
169
+ ```
170
 
171
  **Template Name:** gemma
172
  **Add BOS Token:** Yes
 
176
  ---
177
 
178
  # StarCoder2 3B
179
+
180
  StarCoder2-3B model is a 3B parameter model trained on 17 programming languages from The Stack v2, with opt-out requests excluded. The model uses Grouped Query Attention, a context window of 16,384 tokens with a sliding window attention of 4,096 tokens, and was trained using the Fill-in-the-Middle objective on 3+ trillion tokens
181
  **Model Intention:** The model is good at 17 programming languages. It can help you resolve programming requirements
182
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/starcoder2-3b-instruct-gguf_Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/starcoder2-3b-instruct-gguf_Q8_0.gguf?download=true)
 
192
  ### Instruction
193
  {{prompt}}### Response
194
 
195
+ ```
196
 
197
  **Template Name:** starcoder
198
  **Add BOS Token:** Yes
 
202
  ---
203
 
204
  # Chinese Tiny LLM 2B
205
+
206
  Chinese Tiny LLM 2B 是首个以中文为中心的大型语言模型,主要在中文语料库上进行预训练和微调,提供了对潜在偏见、中文语言能力和多语言适应性的重要洞见。
207
  **Model Intention:** 这是一个参数规模2B的中文模型,具有很好的中文理解和应答能力
208
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/chinese-tiny-llm-2b-Q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/chinese-tiny-llm-2b-Q8_0.gguf?download=true)
 
220
  <|im_end|>
221
  <|im_start|>assistant
222
 
223
+ ```
224
 
225
  **Template Name:** chatml
226
  **Add BOS Token:** Yes
 
230
  ---
231
 
232
  # Dophin 2.8 Mistralv02 7B
233
+
234
  This model is based on Mistral-7b-v0.2 with 16k context lengths. It's a uncensored model and supports a variety of instruction, conversational, and coding skills.
235
  **Model Intention:** It's a uncensored and good skilled English modal best for high performance iPhone, iPad & Mac
236
  **Model URL:** [https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/dolphin-2.8-mistral-7b-v02-Q2_K.gguf?download=true](https://huggingface.co/flyingfishinwater/goodmodels/resolve/main/dolphin-2.8-mistral-7b-v02-Q2_K.gguf?download=true)
 
248
  <|im_end|>
249
  <|im_start|>assistant
250
 
251
+ ```
252
 
253
  **Template Name:** chatml
254
  **Add BOS Token:** Yes
255
  **Add EOS Token:** No
256
+ **Parse Special Tokens:** Yes