Instructions to use driftbench/climateattention-ctw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use driftbench/climateattention-ctw with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="driftbench/climateattention-ctw")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("driftbench/climateattention-ctw") model = AutoModelForSequenceClassification.from_pretrained("driftbench/climateattention-ctw") - Notebooks
- Google Colab
- Kaggle
Commit History
del cit recommend bdbf514
Garvin Kruthof commited on
citation modified 7faad51
Garvin Kruthof commited on
added reference to 10k c652825
Garvin Kruthof commited on
update intro b1389c3
Garvin Kruthof commited on
add url f22f289
Garvin Kruthof commited on
del file name 50c243d
Garvin Kruthof commited on
typo 15d024b
Garvin Kruthof commited on
update test set description ab114c4
Garvin Kruthof commited on
update corpus information 2a247b4
Garvin Kruthof commited on
update table 11801d7
Garvin Kruthof commited on
include kpis 5b02382
Garvin Kruthof commited on
update citation f389a9d
Garvin Kruthof commited on
include label 8ef8436
Garvin Kruthof commited on
init tokenizer config c32129b
Garvin Kruthof commited on
init 877364c
Garvin Kruthof commited on
add tokenised 6c416eb
Garvin Kruthof commited on
add climatebert/distilroberta-base-climate-f as tokenised c68f0a6
Garvin Kruthof commited on
add new path 2fe7bb9
Garvin Kruthof commited on
del path a23597b
Garvin Kruthof commited on
model init c5a74bd
Garvin Kruthof commited on