madatnlp commited on
Commit
1041fb4
·
1 Parent(s): 2634815

End of training

Browse files
Files changed (2) hide show
  1. README.md +64 -3
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 17.9929
18
- - Validation Loss: 5.9287
19
- - Epoch: 0
20
 
21
  ## Model description
22
 
@@ -43,6 +43,67 @@ The following hyperparameters were used during training:
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
  | 17.9929 | 5.9287 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.7119
18
+ - Validation Loss: 1.1299
19
+ - Epoch: 61
20
 
21
  ## Model description
22
 
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
  | 17.9929 | 5.9287 | 0 |
46
+ | 5.4802 | 3.9942 | 1 |
47
+ | 4.1718 | 3.2517 | 2 |
48
+ | 3.5750 | 2.9586 | 3 |
49
+ | 3.1535 | 2.4970 | 4 |
50
+ | 2.8665 | 2.4626 | 5 |
51
+ | 2.6682 | 2.3795 | 6 |
52
+ | 2.5323 | 2.2238 | 7 |
53
+ | 2.4057 | 2.0684 | 8 |
54
+ | 2.3107 | 2.2033 | 9 |
55
+ | 2.2501 | 1.8339 | 10 |
56
+ | 2.1089 | 1.9064 | 11 |
57
+ | 2.0741 | 2.0256 | 12 |
58
+ | 1.9868 | 1.8107 | 13 |
59
+ | 1.9719 | 1.7157 | 14 |
60
+ | 1.8762 | 1.6966 | 15 |
61
+ | 1.8814 | 1.6580 | 16 |
62
+ | 1.8052 | 1.6043 | 17 |
63
+ | 1.7567 | 1.6572 | 18 |
64
+ | 1.7209 | 1.5485 | 19 |
65
+ | 1.7347 | 1.6464 | 20 |
66
+ | 1.6760 | 1.5892 | 21 |
67
+ | 1.6286 | 1.5765 | 22 |
68
+ | 1.6124 | 1.7408 | 23 |
69
+ | 1.5683 | 1.4875 | 24 |
70
+ | 1.5814 | 1.4448 | 25 |
71
+ | 1.5306 | 1.4902 | 26 |
72
+ | 1.5121 | 1.5133 | 27 |
73
+ | 1.4869 | 1.4217 | 28 |
74
+ | 1.4539 | 1.5602 | 29 |
75
+ | 1.4650 | 1.4699 | 30 |
76
+ | 1.4508 | 1.4319 | 31 |
77
+ | 1.3910 | 1.5975 | 32 |
78
+ | 1.3758 | 1.4031 | 33 |
79
+ | 1.3550 | 1.4295 | 34 |
80
+ | 1.3405 | 1.3804 | 35 |
81
+ | 1.3144 | 1.4202 | 36 |
82
+ | 1.3136 | 1.5135 | 37 |
83
+ | 1.2617 | 1.4790 | 38 |
84
+ | 1.2260 | 1.4108 | 39 |
85
+ | 1.2348 | 1.3108 | 40 |
86
+ | 1.2019 | 1.1461 | 41 |
87
+ | 1.1775 | 1.2509 | 42 |
88
+ | 1.1690 | 1.2179 | 43 |
89
+ | 1.1318 | 1.2483 | 44 |
90
+ | 1.1013 | 1.0815 | 45 |
91
+ | 1.0735 | 1.2135 | 46 |
92
+ | 1.0439 | 1.1260 | 47 |
93
+ | 1.0182 | 1.1993 | 48 |
94
+ | 0.9971 | 1.0797 | 49 |
95
+ | 0.9583 | 1.2587 | 50 |
96
+ | 0.9505 | 1.0793 | 51 |
97
+ | 0.9366 | 1.0501 | 52 |
98
+ | 0.9170 | 1.1476 | 53 |
99
+ | 0.8741 | 1.0560 | 54 |
100
+ | 0.8558 | 1.0024 | 55 |
101
+ | 0.8394 | 0.9604 | 56 |
102
+ | 0.8203 | 1.2700 | 57 |
103
+ | 0.7938 | 1.1081 | 58 |
104
+ | 0.7800 | 1.0198 | 59 |
105
+ | 0.7378 | 1.1748 | 60 |
106
+ | 0.7119 | 1.1299 | 61 |
107
 
108
 
109
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2741fff8f362dfc7d69a26f261e78e05af3a7d696462ab2de783f8f43a231b2b
3
  size 1713300472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:584e1284e6298849c2048bcd5094c47cb873a4d0eb4d12f5d25939fab4ee7ab0
3
  size 1713300472