Text Classification
Transformers
PyTorch
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use rexarski/bert-base-climate-fever-fixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rexarski/bert-base-climate-fever-fixed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rexarski/bert-base-climate-fever-fixed")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rexarski/bert-base-climate-fever-fixed") model = AutoModelForSequenceClassification.from_pretrained("rexarski/bert-base-climate-fever-fixed", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b4c06b3ceb84c803614db3786311dd27433c1028a41637fb0ad185f0a8bdf1a2
- Size of remote file:
- 3.64 kB
- SHA256:
- 07199a872e0971dd69d7fcca8b272fde63f81000af95bf84d908d33126738127
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.