Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
named-entity-recognition
sequence-tagger-model
Instructions to use Babelscape/wikineural-multilingual-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Babelscape/wikineural-multilingual-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Babelscape/wikineural-multilingual-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Babelscape/wikineural-multilingual-ner") model = AutoModelForTokenClassification.from_pretrained("Babelscape/wikineural-multilingual-ner") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 65382ee
Simone Tedeschi commited on
added "how to use" c981bc5
Simone Tedeschi commited on
added "how to use" 4cc3026
Simone Tedeschi commited on
Update README.md 132b616
Simone Tedeschi commited on
Update README.md 4bf9772
Simone Tedeschi commited on
Update README.md 0142eed
Simone Tedeschi commited on
Update README.md 89ab461
Simone Tedeschi commited on
Update README.md e510647
Simone Tedeschi commited on
Update README.md 40f8325
Simone Tedeschi commited on
Update README.md 3c09bd7
Simone Tedeschi commited on
Update README.md 180823e
Simone Tedeschi commited on
Update README.md 3c0cfca
Simone Tedeschi commited on
Update README.md fd6440b
Simone Tedeschi commited on
Create README.md 9b9168c
Simone Tedeschi commited on
End of training 290a096
Simone Tedeschi commited on
Training in progress, step 10000 cbf3964
Simone Tedeschi commited on