Files
Luth-LFM2-350M-GGUF/README.md

38 lines
920 B
Markdown
Raw Permalink Normal View History

---
library_name: transformers
datasets:
- kurakurai/luth-sft
language:
- fr
- en
base_model:
- LiquidAI/LFM2-350M
pipeline_tag: text-generation
license: other
license_name: lfm1.0
license_link: LICENSE
tags:
- liquid
- lfm2
- luth
---
![Luth x LFM2](media/logo_collab.png)
# Luth-LFM2-350M-GGUF
**Luth-LFM2** are French fine-tuned versions of LFM2 models by [Kurakura AI](https://huggingface.co/kurakurai), trained on the [Luth-SFT](https://huggingface.co/datasets/kurakurai/luth-sft) dataset. The models have improved their French capabilities in instruction following, math, and general knowledge. Additionally, their English capabilities have remained stable.
Find more details in the original model card: https://huggingface.co/kurakurai/Luth-LFM2-350M
## 🏃 How to run Luth-LFM2
Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
```
llama-cli -hf kurakurai/Luth-LFM2-350M-GGUF
```