End of training
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [VietAI/vit5-base](https://huggingface.co/VietAI/vit5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Bleu Score: 79.
|
24 |
-
- Precision:
|
25 |
-
- Recall:
|
26 |
-
- Gen Len: 12.
|
27 |
-
- Err:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,9 +43,9 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate: 0.
|
47 |
-
- train_batch_size:
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:-------:|:-------:|:-------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [VietAI/vit5-base](https://huggingface.co/VietAI/vit5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2324
|
23 |
+
- Bleu Score: 79.5557
|
24 |
+
- Precision: 100.0
|
25 |
+
- Recall: 93.3333
|
26 |
+
- Gen Len: 12.7969
|
27 |
+
- Err: 56.9892
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:-------:|:-------:|:-------:|
|
58 |
+
| 0.4672 | 1.0 | 419 | 0.2390 | 76.7871 | 100.0 | 100.0 | 12.8292 | 49.7013 |
|
59 |
+
| 0.1742 | 2.0 | 838 | 0.2173 | 77.9698 | 100.0 | 93.3333 | 12.8076 | 54.0024 |
|
60 |
+
| 0.0814 | 3.0 | 1257 | 0.2010 | 79.204 | 100.0 | 93.3333 | 12.7754 | 56.6308 |
|
61 |
+
| 0.0382 | 4.0 | 1676 | 0.2324 | 79.5557 | 100.0 | 93.3333 | 12.7969 | 56.9892 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
logs/events.out.tfevents.1728225137.8d8d39696e17.1574.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cee3a453afdeaf01ba358626231603c1b3b6d798ca92dd76e13577a1498fb4c5
|
3 |
+
size 8486
|