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