Spaces:
Runtime error
Runtime error
Update chatbots.txt
Browse files- chatbots.txt +34 -8
chatbots.txt
CHANGED
@@ -1,8 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
rwitz/
|
4 |
-
rwitz/
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
rwitz/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"original_model": "rwitz/go-bruins-v2",
|
4 |
+
"adapter": "rwitz/go-bruins-v2-lora"
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"original_model": "openchat/openchat_3.5",
|
8 |
+
"adapter": "rwitz/openchat_3.5-lora"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"original_model": "teknium/OpenHermes-2.5-Mistral-7B",
|
12 |
+
"adapter": "rwitz/OpenHermes-2.5-Mistral-7B-lora"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"original_model": "NousResearch/Nous-Hermes-2-Mistral-7B-DPO",
|
16 |
+
"adapter": "rwitz/Nous-Hermes-2-Mistral-7B-DPO-lora"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"original_model": "mlabonne/AlphaMonarch-7B",
|
20 |
+
"adapter": "rwitz/AlphaMonarch-7B-lora"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"original_model": "yam-peleg/Experiment26-7B",
|
24 |
+
"adapter": "rwitz/Experiment26-7B-lora"
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"original_model": "fblgit/UNA-TheBeagle-7b-v1",
|
28 |
+
"adapter": "rwitz/UNA-TheBeagle-7b-v1-lora"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"original_model": "nvidia/OpenMath-Mistral-7B-v0.1-hf",
|
32 |
+
"adapter": "rwitz/OpenMath-Mistral-7B-v0.1-hf-lora"
|
33 |
+
}
|
34 |
+
]
|