oscar-corpus/oscar
Updated • 1.02k • 207
How to use guldasta/mbart-oscar-hindi-gen with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("guldasta/mbart-oscar-hindi-gen")
model = AutoModelForSeq2SeqLM.from_pretrained("guldasta/mbart-oscar-hindi-gen")This model is a fine-tuned version of facebook/mbart-large-50-many-to-many-mmt on the oscar 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/mbart-large-50-many-to-many-mmt
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("guldasta/mbart-oscar-hindi-gen") model = AutoModelForSeq2SeqLM.from_pretrained("guldasta/mbart-oscar-hindi-gen")