update model card README.md
Browse files
README.md
CHANGED
@@ -1,33 +1,31 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
-
|
22 |
-
To use this translation use ">>jpn<<{english sentence}" or ">>tha<<{english sentence}" the model is very poor because of using very few sample.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
-
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training procedure
|
33 |
|
@@ -40,17 +38,15 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:-----:|:---------------:|
|
49 |
-
| 1.
|
50 |
-
|
|
51 |
-
|
|
52 |
-
| 0.1456 | 4.0 | 19384 | 0.6867 |
|
53 |
-
| 0.2308 | 5.0 | 24230 | 0.6882 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
5 |
+
- name: Helsinki_en-mul_test
|
6 |
results: []
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
should probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
+
# Helsinki_en-mul_test
|
13 |
|
14 |
+
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 1.4573
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
More information needed
|
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
More information needed
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
+
More information needed
|
29 |
|
30 |
## Training procedure
|
31 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 3
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
|:-------------:|:-----:|:-----:|:---------------:|
|
47 |
+
| 1.4474 | 1.0 | 22199 | 1.6242 |
|
48 |
+
| 1.8308 | 2.0 | 44398 | 1.4888 |
|
49 |
+
| 1.3957 | 3.0 | 66597 | 1.4573 |
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|