Instructions to use l3cube-pune/marathi-albert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use l3cube-pune/marathi-albert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="l3cube-pune/marathi-albert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/marathi-albert") model = AutoModelForMaskedLM.from_pretrained("l3cube-pune/marathi-albert") - Notebooks
- Google Colab
- Kaggle
Commit ·
8dd0965
1
Parent(s): f939fe9
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,3 +45,4 @@ Other Monolingual Indic BERT models are listed below: <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>
|
|
|
|
|
|
| 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>
|