Translation
PEFT
Safetensors
Turkish
Laz
laz
lazuri
turkish
endangered-language
kartvelian
low-resource
Instructions to use CidQuLimited/LazuriMT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CidQuLimited/LazuriMT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-e4b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "CidQuLimited/LazuriMT") - Notebooks
- Google Colab
- Kaggle
Ctrl+K