Token Classification
Transformers
PyTorch
English
roberta
keyphrase-extraction
Eval Results (legacy)
Instructions to use ml6team/keyphrase-extraction-kbir-inspec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ml6team/keyphrase-extraction-kbir-inspec with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ml6team/keyphrase-extraction-kbir-inspec")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-extraction-kbir-inspec") model = AutoModelForTokenClassification.from_pretrained("ml6team/keyphrase-extraction-kbir-inspec") - Notebooks
- Google Colab
- Kaggle
Should I be concerned about "UserWarning: TypedStorage is deprecated. " when using the model with python 3.11?
#10 opened over 1 year ago
by
poohlio
Adding `safetensors` variant of this model
#7 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#5 opened about 3 years ago
by
SFconvertbot
How do I increase the number of keyphrases extracted for output?
1
#4 opened about 3 years ago
by
01neuronboi