Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use iLabUtk/mental_health_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iLabUtk/mental_health_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="iLabUtk/mental_health_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("iLabUtk/mental_health_model") model = AutoModelForSequenceClassification.from_pretrained("iLabUtk/mental_health_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f4282fe9d6555325854164b7c09ce6f7e99bf2dce3a84b4f4c8f74eeb2292fa
|
| 3 |
size 267835644
|
runs/Apr15_17-44-35_5206f7c378ca/events.out.tfevents.1713203080.5206f7c378ca.487.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:78cafa6ae626fb6185ddeb93b146f12d1ceeff04effc50469c0ba01b534f1d28
|
| 3 |
+
size 8268
|