AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT-mlx-3Bit

LYRICAL TRANSLATOR (Russian to English) Llama-3.1-8B Variant

Elastic Lyrical Translator of Poetry & Song Lyrics

The Model AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT-mlx-3Bit was converted to MLX format from AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT using mlx-lm version 0.31.2.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT-mlx-3Bit")

prompt="hello"

if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, tokenize=False, add_generation_prompt=True
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)

Fine-tuned over our custom bilingual translations dataset using a modified fork of AutoTrain.
By Aleksey Calvin Tsukanov & SilverAgePoets.com

Downloads last month
70
Safetensors
Model size
1B params
Tensor type
F16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT-mlx-3Bit

Dataset used to train AlekseyCalvin/Lyrical_Llama31_8B_ru2en_SFT-mlx-3Bit