Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eng
|
4 |
+
tags:
|
5 |
+
- llama-2
|
6 |
+
- sft
|
7 |
+
license: [mit]
|
8 |
+
---
|
9 |
+
|
10 |
+
GGML 4bit Quantization of Nous Research's Puffin Preview 1 Model: https://huggingface.co/NousResearch/Redmond-Puffin-13B
|
11 |
+
|
12 |
+
*Thank you to Eachadea for making this quantization possible immediately upon launch*
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
![puffin](https://i.imgur.com/R2xTHMb.png)
|
17 |
+
|
18 |
+
|
19 |
+
## **Redmond-Puffin-13b (Currently available as a Preview edition)**
|
20 |
+
|
21 |
+
**The first commercially available language model released by Nous Research!**
|
22 |
+
|
23 |
+
Redmond-Puffin-13B is one of the worlds first llama-2 based, fine-tuned language models, leveraging a hand curated set of 3K high quality examples, many of which take full advantage of the 4096 context length of Llama 2. This model was fine-tuned by Nous Research, with LDJ leading the training and dataset curation, along with significant dataset formation contributions by J-Supha.
|
24 |
+
|
25 |
+
Special thank you to Redmond AI for sponsoring the compute.
|
26 |
+
|
27 |
+
Special thank you to Emozilla for assisting with training experimentations and many issues encountered during training.
|
28 |
+
|
29 |
+
Notable mentions for assisting in some of the training issues goes to: Caseus and Teknium.
|
30 |
+
|
31 |
+
## Model Training
|
32 |
+
|
33 |
+
Redmond-Puffin-13B is a new model trained for multiple epochs on a dataset of 3,000 carefully curated GPT-4 examples, most of which are long context conversations between a real human and GPT-4.
|
34 |
+
|
35 |
+
Additional data came from carefully curated subsections of datasets such as CamelAI's Physics, Chemistry, Biology and Math.
|
36 |
+
|
37 |
+
## Prompt Format
|
38 |
+
|
39 |
+
The model follows the Vicuna ShareGPT prompt format:
|
40 |
+
|
41 |
+
```
|
42 |
+
### human:
|
43 |
+
|
44 |
+
### gpt:
|
45 |
+
```
|
46 |
+
|
47 |
+
## Notable Features:
|
48 |
+
|
49 |
+
- The first Llama-2 based fine-tuned model released by Nous Research.
|
50 |
+
|
51 |
+
- Ability to recall information upto 2023 without internet (ChatGPT cut off date is in 2021)
|
52 |
+
|
53 |
+
- Pretrained on 2 trillion tokens of text. (This is double the amount of most Open LLM's)
|
54 |
+
|
55 |
+
- Pretrained with a context length of 4096 tokens, and fine-tuned on a significant amount of multi-turn conversations reaching that full token limit.
|
56 |
+
|
57 |
+
- The first commercially available language model released by Nous Research.
|
58 |
+
|
59 |
+
## Current Limitations
|
60 |
+
|
61 |
+
Some token mismatch problems and formatting issues have been idenitifed, these may very possibly effect the current output quality.
|
62 |
+
|
63 |
+
We plan to have these solved in an updated Puffin model in the very near future, please stay tuned!
|
64 |
+
|
65 |
+
## Future Plans
|
66 |
+
|
67 |
+
This is a relatively early build amongst the grand plans for the future of Puffin!
|
68 |
+
|
69 |
+
Current limitations: Some token mismatch problems and formatting issues have been idenitifed, these may very possibly effect the current output quality, we plan to have these solved in an updated Puffin model in the near future.
|
70 |
+
|
71 |
+
In the near future we plan on releasing an improved version of the model with the help of domain specific expert volunteers, which will help eliminate any wrong data from this curation and improve the further ones.
|
72 |
+
|
73 |
+
## Benchmarks coming soon
|
74 |
+
|
75 |
+
benchmarks coming soon!
|