Instructions to use jjzha/jobbert_skill_extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jjzha/jobbert_skill_extraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jjzha/jobbert_skill_extraction")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jjzha/jobbert_skill_extraction") model = AutoModelForTokenClassification.from_pretrained("jjzha/jobbert_skill_extraction") - Notebooks
- Google Colab
- Kaggle
Commit History
Adding `safetensors` variant of this model (#1) b5f34d7
push jobbert skill_extraction model for demo bd1c1c3
Mike commited on
initial commit 9564328
Mike Zhang commited on