Instructions to use prachuryyaIITG/APTFiNER_Marathi_MuRIL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prachuryyaIITG/APTFiNER_Marathi_MuRIL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/APTFiNER_Marathi_MuRIL") model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/APTFiNER_Marathi_MuRIL") - Notebooks
- Google Colab
- Kaggle
Ctrl+K