add model
Browse files- README.md +4 -3
- config.json +19 -19
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
tags:
|
| 3 |
- generated_from_keras_callback
|
| 4 |
model-index:
|
| 5 |
-
- name:
|
| 6 |
results: []
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 10 |
probably proofread and complete it, then remove this comment. -->
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
|
@@ -42,5 +42,6 @@ The following hyperparameters were used during training:
|
|
| 42 |
### Framework versions
|
| 43 |
|
| 44 |
- Transformers 4.16.2
|
| 45 |
-
- TensorFlow 2.
|
|
|
|
| 46 |
- Tokenizers 0.11.0
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_keras_callback
|
| 4 |
model-index:
|
| 5 |
+
- name: tmpu5lhmk3s
|
| 6 |
results: []
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 10 |
probably proofread and complete it, then remove this comment. -->
|
| 11 |
|
| 12 |
+
# tmpu5lhmk3s
|
| 13 |
|
| 14 |
This model was trained from scratch on an unknown dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
|
|
|
| 42 |
### Framework versions
|
| 43 |
|
| 44 |
- Transformers 4.16.2
|
| 45 |
+
- TensorFlow 2.7.0
|
| 46 |
+
- Datasets 1.18.3
|
| 47 |
- Tokenizers 0.11.0
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
@@ -9,27 +9,27 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "stress_model/",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Other",
|
| 13 |
+
"1": "Emotional Turmoil",
|
| 14 |
+
"2": "Everyday Decision Making",
|
| 15 |
+
"3": "Work",
|
| 16 |
+
"4": "Social Relationships",
|
| 17 |
+
"5": "Health, Fatigue, or Physical Pain",
|
| 18 |
+
"6": "Family Issues",
|
| 19 |
+
"7": "School",
|
| 20 |
+
"8": "Financial Problem"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
| 24 |
+
"Emotional Turmoil": 1,
|
| 25 |
+
"Everyday Decision Making": 2,
|
| 26 |
+
"Family Issues": 6,
|
| 27 |
+
"Financial Problem": 8,
|
| 28 |
+
"Health, Fatigue, or Physical Pain": 5,
|
| 29 |
+
"Other": 0,
|
| 30 |
+
"School": 7,
|
| 31 |
+
"Social Relationships": 4,
|
| 32 |
+
"Work": 3
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267973400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458dbfcfd967ead394f68a68a64bff5bd5203cb8aa04830e1c14fc7ce42dbc8e
|
| 3 |
size 267973400
|