update model card README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Bleu: 14.
|
20 |
-
- Gen Len: 17.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 0.
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 4
|
42 |
- seed: 42
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7194
|
19 |
+
- Bleu: 14.3528
|
20 |
+
- Gen Len: 17.8655
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0001
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 4
|
42 |
- seed: 42
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
53 |
+
| 0.5319 | 1.0 | 9641 | 0.8010 | 14.0075 | 17.8566 |
|
54 |
+
| 0.5903 | 2.0 | 19282 | 0.7652 | 14.268 | 17.8691 |
|
55 |
+
| 0.6942 | 3.0 | 28923 | 0.7194 | 14.3528 | 17.8655 |
|
56 |
|
57 |
|
58 |
### Framework versions
|