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
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1706089146.3ba10b00d69f.392.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff141799672703a421d8477b013d9aaa692ec70f7c760f3693b2a072a50b7fe6
|
| 3 |
+
size 10245
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e096f6624ea30639d4d2b543e7724ff83fcba2ae7ed9fef889b22b7bd29d2f3
|
| 3 |
size 498612824
|