Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use phi0108/ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phi0108/ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="phi0108/ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("phi0108/ner") model = AutoModelForTokenClassification.from_pretrained("phi0108/ner") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 936622c9f2cccbecff03ab810ad00dc10276b3b5b72bf1fda46a7e9301c9c2ad
- Size of remote file:
- 3.52 kB
- SHA256:
- 60e10214ca5ee56424da7d975b8afb9d343bc781b2a6aea0e9e15478f28c39b5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.