aegrif commited on
Commit
33bde26
1 Parent(s): ec99223

Upload TFT5ForConditionalGeneration

Browse files
Files changed (2) hide show
  1. README.md +25 -22
  2. 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: 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.3698
18
- - Train Accuracy: 0.9584
19
- - Validation Loss: 0.4586
20
- - Validation Accuracy: 0.9472
21
- - Epoch: 14
22
 
23
  ## Model description
24
 
@@ -44,21 +44,24 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
46
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
47
- | 0.5130 | 0.9390 | 0.4789 | 0.9431 | 0 |
48
- | 0.4570 | 0.9456 | 0.4682 | 0.9446 | 1 |
49
- | 0.4434 | 0.9477 | 0.4624 | 0.9454 | 2 |
50
- | 0.4334 | 0.9490 | 0.4594 | 0.9459 | 3 |
51
- | 0.4250 | 0.9503 | 0.4570 | 0.9464 | 4 |
52
- | 0.4180 | 0.9513 | 0.4556 | 0.9466 | 5 |
53
- | 0.4114 | 0.9523 | 0.4545 | 0.9469 | 6 |
54
- | 0.4052 | 0.9532 | 0.4537 | 0.9471 | 7 |
55
- | 0.3997 | 0.9540 | 0.4541 | 0.9471 | 8 |
56
- | 0.3943 | 0.9548 | 0.4533 | 0.9473 | 9 |
57
- | 0.3891 | 0.9556 | 0.4538 | 0.9474 | 10 |
58
- | 0.3838 | 0.9563 | 0.4549 | 0.9474 | 11 |
59
- | 0.3791 | 0.9570 | 0.4558 | 0.9474 | 12 |
60
- | 0.3744 | 0.9577 | 0.4573 | 0.9473 | 13 |
61
- | 0.3698 | 0.9584 | 0.4586 | 0.9472 | 14 |
 
 
 
62
 
63
 
64
  ### Framework versions
 
3
  tags:
4
  - generated_from_keras_callback
5
  model-index:
6
+ - name: CIS6930_DAAGR_T5_NoEmo
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_NoEmo
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.3368
18
+ - Train Accuracy: 0.9629
19
+ - Validation Loss: 0.4438
20
+ - Validation Accuracy: 0.9496
21
+ - Epoch: 17
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
46
  |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
47
+ | 0.5062 | 0.9405 | 0.4590 | 0.9454 | 0 |
48
+ | 0.4381 | 0.9479 | 0.4477 | 0.9472 | 1 |
49
+ | 0.4249 | 0.9499 | 0.4423 | 0.9481 | 2 |
50
+ | 0.4152 | 0.9513 | 0.4386 | 0.9486 | 3 |
51
+ | 0.4071 | 0.9525 | 0.4365 | 0.9490 | 4 |
52
+ | 0.4000 | 0.9535 | 0.4349 | 0.9493 | 5 |
53
+ | 0.3935 | 0.9545 | 0.4338 | 0.9496 | 6 |
54
+ | 0.3876 | 0.9553 | 0.4337 | 0.9498 | 7 |
55
+ | 0.3816 | 0.9562 | 0.4338 | 0.9498 | 8 |
56
+ | 0.3763 | 0.9571 | 0.4343 | 0.9499 | 9 |
57
+ | 0.3708 | 0.9578 | 0.4338 | 0.9500 | 10 |
58
+ | 0.3657 | 0.9586 | 0.4357 | 0.9498 | 11 |
59
+ | 0.3605 | 0.9593 | 0.4355 | 0.9500 | 12 |
60
+ | 0.3556 | 0.9601 | 0.4370 | 0.9499 | 13 |
61
+ | 0.3507 | 0.9608 | 0.4380 | 0.9499 | 14 |
62
+ | 0.3463 | 0.9615 | 0.4397 | 0.9498 | 15 |
63
+ | 0.3413 | 0.9622 | 0.4427 | 0.9496 | 16 |
64
+ | 0.3368 | 0.9629 | 0.4438 | 0.9496 | 17 |
65
 
66
 
67
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d56c03a6c1d3166e909dcb8720eacd2b15180bbf9025f4476f72a17590aae75
3
  size 373902664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a49f9e97ae43e5e662d18ef9f597a24096c83281a3c427adefe51bf3bcfb54
3
  size 373902664