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