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
Commit History
Update README.md e2ed0bc
Update config.json 5a3ad9b
Update config.json 34a3b4e
Commit From AutoTrain 932ed06
AutoNLP Admin commited on