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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
03b17bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:365c26c2f4da604d8288a9e84678967d8afc658da3fd76a6cb7b62c2e0975d80
size 1417418225
|