Transformers
GGUF
English
yi
sft
Yi-34B-200K
TheBloke commited on
Commit
7314fc1
1 Parent(s): 0993e75

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -12,11 +12,13 @@ license:
12
  model_creator: NousResearch
13
  model_name: Nous Capybara 34B
14
  model_type: yi
15
- prompt_template: 'USER: {prompt} ASSISTANT:'
 
 
16
  quantized_by: TheBloke
17
  tags:
18
  - sft
19
- - StableLM
20
  ---
21
  <!-- markdownlint-disable MD041 -->
22
 
@@ -79,7 +81,10 @@ Here is an incomplete list of clients and libraries that are known to support GG
79
  <!-- prompt-template start -->
80
  ## Prompt template: User-Assistant
81
 
82
- ```USER: {prompt} ASSISTANT:```
 
 
 
83
 
84
  <!-- prompt-template end -->
85
 
@@ -196,7 +201,7 @@ Windows Command Line users: You can set the environment variable by running `set
196
  Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
197
 
198
  ```shell
199
- ./main -ngl 32 -m nous-capybara-34b.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "USER: {prompt}\nASSISTANT:"
200
  ```
201
 
202
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
@@ -298,7 +303,7 @@ And thank you again to a16z for their generous grant.
298
 
299
  The Capybara series is the first Nous collection of models made by fine-tuning mostly on data created by Nous in-house.
300
 
301
- We leverage our novel data synthesis technique called Amplify-instruct (Paper coming soon), the seed distribution and synthesis method are comprised of a synergistic combination of top performing existing data synthesis techniques and distributions used for SOTA models such as Airoboros, Evol-Instruct(WizardLM), Orca, Vicuna, Know_Logic, Lamini, FLASK and others, all into one lean holistically formed methodology for the dataset and model. The seed instructions used for the start of synthesized conversations are largely based on highly datasets like Airoboros, Know logic, EverythingLM, GPTeacher and even entirely new seed instructions derived from posts on the website LessWrong, as well as being supplemented with certain in-house multi-turn datasets like Dove(A successor to Puffin).
302
 
303
  While performing great in it's current state, the current dataset used for fine-tuning is entirely contained within 20K training examples, this is 10 times smaller than many similar performing current models, this is signficant when it comes to scaling implications for our next generation of models once we scale our novel syntheiss methods to significantly more examples.
304
 
@@ -323,11 +328,13 @@ Datasets in Blue are in-house curations that previously existed prior to Capybar
323
 
324
  The reccomended model usage is:
325
 
326
- ```
327
- USER:
328
 
329
- ASSISTANT:
330
- ```
 
 
 
 
331
 
332
  ## Mutli-Modality!
333
 
 
12
  model_creator: NousResearch
13
  model_name: Nous Capybara 34B
14
  model_type: yi
15
+ prompt_template: 'USER: {prompt} ASSISTANT:
16
+
17
+ '
18
  quantized_by: TheBloke
19
  tags:
20
  - sft
21
+ - Yi-34B-200K
22
  ---
23
  <!-- markdownlint-disable MD041 -->
24
 
 
81
  <!-- prompt-template start -->
82
  ## Prompt template: User-Assistant
83
 
84
+ ```
85
+ USER: {prompt} ASSISTANT:
86
+
87
+ ```
88
 
89
  <!-- prompt-template end -->
90
 
 
201
  Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
202
 
203
  ```shell
204
+ ./main -ngl 32 -m nous-capybara-34b.Q4_K_M.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "USER: {prompt} ASSISTANT:"
205
  ```
206
 
207
  Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
 
303
 
304
  The Capybara series is the first Nous collection of models made by fine-tuning mostly on data created by Nous in-house.
305
 
306
+ We leverage our novel data synthesis technique called Amplify-instruct (Paper coming soon), the seed distribution and synthesis method are comprised of a synergistic combination of top performing existing data synthesis techniques and distributions used for SOTA models such as Airoboros, Evol-Instruct(WizardLM), Orca, Vicuna, Know_Logic, Lamini, FLASK and others, all into one lean holistically formed methodology for the dataset and model. The seed instructions used for the start of synthesized conversations are largely based on highly regarded datasets like Airoboros, Know logic, EverythingLM, GPTeacher and even entirely new seed instructions derived from posts on the website LessWrong, as well as being supplemented with certain in-house multi-turn datasets like Dove(A successor to Puffin).
307
 
308
  While performing great in it's current state, the current dataset used for fine-tuning is entirely contained within 20K training examples, this is 10 times smaller than many similar performing current models, this is signficant when it comes to scaling implications for our next generation of models once we scale our novel syntheiss methods to significantly more examples.
309
 
 
328
 
329
  The reccomended model usage is:
330
 
 
 
331
 
332
+ Prefix: ``USER:``
333
+
334
+ Suffix: ``ASSISTANT:``
335
+
336
+ Stop token: ``</s>``
337
+
338
 
339
  ## Mutli-Modality!
340