Instructions to use DeepMount00/Italian_NER_XXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMount00/Italian_NER_XXL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="DeepMount00/Italian_NER_XXL")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("DeepMount00/Italian_NER_XXL") model = AutoModelForTokenClassification.from_pretrained("DeepMount00/Italian_NER_XXL") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bf1295d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b1e37f54bffe06b021e97159a7fa67c35f2acc129ff3ac427b5e2f87e695a45
size 440847977
|