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