End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Bleu: 9.
|
22 |
-
- Gen Len: 11.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,18 +45,19 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 2
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
53 |
-
| No log | 1.0 | 257 | 1.
|
54 |
-
| 2.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.38.1
|
60 |
- Pytorch 2.1.0+cu121
|
61 |
-
- Datasets 2.
|
62 |
- Tokenizers 0.15.2
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7031
|
21 |
+
- Bleu: 9.8723
|
22 |
+
- Gen Len: 11.9854
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 2
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
54 |
+
| No log | 1.0 | 257 | 1.7984 | 7.8291 | 12.1959 |
|
55 |
+
| 2.1707 | 2.0 | 514 | 1.7031 | 9.8723 | 11.9854 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.38.1
|
61 |
- Pytorch 2.1.0+cu121
|
62 |
+
- Datasets 2.18.0
|
63 |
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4943f308cd08d24744a2766f1276b0f49de91c55820b7ca81f3467242718e3
|
3 |
size 242041896
|
runs/Mar04_07-08-31_7994cbc16f02/events.out.tfevents.1709536112.7994cbc16f02.1212.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b13d5af65d866bf0ba977df1977df7821d24c884335fb1b56fe42fdb9c1bae2
|
3 |
+
size 6843
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37cce3aab88d0cda8650d4fbf24a4eaee0aff44bc5ba0b46c11d182a8c837181
|
3 |
size 5048
|