Upload TFT5ForConditionalGeneration
Browse files- README.md +27 -20
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -3,22 +3,22 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,19 +44,26 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
6 |
+
- name: CIS6930_DAAGR_T5_Emo
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
# CIS6930_DAAGR_T5_Emo
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.3253
|
18 |
+
- Train Accuracy: 0.9647
|
19 |
+
- Validation Loss: 0.4468
|
20 |
+
- Validation Accuracy: 0.9495
|
21 |
+
- Epoch: 19
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 0.4976 | 0.9412 | 0.4567 | 0.9459 | 0 |
|
48 |
+
| 0.4359 | 0.9482 | 0.4462 | 0.9474 | 1 |
|
49 |
+
| 0.4228 | 0.9502 | 0.4406 | 0.9484 | 2 |
|
50 |
+
| 0.4131 | 0.9517 | 0.4370 | 0.9488 | 3 |
|
51 |
+
| 0.4050 | 0.9528 | 0.4349 | 0.9493 | 4 |
|
52 |
+
| 0.3981 | 0.9539 | 0.4335 | 0.9496 | 5 |
|
53 |
+
| 0.3914 | 0.9548 | 0.4327 | 0.9498 | 6 |
|
54 |
+
| 0.3851 | 0.9558 | 0.4328 | 0.9500 | 7 |
|
55 |
+
| 0.3794 | 0.9565 | 0.4328 | 0.9501 | 8 |
|
56 |
+
| 0.3738 | 0.9574 | 0.4321 | 0.9502 | 9 |
|
57 |
+
| 0.3685 | 0.9582 | 0.4328 | 0.9502 | 10 |
|
58 |
+
| 0.3632 | 0.9589 | 0.4340 | 0.9502 | 11 |
|
59 |
+
| 0.3582 | 0.9597 | 0.4343 | 0.9501 | 12 |
|
60 |
+
| 0.3531 | 0.9605 | 0.4363 | 0.9501 | 13 |
|
61 |
+
| 0.3482 | 0.9612 | 0.4381 | 0.9501 | 14 |
|
62 |
+
| 0.3436 | 0.9619 | 0.4390 | 0.9500 | 15 |
|
63 |
+
| 0.3391 | 0.9626 | 0.4396 | 0.9500 | 16 |
|
64 |
+
| 0.3340 | 0.9633 | 0.4438 | 0.9499 | 17 |
|
65 |
+
| 0.3297 | 0.9640 | 0.4454 | 0.9498 | 18 |
|
66 |
+
| 0.3253 | 0.9647 | 0.4468 | 0.9495 | 19 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 373902664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adc57430b4b77c50bd84ff17c0fd004b9469f2ef76af7955a7c2b0556193b850
|
3 |
size 373902664
|