Chios_Chatbot / README.md
ASiatras's picture
Upload fused MLX Chios-dialect model (Greek-only corpus)
2fff306 verified
---
language: el
tags:
- mlx
library_name: mlx
pipeline_tag: text-generation
base_model: ilsp/Meltemi-7B-Instruct-v1
---
# Meltemi 7B Instruct (Chios dialect) — MLX 4-bit (fused)
This is an **MLX-converted 4-bit** Meltemi model with a **Chios-dialect LoRA adapter fused in**, so you can run it without specifying `--adapter-path`.
The training corpus was built from the `pdf24_ocrPdf/` OCR PDFs and cleaned to contain **only Greek / polytonic Greek letters** (no Latin characters).
## Usage
```bash
python -m mlx_lm chat --model YOUR_LOCAL_FOLDER_OR_HF_REPO --system-prompt "Μίλα πάντα στη χιώτικη διάλεκτο."
```