add model
Browse files- README.md +14 -9
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,8 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
|
|
|
|
|
|
|
|
|
|
19 |
- Epoch: 4
|
20 |
|
21 |
## Model description
|
@@ -40,13 +45,13 @@ The following hyperparameters were used during training:
|
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
-
| Train Loss | Validation Loss | Epoch |
|
44 |
-
|
45 |
-
| 0.
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ar-en](https://huggingface.co/Helsinki-NLP/opus-mt-ar-en) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.1919
|
18 |
+
- Validation Loss: 0.5047
|
19 |
+
- Train Rouge1: 49.6877
|
20 |
+
- Train Rouge2: 25.9574
|
21 |
+
- Train Rougel: 45.2590
|
22 |
+
- Train Rougelsum: 45.7464
|
23 |
+
- Train Gen Len: 85.57
|
24 |
- Epoch: 4
|
25 |
|
26 |
## Model description
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|
49 |
+
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
50 |
+
| 0.1959 | 0.5105 | 48.2182 | 23.4978 | 44.1127 | 44.6422 | 87.45 | 0 |
|
51 |
+
| 0.1950 | 0.5114 | 49.5777 | 25.1663 | 45.7183 | 46.0930 | 86.72 | 1 |
|
52 |
+
| 0.1937 | 0.5074 | 49.1793 | 24.1899 | 45.3374 | 45.5902 | 84.805 | 2 |
|
53 |
+
| 0.1929 | 0.5075 | 49.1553 | 24.8199 | 44.7342 | 45.1392 | 87.495 | 3 |
|
54 |
+
| 0.1919 | 0.5047 | 49.6877 | 25.9574 | 45.2590 | 45.7464 | 85.57 | 4 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307854560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:461d5f83feefdbb390d04b51ac92b9bc21a160270c7a0b69a901a46b9b5cf0f1
|
3 |
size 307854560
|