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
|
@@ -13,16 +13,16 @@ metrics:
|
|
| 13 |
widget:
|
| 14 |
- text: >-
|
| 15 |
They also caused so much stress because some leaders valued optics over output.
|
| 16 |
-
|
| 17 |
- text: >-
|
| 18 |
Way too much work pressure.
|
| 19 |
-
|
| 20 |
- text: >-
|
| 21 |
Understaffed, lots of deck revisions, unpredictable, terrible technology.
|
| 22 |
-
|
| 23 |
- text: >-
|
| 24 |
Nice environment, good work life balance.
|
| 25 |
-
|
| 26 |
model-index:
|
| 27 |
- name: roberta-base_topic_classification_nyt_news
|
| 28 |
results:
|
|
|
|
| 13 |
widget:
|
| 14 |
- text: >-
|
| 15 |
They also caused so much stress because some leaders valued optics over output.
|
| 16 |
+
example_title: Stressed
|
| 17 |
- text: >-
|
| 18 |
Way too much work pressure.
|
| 19 |
+
example_title: Stressed
|
| 20 |
- text: >-
|
| 21 |
Understaffed, lots of deck revisions, unpredictable, terrible technology.
|
| 22 |
+
example_title: Stressed
|
| 23 |
- text: >-
|
| 24 |
Nice environment, good work life balance.
|
| 25 |
+
example_title: Not Stressed
|
| 26 |
model-index:
|
| 27 |
- name: roberta-base_topic_classification_nyt_news
|
| 28 |
results:
|