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