add tokenizer
Browse files- README.md +36 -17
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss:
|
17 |
-
- Validation Loss:
|
18 |
-
- Epoch:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,20 +41,39 @@ The following hyperparameters were used during training:
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
-
|
|
45 |
-
|
|
46 |
-
|
|
47 |
-
|
|
48 |
-
|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.8441
|
17 |
+
- Validation Loss: 1.7682
|
18 |
+
- Epoch: 32
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 8.7253 | 8.6392 | 0 |
|
45 |
+
| 9.0974 | 5.4412 | 1 |
|
46 |
+
| 4.5850 | 3.7978 | 2 |
|
47 |
+
| 3.5934 | 3.2563 | 3 |
|
48 |
+
| 3.2998 | 3.1317 | 4 |
|
49 |
+
| 3.1458 | 2.9266 | 5 |
|
50 |
+
| 3.0411 | 2.8105 | 6 |
|
51 |
+
| 2.9031 | 2.7941 | 7 |
|
52 |
+
| 2.8143 | 2.5976 | 8 |
|
53 |
+
| 2.6863 | 2.5801 | 9 |
|
54 |
+
| 2.6233 | 2.4737 | 10 |
|
55 |
+
| 2.5740 | 2.3837 | 11 |
|
56 |
+
| 2.5156 | 2.3704 | 12 |
|
57 |
+
| 2.4462 | 2.2782 | 13 |
|
58 |
+
| 2.3953 | 2.2956 | 14 |
|
59 |
+
| 2.3455 | 2.2247 | 15 |
|
60 |
+
| 2.3107 | 2.2429 | 16 |
|
61 |
+
| 2.2782 | 2.2202 | 17 |
|
62 |
+
| 2.2244 | 2.0337 | 18 |
|
63 |
+
| 2.1897 | 2.0304 | 19 |
|
64 |
+
| 2.1445 | 2.0719 | 20 |
|
65 |
+
| 2.1356 | 1.9956 | 21 |
|
66 |
+
| 2.0842 | 2.0068 | 22 |
|
67 |
+
| 2.0652 | 1.9238 | 23 |
|
68 |
+
| 2.0286 | 2.0027 | 24 |
|
69 |
+
| 1.9878 | 1.9224 | 25 |
|
70 |
+
| 1.9904 | 1.8651 | 26 |
|
71 |
+
| 1.9619 | 1.8289 | 27 |
|
72 |
+
| 1.9188 | 1.8143 | 28 |
|
73 |
+
| 1.8996 | 1.8292 | 29 |
|
74 |
+
| 1.8639 | 1.7598 | 30 |
|
75 |
+
| 1.8674 | 1.8165 | 31 |
|
76 |
+
| 1.8441 | 1.7682 | 32 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2445079280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa65baec29965b21afd8fd7ffa6fa3b23699812ea853dc98408b0719f4bbc47
|
3 |
size 2445079280
|