Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use responsibility-framing/predict-perception-bert-cause-concept with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use responsibility-framing/predict-perception-bert-cause-concept with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="responsibility-framing/predict-perception-bert-cause-concept")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("responsibility-framing/predict-perception-bert-cause-concept") model = AutoModelForSequenceClassification.from_pretrained("responsibility-framing/predict-perception-bert-cause-concept", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4ae809c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abb27f987762a1c858a61985e9e0fa56ae0859d5a2030e7d254b6a5e39c24f87
size 442869933
|