brucethemoose
commited on
Commit
•
333f5ab
1
Parent(s):
934c4f7
Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ SYSTEM: {system_message}
|
|
72 |
USER: {prompt}
|
73 |
ASSISTANT:
|
74 |
```
|
75 |
-
It might recognize ChatML
|
76 |
|
77 |
Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` as an additional stopping condition.
|
78 |
***
|
@@ -102,6 +102,14 @@ Dolphin 200K was taken out of the merge because it seems to be performing poorly
|
|
102 |
I chose not to include other finetunes because they aren't trained on the 200K base. If any other 200K finetunes pop up, let me know.
|
103 |
***
|
104 |
## Credits:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
https://github.com/cg123/mergekit/tree/dare
|
107 |
|
@@ -111,7 +119,13 @@ https://huggingface.co/bhenrym14/airoboros-3_1-yi-34b-200k
|
|
111 |
|
112 |
https://huggingface.co/migtissera/Tess-M-v1.4
|
113 |
|
114 |
-
https://huggingface.co/
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
https://huggingface.co/chargoddard/Yi-34B-200K-Llama
|
117 |
|
|
|
72 |
USER: {prompt}
|
73 |
ASSISTANT:
|
74 |
```
|
75 |
+
It might recognize ChatML, or maybe Llama-chat from Airoboros.
|
76 |
|
77 |
Sometimes the model "spells out" the stop token as `</s>` like Capybara, so you may need to add `</s>` as an additional stopping condition.
|
78 |
***
|
|
|
102 |
I chose not to include other finetunes because they aren't trained on the 200K base. If any other 200K finetunes pop up, let me know.
|
103 |
***
|
104 |
## Credits:
|
105 |
+
[**Nous-Capybara-34B**](https://huggingface.co/NousResearch/Nous-Capybara-34B/),
|
106 |
+
[**Tess-M-v1.4**](https://huggingface.co/migtissera/Tess-34B-v1.4),
|
107 |
+
[**Airoboros-3_1-yi-34b-200k**](https://huggingface.co/bhenrym14/airoboros-3_1-yi-34b-200k)
|
108 |
+
[**PlatYi-34B-200K-Q**](https://huggingface.co/kyujinpy/PlatYi-34B-200k-Q-FastChat),
|
109 |
+
[**Pallas-0.4**](https://huggingface.co/Mihaiii/Pallas-0.4),
|
110 |
+
[**Yi-34B-200K-AEZAKMI-v2**](https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-v2),
|
111 |
+
and a tiny but of [**SUS-Chat-34B**](https://huggingface.co/SUSTech/SUS-Chat-34B) merged with a new, experimental implementation of "dare ties" via mergekit. See:
|
112 |
+
|
113 |
|
114 |
https://github.com/cg123/mergekit/tree/dare
|
115 |
|
|
|
119 |
|
120 |
https://huggingface.co/migtissera/Tess-M-v1.4
|
121 |
|
122 |
+
https://huggingface.co/kyujinpy/PlatYi-34B-200k-Q-FastChat
|
123 |
+
|
124 |
+
https://huggingface.co/adamo1139/Yi-34B-200K-AEZAKMI-v2
|
125 |
+
|
126 |
+
https://huggingface.co/Mihaiii/Pallas-0.4
|
127 |
+
|
128 |
+
https://huggingface.co/SUSTech/SUS-Chat-34B
|
129 |
|
130 |
https://huggingface.co/chargoddard/Yi-34B-200K-Llama
|
131 |
|