Commit
·
1ee03ae
1
Parent(s):
aa09ef9
update model card README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bernhardtandy/music_CLM](https://huggingface.co/bernhardtandy/music_CLM) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss:
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: cosine
|
| 44 |
- lr_scheduler_warmup_steps: 1000
|
| 45 |
-
- num_epochs:
|
| 46 |
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bernhardtandy/music_CLM](https://huggingface.co/bernhardtandy/music_CLM) on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 3.1293
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: cosine
|
| 44 |
- lr_scheduler_warmup_steps: 1000
|
| 45 |
+
- num_epochs: 2
|
| 46 |
- mixed_precision_training: Native AMP
|
| 47 |
|
| 48 |
### Training results
|