Instructions to use Kyle1668/boss-sentiment-bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kyle1668/boss-sentiment-bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Kyle1668/boss-sentiment-bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Kyle1668/boss-sentiment-bert-base-uncased") model = AutoModelForSequenceClassification.from_pretrained("Kyle1668/boss-sentiment-bert-base-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b4e8bf9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:837e15bc3a1bda6554ea4e530fc7170c927e9c55388dc488a7d96ca1073878c8
size 438010997
|