End of training
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/byt5-small](https://huggingface.co/google/byt5-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Exact Match: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -45,24 +45,30 @@ The following hyperparameters were used during training:
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- lr_scheduler_warmup_steps: 500
|
| 48 |
-
- num_epochs:
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
-
| Training Loss | Epoch | Step
|
| 53 |
-
|:-------------:|:-----:|:-----:|:---------------:|:-----------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/byt5-small](https://huggingface.co/google/byt5-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.0142
|
| 20 |
+
- Exact Match: 0.9244
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- lr_scheduler_warmup_steps: 500
|
| 48 |
+
- num_epochs: 18
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Exact Match |
|
| 53 |
+
|:-------------:|:-----:|:------:|:---------------:|:-----------:|
|
| 54 |
+
| 0.0195 | 1.0 | 7646 | 0.0148 | 0.8325 |
|
| 55 |
+
| 0.0139 | 2.0 | 15292 | 0.0115 | 0.8618 |
|
| 56 |
+
| 0.0114 | 3.0 | 22938 | 0.0102 | 0.8764 |
|
| 57 |
+
| 0.009 | 4.0 | 30584 | 0.0093 | 0.8874 |
|
| 58 |
+
| 0.007 | 5.0 | 38230 | 0.0093 | 0.8965 |
|
| 59 |
+
| 0.0056 | 6.0 | 45876 | 0.0090 | 0.9021 |
|
| 60 |
+
| 0.0049 | 7.0 | 53522 | 0.0093 | 0.9059 |
|
| 61 |
+
| 0.004 | 8.0 | 61168 | 0.0095 | 0.9101 |
|
| 62 |
+
| 0.0034 | 9.0 | 68814 | 0.0096 | 0.9112 |
|
| 63 |
+
| 0.0028 | 10.0 | 76460 | 0.0101 | 0.9150 |
|
| 64 |
+
| 0.0023 | 11.0 | 84106 | 0.0108 | 0.9175 |
|
| 65 |
+
| 0.0018 | 12.0 | 91752 | 0.0108 | 0.9185 |
|
| 66 |
+
| 0.0015 | 13.0 | 99398 | 0.0112 | 0.9209 |
|
| 67 |
+
| 0.0011 | 14.0 | 107044 | 0.0121 | 0.9213 |
|
| 68 |
+
| 0.001 | 15.0 | 114690 | 0.0123 | 0.9220 |
|
| 69 |
+
| 0.0008 | 16.0 | 122336 | 0.0128 | 0.9237 |
|
| 70 |
+
| 0.0005 | 17.0 | 129982 | 0.0137 | 0.9245 |
|
| 71 |
+
| 0.0005 | 18.0 | 137628 | 0.0142 | 0.9244 |
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|