Update README.md
Browse files
README.md
CHANGED
|
@@ -123,8 +123,12 @@ Rarely the model mixes languages on output (this was Q4_K_H):
|
|
| 123 |
|
| 124 |
a leap of faith that逃避s the tension.
|
| 125 |
|
| 126 |
-
Most likely this effect is baked into the pretrain from the two dominant languages used.
|
| 127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
Benchmarks:
|
| 129 |
|
| 130 |
Evals for the model will eventually be given here: https://huggingface.co/spaces/steampunque/benchlm.
|
|
|
|
| 123 |
|
| 124 |
a leap of faith that逃避s the tension.
|
| 125 |
|
| 126 |
+
Most likely this effect is baked into the pretrain from the two dominant languages used. The model itself
|
| 127 |
+
can be used to unify the language in the output:
|
| 128 |
+
```
|
| 129 |
+
lm "translate the following mixed language phrase to english: a leap of faith that逃避s the tension."
|
| 130 |
+
A leap of faith that **evades** the tension.
|
| 131 |
+
```
|
| 132 |
Benchmarks:
|
| 133 |
|
| 134 |
Evals for the model will eventually be given here: https://huggingface.co/spaces/steampunque/benchlm.
|