Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# t5-base-finetuned-ema-qa
|
15 |
|
16 |
-
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google-t5/t5-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# t5-base-finetuned-ema-qa
|
15 |
|
16 |
+
This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on the None dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 5
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|