Instructions to use Cheykong/HRVibeCheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cheykong/HRVibeCheck with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Cheykong/HRVibeCheck")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Cheykong/HRVibeCheck") model = AutoModelForSequenceClassification.from_pretrained("Cheykong/HRVibeCheck") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9bce6f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:654d97f1a01bcda25d8240c1d2a737f552353d65842bc87586e933ccc0583f3a
size 5777
|