Instructions to use l3cube-pune/marathi-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use l3cube-pune/marathi-roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="l3cube-pune/marathi-roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/marathi-roberta") model = AutoModelForMaskedLM.from_pretrained("l3cube-pune/marathi-roberta") - Notebooks
- Google Colab
- Kaggle
Commit ·
acabd0b
1
Parent(s): 09cd8f3
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,4 +44,5 @@ Other Monolingual Indic BERT models are listed below: <br>
|
|
| 44 |
<a href='https://huggingface.co/l3cube-pune/gujarati-bert'> Gujarati BERT </a> <br>
|
| 45 |
<a href='https://huggingface.co/l3cube-pune/odia-bert'> Oriya BERT </a> <br>
|
| 46 |
<a href='https://huggingface.co/l3cube-pune/bengali-bert'> Bengali BERT </a> <br>
|
| 47 |
-
<a href='https://huggingface.co/l3cube-pune/punjabi-bert'> Punjabi BERT </a> <br>
|
|
|
|
|
|
| 44 |
<a href='https://huggingface.co/l3cube-pune/gujarati-bert'> Gujarati BERT </a> <br>
|
| 45 |
<a href='https://huggingface.co/l3cube-pune/odia-bert'> Oriya BERT </a> <br>
|
| 46 |
<a href='https://huggingface.co/l3cube-pune/bengali-bert'> Bengali BERT </a> <br>
|
| 47 |
+
<a href='https://huggingface.co/l3cube-pune/punjabi-bert'> Punjabi BERT </a> <br>
|
| 48 |
+
<a href='https://huggingface.co/l3cube-pune/assamese-bert'> Assamese BERT </a> <br>
|