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