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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 66f01dff32900a160e3902145932aa82119d6c2d4695c7f802fbd27c5613f8f8
- Size of remote file:
- 5.11 kB
- SHA256:
- d4619307ff5d6c2abd3df69bfdb2058d77f5a1ce7875f008a03f47368b8bcc21
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.