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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c2d21e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9be6a376264fabb70ff8e17d8ddae4d8072c9c86a0e63bb4d8dc9b1c0efe9521
size 58908041
|