Text Classification
Transformers
PyTorch
English
roberta
fact-checking
climate
text entailment
text-embeddings-inference
Instructions to use amandakonet/climatebert-fact-checking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amandakonet/climatebert-fact-checking with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="amandakonet/climatebert-fact-checking")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("amandakonet/climatebert-fact-checking") model = AutoModelForSequenceClassification.from_pretrained("amandakonet/climatebert-fact-checking") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
dbbad8d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de1504f235581f68d3a83c99754e8359815ba1bbc5fa5b9bb7965a3e4106ab9e
size 329251437
|