Instructions to use driftbench/climateattention-10k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use driftbench/climateattention-10k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="driftbench/climateattention-10k")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("driftbench/climateattention-10k") model = AutoModelForSequenceClassification.from_pretrained("driftbench/climateattention-10k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
del cit a634c37
Garvin Kruthof commited on
citation modified 98349c0
Garvin Kruthof commited on
incl unbalance comment 6b9dd8b
Garvin Kruthof commited on
rename labels ba9ef39
Garvin Kruthof commited on
init model 73db627
Garvin Kruthof commited on