Sanskrit RoBERTa
Collection
Vedic and Classic Sasnskrit RoBERTa models • 6 items • Updated
How to use yzk/roberta-sanskrit-iso-base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="yzk/roberta-sanskrit-iso-base") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("yzk/roberta-sanskrit-iso-base")
model = AutoModelForMaskedLM.from_pretrained("yzk/roberta-sanskrit-iso-base")This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
This model is for Sanskrit. Supported texts are transliterated into Latin characters according to ISO 15919
The model needs fine-tuning.
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]