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