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