Text Classification
Transformers
Safetensors
Russian
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use isa-ras/frustration-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use isa-ras/frustration-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="isa-ras/frustration-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("isa-ras/frustration-model") model = AutoModelForSequenceClassification.from_pretrained("isa-ras/frustration-model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a872dee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2a885a480d272ce43d246d2ad27bdb243ae77871f908c00ca6241a706ad59377
size 5841
|