Instructions to use Freakid/sentiment-analysis-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Freakid/sentiment-analysis-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Freakid/sentiment-analysis-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Freakid/sentiment-analysis-model") model = AutoModelForSequenceClassification.from_pretrained("Freakid/sentiment-analysis-model") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 479fe7813bc13b49c8002279b3ae8f98159a681e9f62575b7567190f9aef6adc
- Size of remote file:
- 5.3 kB
- SHA256:
- bd91aea5254acd7b2e0f3596593b6f2396a31970a5ede84d1b19bd94a522b9b5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.