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