Model Trained Using AutoTrain

This model is created from llama3.2 1B Instruct. email me at: nazmus.sakib.muzahid@gmail.com

Usage


from transformers import pipeline

messages = [
    {"role": "user", "content": "This is a translation from english to bengali."},
]
pipe = pipeline("text-generation", max_new_tokens=512, do_sample=False, model="mnsm92/English_To_Bengali_Translation")
response = pipe(messages)
print(response)

# expected response
# এটি ইংরেজি থেকে বাংলায় অনুবাদ।

Must use one sentence at once. if you want more then one sentence at once, then loop over the sentences then join the results.

Downloads last month
26
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with mnsm92/English_To_Bengali_Translation.

Model tree for mnsm92/English_To_Bengali_Translation

Finetuned
(1722)
this model