Edit model card

roberta-small-hi-char

Model Description

This is a RoBERTa model pre-trained on HI texts with character tokenizer.

How to Use

from transformers import AutoTokenizer,AutoModelForMaskedLM
tokenizer=AutoTokenizer.from_pretrained("nakamura196/roberta-small-hi-char")
model=AutoModelForMaskedLM.from_pretrained("nakamura196/roberta-small-hi-char")
Downloads last month
2