Text Classification
Transformers
PyTorch
English
bert
Text Classification
environmental-claims
bert-base-uncased
Eval Results (legacy)
text-embeddings-inference
Instructions to use Vinoth24/environmental_claims with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vinoth24/environmental_claims with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Vinoth24/environmental_claims")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Vinoth24/environmental_claims") model = AutoModelForSequenceClassification.from_pretrained("Vinoth24/environmental_claims", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
cb56fc4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:93b4d03a3a797c066f5d51f1981f3e78ef3f13f3614b3c28eda36cf137128906
size 438006125
|