tanvirsrbd1
commited on
Commit
·
f969500
1
Parent(s):
1b0a5f1
expected_model_nov11
Browse files- README.md +20 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
25 |
-
- Gen Len:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -48,13 +48,26 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 200
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
57 |
| 11.5118 | 0.68 | 200 | 0.4990 | 52.9797 | 43.7182 | 52.2591 | 52.9986 | 9.6068 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1943
|
21 |
+
- Rouge1: 72.751
|
22 |
+
- Rouge2: 64.531
|
23 |
+
- Rougel: 71.7809
|
24 |
+
- Rougelsum: 72.5858
|
25 |
+
- Gen Len: 16.4797
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 200
|
51 |
+
- num_epochs: 10
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
57 |
| 11.5118 | 0.68 | 200 | 0.4990 | 52.9797 | 43.7182 | 52.2591 | 52.9986 | 9.6068 |
|
58 |
+
| 0.4597 | 1.36 | 400 | 0.2770 | 71.5492 | 62.6473 | 70.6589 | 71.4471 | 16.4237 |
|
59 |
+
| 0.3259 | 2.03 | 600 | 0.2486 | 72.1475 | 63.0992 | 71.3032 | 72.0859 | 16.3983 |
|
60 |
+
| 0.273 | 2.71 | 800 | 0.2273 | 71.9258 | 63.3664 | 71.1095 | 71.7798 | 16.5339 |
|
61 |
+
| 0.2545 | 3.39 | 1000 | 0.2161 | 72.3257 | 63.5931 | 71.5259 | 72.3231 | 16.4322 |
|
62 |
+
| 0.2374 | 4.07 | 1200 | 0.2091 | 72.3551 | 63.9109 | 71.5349 | 72.2473 | 16.4746 |
|
63 |
+
| 0.2143 | 4.75 | 1400 | 0.2116 | 72.3027 | 63.8027 | 71.6227 | 72.221 | 16.439 |
|
64 |
+
| 0.2161 | 5.42 | 1600 | 0.1991 | 72.3081 | 63.7819 | 71.4337 | 72.2038 | 16.4712 |
|
65 |
+
| 0.1987 | 6.1 | 1800 | 0.2039 | 72.4605 | 64.0889 | 71.6023 | 72.3601 | 16.4864 |
|
66 |
+
| 0.1942 | 6.78 | 2000 | 0.2020 | 72.458 | 63.8879 | 71.4977 | 72.3096 | 16.4424 |
|
67 |
+
| 0.1826 | 7.46 | 2200 | 0.2000 | 72.2467 | 63.7052 | 71.3826 | 72.0909 | 16.4288 |
|
68 |
+
| 0.1867 | 8.14 | 2400 | 0.1965 | 72.417 | 64.0356 | 71.5254 | 72.3042 | 16.4983 |
|
69 |
+
| 0.1773 | 8.81 | 2600 | 0.1930 | 72.5715 | 64.1819 | 71.6728 | 72.501 | 16.4797 |
|
70 |
+
| 0.1875 | 9.49 | 2800 | 0.1943 | 72.751 | 64.531 | 71.7809 | 72.5858 | 16.4797 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990408885
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:911ea77442f38185a39c06cb26969ccd595fd00dedb4fde0b868691bd2efea15
|
3 |
size 990408885
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc8cfc455933e5bc19a2c0b5a7507d3bb683190c6fb7ae49d8d29026fd880a3
|
3 |
size 4155
|