Views
No views yet
Looking for the recommended model? The newer variant trained on a curated news-domain corpus produces more fluent Hinglish: English_to_Hinglish_fintuned_lamma_3_8b_instruct.
unsloth/llama-3-8b-Instruct-bnb-4bit1from unsloth import FastLanguageModel
2
3model, tokenizer = FastLanguageModel.from_pretrained(
4 model_name="suyash2739/English_to_Hinglish_cmu_hinglish_dog",
5 max_seq_length=2048,
6 dtype=None,
7 load_in_4bit=True,
8)Translate the input from English to Hinglish to give the response. followed by ### Input: and ### Response: sections.