Lewdiculous
commited on
Commit
•
94529e3
1
Parent(s):
742d4d4
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
Quants:
|
5 |
```python
|
@@ -148,4 +152,4 @@ I found that this model **performed worse** with the xDAN prompt format so, desp
|
|
148 |
| vicuna-33b-v1.3 | 2 | 6.787500 | 33b
|
149 |
| Llama-2-70b-chat | 2 | 6.725000 | 70b
|
150 |
|
151 |
-
If you'd like to replicate the MT-Bench run, please ensure that the Alpaca prompt template is applied to the model. I did this by putting "alpaca" in the model path to trigger the `AlpacaAdapter`.
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
tags:
|
4 |
+
- gguf
|
5 |
+
- mistral
|
6 |
+
- roleplay
|
7 |
---
|
8 |
Quants:
|
9 |
```python
|
|
|
152 |
| vicuna-33b-v1.3 | 2 | 6.787500 | 33b
|
153 |
| Llama-2-70b-chat | 2 | 6.725000 | 70b
|
154 |
|
155 |
+
If you'd like to replicate the MT-Bench run, please ensure that the Alpaca prompt template is applied to the model. I did this by putting "alpaca" in the model path to trigger the `AlpacaAdapter`.
|