Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,13 @@ language:
|
|
| 8 |
- fr
|
| 9 |
- es
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- fr
|
| 9 |
- es
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
+
---
|
| 12 |
+
Fine tuning of [stablelm-zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b) using a multi-lingual translation of the [Home Assistant Requests](https://huggingface.co/datasets/acon96/Home-Assistant-Requests) dataset.
|
| 13 |
+
|
| 14 |
+
Supports English, German, French, and Spanish.
|
| 15 |
+
|
| 16 |
+
[eval script](https://github.com/acon96/home-llm/blob/develop/evaluate.py) results:
|
| 17 |
+
- en: 0.9961183891314895
|
| 18 |
+
- de: 0.9571984435797666
|
| 19 |
+
- fr: 0.9484686436558094
|
| 20 |
+
- es: 0.9685838569357177
|