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