CoolFace
Modelpublic

ASiatras/Chios_Chatbot

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes13downloads
README.md21 linesDownload Raw Back to root
1---2language: el3tags:4  - mlx5library_name: mlx6pipeline_tag: text-generation7base_model: ilsp/Meltemi-7B-Instruct-v18---9 10# Meltemi 7B Instruct (Chios dialect) — MLX 4-bit (fused)11 12This 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`.13 14The training corpus was built from the `pdf24_ocrPdf/` OCR PDFs and cleaned to contain **only Greek / polytonic Greek letters** (no Latin characters).15 16## Usage17 18```bash19python -m mlx_lm chat --model YOUR_LOCAL_FOLDER_OR_HF_REPO --system-prompt "Μίλα πάντα στη χιώτικη διάλεκτο."20```21