Commit ·
6fe108a
1
Parent(s): 0a2515d
update model card README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# finetuned_Mbart
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
|
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- lr_scheduler_warmup_steps: 50
|
| 41 |
-
- training_steps:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
|
|
|
| 12 |
|
| 13 |
# finetuned_Mbart
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
|
|
|
| 38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- lr_scheduler_warmup_steps: 50
|
| 41 |
+
- training_steps: 10000
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|