TheBloke commited on
Commit
b5d09d2
1 Parent(s): 62302f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -1
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  inference: false
3
  license: other
 
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -32,7 +38,26 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
32
 
33
  * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Nous-Hermes-13B-GPTQ)
34
  * [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML)
35
- * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/NousResearch/Nous-Hermes-13b)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  ## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
38
 
@@ -95,3 +120,62 @@ Thank you to all my generous patrons and donaters.
95
  <!-- footer end -->
96
 
97
  # Original model card: NousResearch's Nous-Hermes-13B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  inference: false
3
  license: other
4
+ language:
5
+ - en
6
+ tags:
7
+ - llama
8
+ - self-instruct
9
+ - distillation
10
  ---
11
 
12
  <!-- header start -->
 
38
 
39
  * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Nous-Hermes-13B-GPTQ)
40
  * [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML)
41
+ * [NousResearch's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/NousResearch/Nous-Hermes-13b)
42
+
43
+ ## Prompt Format
44
+
45
+ The model follows the Alpaca prompt format:
46
+ ```
47
+ ### Instruction:
48
+
49
+ ### Response:
50
+ ```
51
+
52
+ or
53
+
54
+ ```
55
+ ### Instruction:
56
+
57
+ ### Input:
58
+
59
+ ### Response:
60
+ ```
61
 
62
  ## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
63
 
 
120
  <!-- footer end -->
121
 
122
  # Original model card: NousResearch's Nous-Hermes-13B
123
+
124
+ # Model Card: Nous-Hermes-13b
125
+
126
+ ## Model Description
127
+
128
+ Nous-Hermes-13b is a state-of-the-art language model fine-tuned on over 300,000 instructions. This model was fine-tuned by Nous Research, with Teknium and Karan4D leading the fine tuning process and dataset curation, Redmond AI sponsoring the compute, and several other contributors. The result is an enhanced Llama 13b model that rivals GPT-3.5-turbo in performance across a variety of tasks.
129
+
130
+ This model stands out for its long responses, low hallucination rate, and absence of OpenAI censorship mechanisms. The fine-tuning process was performed with a 2000 sequence length on an 8x a100 80GB DGX machine for over 50 hours.
131
+
132
+ ## Model Training
133
+
134
+ The model was trained almost entirely on synthetic GPT-4 outputs. This includes data from diverse sources such as GPTeacher, the general, roleplay v1&2, code instruct datasets, Nous Instruct & PDACTL (unpublished), CodeAlpaca, Evol_Instruct Uncensored, GPT4-LLM, and Unnatural Instructions.
135
+
136
+ Additional data inputs came from Camel-AI's Biology/Physics/Chemistry and Math Datasets, Airoboros' GPT-4 Dataset, and more from CodeAlpaca. The total volume of data encompassed over 300,000 instructions.
137
+
138
+ ## Collaborators
139
+ The model fine-tuning and the datasets were a collaboration of efforts and resources between Teknium, Karan4D, Nous Research, Huemin Art, and Redmond AI.
140
+
141
+ Huge shoutout and acknowledgement is deserved for all the dataset creators who generously share their datasets openly.
142
+
143
+ Special mention goes to @winglian, @erhartford, and @main_horse for assisting in some of the training issues.
144
+
145
+ Among the contributors of datasets, GPTeacher was made available by Teknium, Wizard LM by nlpxucan, and the Nous Research Instruct Dataset was provided by Karan4D and HueminArt.
146
+ The GPT4-LLM and Unnatural Instructions were provided by Microsoft, Airoboros dataset by jondurbin, Camel-AI datasets are from Camel-AI, and CodeAlpaca dataset by Sahil 2801.
147
+ If anyone was left out, please open a thread in the community tab.
148
+
149
+ ## Prompt Format
150
+
151
+ The model follows the Alpaca prompt format:
152
+ ```
153
+ ### Instruction:
154
+
155
+ ### Response:
156
+ ```
157
+
158
+ or
159
+
160
+ ```
161
+ ### Instruction:
162
+
163
+ ### Input:
164
+
165
+ ### Response:
166
+ ```
167
+
168
+ ## Resources for Applied Use Cases:
169
+ For an example of a back and forth chatbot using huggingface transformers and discord, check out: https://github.com/teknium1/alpaca-discord
170
+ For an example of a roleplaying discord bot, check out this: https://github.com/teknium1/alpaca-roleplay-discordbot
171
+
172
+ ## Future Plans
173
+ The model is currently being uploaded in FP16 format, and there are plans to convert the model to GGML and GPTQ 4bit quantizations. The team is also working on a full benchmark, similar to what was done for GPT4-x-Vicuna. We will try to get in discussions to get the model included in the GPT4All.
174
+
175
+ ## Benchmark Results
176
+ Benchmark results are coming soon.
177
+
178
+ ## Model Usage
179
+ The model is available for download on Hugging Face. It is suitable for a wide range of language tasks, from generating creative text to understanding and following complex instructions.
180
+
181
+ Compute provided by our project sponsor Redmond AI, thank you!!