Commit
·
aeeba8e
1
Parent(s):
b065f1e
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -14,13 +13,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# t5-v1_1-base-squadV2AutoQgen
|
16 |
|
17 |
-
This model
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Rouge1: 0.
|
21 |
-
- Rouge2: 0.
|
22 |
-
- Rougel: 0.
|
23 |
-
- Rougelsum: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,22 +38,24 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate: 0.
|
43 |
- train_batch_size: 4
|
44 |
- eval_batch_size: 4
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
54 |
-
|
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
13 |
|
14 |
# t5-v1_1-base-squadV2AutoQgen
|
15 |
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.6476
|
19 |
+
- Rouge1: 0.1407
|
20 |
+
- Rouge2: 0.0716
|
21 |
+
- Rougel: 0.1245
|
22 |
+
- Rougelsum: 0.1356
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0003
|
42 |
- train_batch_size: 4
|
43 |
- eval_batch_size: 4
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 6
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
|
53 |
+
| 1.628 | 1.0 | 4758 | 1.6606 | 0.1404 | 0.0711 | 0.1242 | 0.136 |
|
54 |
+
| 1.4999 | 2.0 | 9516 | 1.6372 | 0.1443 | 0.0727 | 0.1272 | 0.1389 |
|
55 |
+
| 1.3838 | 3.0 | 14274 | 1.6311 | 0.1427 | 0.0719 | 0.1254 | 0.1375 |
|
56 |
+
| 1.2908 | 4.0 | 19032 | 1.6260 | 0.1383 | 0.0705 | 0.1231 | 0.1335 |
|
57 |
+
| 1.1733 | 5.0 | 23790 | 1.6319 | 0.1404 | 0.0718 | 0.1239 | 0.1351 |
|
58 |
+
| 1.1225 | 6.0 | 28548 | 1.6476 | 0.1407 | 0.0716 | 0.1245 | 0.1356 |
|
59 |
|
60 |
|
61 |
### Framework versions
|