Instructions to use Ivo/emscad-skill-extraction-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ivo/emscad-skill-extraction-token-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Ivo/emscad-skill-extraction-token-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Ivo/emscad-skill-extraction-token-classification") model = AutoModelForTokenClassification.from_pretrained("Ivo/emscad-skill-extraction-token-classification") - Notebooks
- Google Colab
- Kaggle
Commit History
add model e8aea8b
Ivo Wings commited on
add model 8e199f5
Ivo Wings commited on
add model 9a3b7aa
Ivo Wings commited on