alayaran/bodo-monolingual-dataset
Viewer • Updated • 490k • 19
How to use alayaran/bodo-roberta-base-sentencepiece-mlm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="alayaran/bodo-roberta-base-sentencepiece-mlm") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("alayaran/bodo-roberta-base-sentencepiece-mlm")
model = AutoModelForMaskedLM.from_pretrained("alayaran/bodo-roberta-base-sentencepiece-mlm")This model is a fine-tuned version of alayaran/bodo-roberta-base-sentencepiece-mlm on the alayaran/bodo-monolingual-dataset 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:
Unable to build the model tree, the base model loops to the model itself. Learn more.