amalaz-en2ha-micro

12
3
by
hassan-IA
Other
OTHER
New
12 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

amalaz-en2ha-micro is a small, fine-tuned translation model that converts English → Hassaniya Arabic.

Code Examples

Example Usagepythontransformers
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

model_name = "hassan-IA/amalaz-en2ha-micro"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)

text = "Dah drinks tea 3 times everyday"
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

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.