amalaz-ha2en-micro
18
3
—
by
hassan-IA
Other
OTHER
New
18 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
amalaz-ha2en-micro is a small, fine-tuned translation model that converts Hassaniya Arabic → English.
Code Examples
Example Usagepythontransformers
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
model_name = "hassan-IA/amalaz-ha2en-micro"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
text = "گط گست موريتان؟"
inputs = tokenizer(text, return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.