Token Classification
Transformers
PyTorch
English
roberta
keyphrase-extraction
Eval Results (legacy)
Instructions to use ml6team/keyphrase-extraction-kbir-kpcrowd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ml6team/keyphrase-extraction-kbir-kpcrowd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ml6team/keyphrase-extraction-kbir-kpcrowd")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-extraction-kbir-kpcrowd") model = AutoModelForTokenClassification.from_pretrained("ml6team/keyphrase-extraction-kbir-kpcrowd") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 23e4720
Update README.md 0496356
Update README.md 3a6fbf2
Update README.md 1b3bfc8
Update README.md ee97aeb
Update tokenizer_config.json d90e330
Update README.md 1357049
Merge branch 'main' of https://huggingface.co/DeDeckerThomas/keyphrase-extraction-kbir-kpcrowd 30dfff6
Thomas De Decker commited on
Update labels 2dd759a
Thomas De Decker commited on
Update README.md 7f3264f
Update README.md c69a9c7
Add model 03b17bd
Thomas De Decker commited on