NLTM Deliverables
Collection
11 items • Updated
How to use sanganaka/kan2hin_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("sanganaka/kan2hin_model")
model = AutoModelForSeq2SeqLM.from_pretrained("sanganaka/kan2hin_model")This model is a fine-tuned version of facebook/nllb-200-distilled-600M on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/nllb-200-distilled-600M
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sanganaka/kan2hin_model") model = AutoModelForSeq2SeqLM.from_pretrained("sanganaka/kan2hin_model")