Instructions to use KarenYYH/sentiment-hr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- paddlenlp
How to use KarenYYH/sentiment-hr with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, BertForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KarenYYH/sentiment-hr", from_hf_hub=True) model = BertForSequenceClassification.from_pretrained("KarenYYH/sentiment-hr", from_hf_hub=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K