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 8
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:22387744f317a4678ff000dc0d35833dc983c562ea785051b10bee835da7d4a0
|
| 3 |
size 267835644
|
runs/Apr15_17-39-08_5206f7c378ca/events.out.tfevents.1713202751.5206f7c378ca.487.0
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:96852770f47a003c8797b8ca62c1b58682c4ef97374f8b5473f8f4f85ae92e45
|
| 3 |
+
size 7129
|