elinas commited on
Commit
0c9feee
1 Parent(s): aefb7a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -4
README.md CHANGED
@@ -8,11 +8,77 @@ tags:
8
  - finetune
9
  ---
10
 
11
- Coming in less than 24 hours. :)
12
-
13
 
14
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630417380907b9a115c6aa9f/tJ3zBlUS83BzKx0G0VutU.png)
15
 
16
- # Zeus Labs Chronos-Divergence-33B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- ~~~~~
 
8
  - finetune
9
  ---
10
 
11
+ # Zeus Labs ~ Chronos-Divergence-33B
 
12
 
13
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/630417380907b9a115c6aa9f/tJ3zBlUS83BzKx0G0VutU.png)
14
 
15
+ The original model, LLaMA 1 was pre-trained at a sequence length of 2048 tokens. We went through two individual runs, targeting a sequence length of 16,843 which is a
16
+ significant increase over the original length. While it was originally pre-trained on 1.4T tokens, it was shown to respond positively to our 500M token train and will
17
+ coherently write and keep the same writing format (granted some caveats) up to 12K tokens relatively consistently.
18
+
19
+ Chronos-Divergence-33B is a one of a kind model which is based on the original [Chronos-33B](https://huggingface.co/elinas/chronos-33b) and now focuses on prompt adherence for *roleplay* and storywriting.
20
+ It was trained at 16,834 tokens and can go up to around 12,000 tokens before any deterioration without the use of RoPE techniques.
21
+
22
+ **The unique aspect of this model is that is has little to no "GPT-isms" or commonly referred to "slop" which are repetitive phrases many modern LLMs
23
+ output due to their pre-training and finetuning datasets. We completely cleaned our datasets and relied on the original "charm" of the L1 series and might bring this
24
+ to more of the smaller models if this gains traction. It also avoids ["purple prose"](https://en.wikipedia.org/wiki/Purple_prose) in the same way.**
25
+
26
+ RoPE or RULER has not been tested as we are satisfied with our results, we will also run evaluations, but are not expecting much from a dated model, focused on RP intelligence.
27
+
28
+ Next steps would be to implement GQA (Grouped Query Attention) to as the number of tokens you input increases, so will memory usage, and this technique has been shown to reduce
29
+ memory burden. This will require significant effort on our part (help welcome!) and we hope that quantizations will be sufficient in the meantime.
30
+
31
+ The datasets will be released in time, though it is less the data and more the technique that was able to make this "dated" model very special and unlike many of us
32
+ have experienced before due to the modernization added to the model without the common phrases GPTs like to output today.
33
+
34
+ Without spoiling anything, the name of the model and presented character have meaning... Look up Steins;Gate if you are not familiar :)
35
+
36
+ ## Instruct Template
37
+
38
+ This model uses `ChatML` - below is an example. It is a preset in many frontends.
39
+
40
+ ```
41
+ <|im_start|>system
42
+ A system prompt describing how you'd like your bot to act.<|im_end|>
43
+ <|im_start|>user
44
+ Hello there!<|im_end|>
45
+ <|im_start|>assistant
46
+ I can assist you or we can disucss other things?<|im_end|>
47
+ <|im_start|>user
48
+ I was wondering how transformers work?<|im_end|>
49
+ <|im_start|>assistant
50
+ ```
51
+
52
+ ## Quantization
53
+
54
+ #### LlamaCPP
55
+ TBD
56
+
57
+ #### Exllama2
58
+ TBD
59
+
60
+ #### FP8
61
+ TBD
62
+
63
+ ## Sampling Settings
64
+ Here are some settings that work well with this model:
65
+ ```
66
+ Temp - 0.7 (1.0 max)
67
+ Min P - 0.10
68
+ Presence Penalty - 1.0
69
+ Repetition Penalty range - 2800
70
+ ```
71
+
72
+ ## Credit
73
+ Thank you to my team consisting of [@Fizzarolli](https://huggingface.co/Fizzarolli) and [@ToastyPigeon](https://huggingface.co/ToastyPigeon) and myself [@elinas](https://huggingface.co/elinas).
74
+
75
+ Fizz graciously provided compute for us to run this (dumb), but fun experiment on, while Toasty assisted in dataset preperation! I ran the MLOps in the meantime.
76
+
77
+
78
+ ## Additional Details 
79
+
80
+ Please be mindful of the license. This is strictly non-commercial (by Meta LLaMA terms as well), but free to use at your own leisure personally.
81
+
82
+ If you have any questions or concerns, please post in the community tab.
83
 
84
+ Outputs generated by the model are not reflective of our views.