End of training
Browse files- README.md +11 -15
- generation_config.json +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [ka05ar/Banglat5_Dx1](https://huggingface.co/ka05ar/Banglat5_Dx1) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,26 +39,22 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Training Loss | Epoch | Step
|
47 |
-
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.0023 | 5.0 | 7405 | 0.0011 |
|
53 |
-
| 0.0017 | 6.0 | 8886 | 0.0007 |
|
54 |
-
| 0.0011 | 7.0 | 10367 | 0.0007 |
|
55 |
-
| 0.0022 | 8.0 | 11848 | 0.0007 |
|
56 |
-
| 0.0007 | 9.0 | 13329 | 0.0006 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.41.
|
62 |
- Pytorch 2.1.2
|
63 |
-
- Datasets 2.19.
|
64 |
- Tokenizers 0.19.1
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [ka05ar/Banglat5_Dx1](https://huggingface.co/ka05ar/Banglat5_Dx1) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: nan
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 15
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.0 | 1.0 | 1481 | nan |
|
50 |
+
| 0.0 | 2.0 | 2962 | nan |
|
51 |
+
| 0.0 | 3.0 | 4443 | nan |
|
52 |
+
| 0.0 | 4.0 | 5924 | nan |
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
+
- Transformers 4.41.2
|
58 |
- Pytorch 2.1.2
|
59 |
+
- Datasets 2.19.2
|
60 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.41.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.41.2"
|
7 |
}
|