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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
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:dd3473ce9d59e549e96acb31d8c633e9d0fee1bcef2e72a2d98d90ed90b922b4
|
| 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:811bd3fe25f727fb3eb84feb5cd019bf62f34eaffd1d63a3b502476a2983d14d
|
| 3 |
+
size 5976
|