Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
roberta
stress
classification
glassdoor
Eval Results (legacy)
text-embeddings-inference
Instructions to use dstefa/roberta-base_stress_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dstefa/roberta-base_stress_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dstefa/roberta-base_stress_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dstefa/roberta-base_stress_classification") model = AutoModelForSequenceClassification.from_pretrained("dstefa/roberta-base_stress_classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ widget:
|
|
| 21 |
Understaffed, lots of deck revisions, unpredictable, terrible technology.
|
| 22 |
example_title: Stressed 3 Example
|
| 23 |
- text: >-
|
| 24 |
-
Nice environment
|
| 25 |
example_title: Not Stressed 1 Example
|
| 26 |
model-index:
|
| 27 |
- name: roberta-base_topic_classification_nyt_news
|
|
|
|
| 21 |
Understaffed, lots of deck revisions, unpredictable, terrible technology.
|
| 22 |
example_title: Stressed 3 Example
|
| 23 |
- text: >-
|
| 24 |
+
Nice environment good work life balance.
|
| 25 |
example_title: Not Stressed 1 Example
|
| 26 |
model-index:
|
| 27 |
- name: roberta-base_topic_classification_nyt_news
|