Training in progress epoch 0
Browse files- README.md +8 -10
- config.json +5 -6
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
@@ -13,12 +13,12 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# ruba2ksa/emo2ruba
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,9 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.1304 | 0.1199 | 0.9495 | 1 |
|
49 |
-
| 0.1127 | 0.1170 | 0.9525 | 2 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: philschmid/deberta-v3-xsmall-emotion
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
|
|
13 |
|
14 |
# ruba2ksa/emo2ruba
|
15 |
|
16 |
+
This model is a fine-tuned version of [philschmid/deberta-v3-xsmall-emotion](https://huggingface.co/philschmid/deberta-v3-xsmall-emotion) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2158
|
19 |
+
- Validation Loss: 0.1695
|
20 |
+
- Train Accuracy: 0.942
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.2158 | 0.1695 | 0.942 | 0 |
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
config.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"finetuning_task": "emotion",
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size":
|
11 |
"id2label": {
|
12 |
"0": "sadness",
|
13 |
"1": "joy",
|
@@ -17,7 +16,7 @@
|
|
17 |
"5": "surprise"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
-
"intermediate_size":
|
21 |
"label2id": {
|
22 |
"anger": 3,
|
23 |
"fear": 4,
|
@@ -31,12 +30,12 @@
|
|
31 |
"max_relative_positions": -1,
|
32 |
"model_type": "deberta-v2",
|
33 |
"norm_rel_ebd": "layer_norm",
|
34 |
-
"num_attention_heads":
|
35 |
"num_hidden_layers": 12,
|
36 |
"pad_token_id": 0,
|
37 |
"pooler_dropout": 0,
|
38 |
"pooler_hidden_act": "gelu",
|
39 |
-
"pooler_hidden_size":
|
40 |
"pos_att_type": [
|
41 |
"p2c",
|
42 |
"c2p"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "philschmid/deberta-v3-xsmall-emotion",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 384,
|
10 |
"id2label": {
|
11 |
"0": "sadness",
|
12 |
"1": "joy",
|
|
|
16 |
"5": "surprise"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 1536,
|
20 |
"label2id": {
|
21 |
"anger": 3,
|
22 |
"fear": 4,
|
|
|
30 |
"max_relative_positions": -1,
|
31 |
"model_type": "deberta-v2",
|
32 |
"norm_rel_ebd": "layer_norm",
|
33 |
+
"num_attention_heads": 6,
|
34 |
"num_hidden_layers": 12,
|
35 |
"pad_token_id": 0,
|
36 |
"pooler_dropout": 0,
|
37 |
"pooler_hidden_act": "gelu",
|
38 |
+
"pooler_hidden_size": 384,
|
39 |
"pos_att_type": [
|
40 |
"p2c",
|
41 |
"c2p"
|
tf_model.h5
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:162ed3c78bb3012fdc43be73ecf179e04c309c11e39fc0cc801937b960f4d513
|
3 |
+
size 283635496
|