Token Classification
Transformers
PyTorch
English
distilbert
keyphrase-extraction
Eval Results (legacy)
Instructions to use ml6team/keyphrase-extraction-distilbert-inspec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ml6team/keyphrase-extraction-distilbert-inspec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ml6team/keyphrase-extraction-distilbert-inspec")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-extraction-distilbert-inspec") model = AutoModelForTokenClassification.from_pretrained("ml6team/keyphrase-extraction-distilbert-inspec") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a2a1881
Update README.md d7a71e2
Update README.md a06a57f
Update README.md a7b7410
Update README.md fbc1877
Update README.md 4ad6746
Update README.md 2ef9d8f
Update README.md 4fdb3ab
Update README.md 15e3959
Update labels 514f1dc
Thomas De Decker commited on
Add model 7d176e7
Thomas De Decker commited on