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
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
---
|
| 4 |
license: mit
|
| 5 |
base_model: roberta-base
|
|
@@ -14,7 +12,8 @@ metrics:
|
|
| 14 |
- recall
|
| 15 |
widget:
|
| 16 |
- text: >-
|
| 17 |
-
They also caused so much stress because some leaders valued optics over output.
|
|
|
|
| 18 |
- text: >-
|
| 19 |
Way too much work pressure.
|
| 20 |
example_title: Stressed
|
|
@@ -128,4 +127,5 @@ pipe(text)
|
|
| 128 |
- Transformers 4.32.1
|
| 129 |
- Pytorch 2.1.0+cu121
|
| 130 |
- Datasets 2.12.0
|
| 131 |
-
- Tokenizers 0.13.2
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
base_model: roberta-base
|
|
|
|
| 12 |
- recall
|
| 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
|
|
|
|
| 127 |
- Transformers 4.32.1
|
| 128 |
- Pytorch 2.1.0+cu121
|
| 129 |
- Datasets 2.12.0
|
| 130 |
+
- Tokenizers 0.13.2
|
| 131 |
+
|