Instructions to use monsoon-nlp/hindi-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use monsoon-nlp/hindi-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="monsoon-nlp/hindi-bert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("monsoon-nlp/hindi-bert") model = AutoModel.from_pretrained("monsoon-nlp/hindi-bert") - Notebooks
- Google Colab
- Kaggle
Trained tokenizer file
1
#5 opened about 2 years ago
by
siba07
Recommended language models (larger and higher-quality than Hindi-Bert)
#1 opened almost 4 years ago
by
monsoon-nlp