update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the squad dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 1.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -43,19 +43,22 @@ The following hyperparameters were used during training:
|
|
| 43 |
- total_train_batch_size: 64
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- num_epochs:
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 52 |
-
| No log | 1.0 | 295 | 1.
|
| 53 |
-
| 1.
|
| 54 |
-
| 1.
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the squad dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 1.5634
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 43 |
- total_train_batch_size: 64
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- num_epochs: 10
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 52 |
+
| No log | 1.0 | 295 | 1.6673 |
|
| 53 |
+
| 1.9714 | 2.0 | 590 | 1.6021 |
|
| 54 |
+
| 1.9714 | 3.0 | 885 | 1.5820 |
|
| 55 |
+
| 1.6225 | 4.0 | 1180 | 1.5665 |
|
| 56 |
+
| 1.6225 | 5.0 | 1475 | 1.5643 |
|
| 57 |
+
| 1.5252 | 6.0 | 1770 | 1.5676 |
|
| 58 |
+
| 1.4558 | 7.0 | 2065 | 1.5581 |
|
| 59 |
+
| 1.4558 | 8.0 | 2360 | 1.5600 |
|
| 60 |
+
| 1.4169 | 9.0 | 2655 | 1.5604 |
|
| 61 |
+
| 1.4169 | 10.0 | 2950 | 1.5634 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|