Text Generation
GGUF
Inference Endpoints
conversational
acon96 commited on
Commit
677fbd7
·
verified ·
1 Parent(s): b27545f

Create README.md

Browse files

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.

Supports English, German, French, and Spanish.

[eval script](https://github.com/acon96/home-llm/blob/develop/evaluate.py) results:
- en: 0.9961183891314895
- de: 0.9571984435797666
- fr: 0.9484686436558094
- es: 0.9685838569357177

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stabilityai-non-commercial-research-community-license
4
+ license_link: https://huggingface.co/stabilityai/stablelm-zephyr-3b/raw/main/LICENSE
5
+ language:
6
+ - en
7
+ - de
8
+ - fr
9
+ - es
10
+ pipeline_tag: text-generation
11
+ ---