Token Classification
Transformers
PyTorch
English
distilbert
keyphrase-extraction
Eval Results (legacy)
Instructions to use ml6team/keyphrase-extraction-distilbert-openkp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ml6team/keyphrase-extraction-distilbert-openkp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ml6team/keyphrase-extraction-distilbert-openkp")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-extraction-distilbert-openkp") model = AutoModelForTokenClassification.from_pretrained("ml6team/keyphrase-extraction-distilbert-openkp") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md eb8888e
Update README.md b489109
Update README.md 2ec5a90
Update README.md 5032a92
Update README.md 63d88a0
Update README.md 4b96b83
Update README.md 3f5e454
Update README.md 3c10b22
Update README.md 4dd1f60
Update README.md c3487d1
Update labels 5fb42f5
Thomas De Decker commited on
Update README.md be2aa80
Add model b0dfe16
Thomas De Decker commited on