Instructions to use RGarrido03/modernbert-conll2003-ner-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RGarrido03/modernbert-conll2003-ner-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RGarrido03/modernbert-conll2003-ner-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RGarrido03/modernbert-conll2003-ner-large") model = AutoModelForTokenClassification.from_pretrained("RGarrido03/modernbert-conll2003-ner-large") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2ca3da5a641b8cf7ecf6a6ea092b09d91af81955b5b2e4cb73700c428a5d7b4a
- Size of remote file:
- 5.33 kB
- SHA256:
- 2b57e0581bc98db86827ffd37a5c4d875326c5ffded98891b2ef437399d034db
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.