adamjweintraut commited on
Commit
44da782
1 Parent(s): 636679b

bart-finetuned-lyrlen-128-tokens

Browse files
Files changed (1) hide show
  1. README.md +5 -14
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.9008
19
 
20
  ## Model description
21
 
@@ -40,24 +40,15 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 4
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 3.2981 | 0.33 | 500 | 3.0587 |
50
- | 3.0335 | 0.67 | 1000 | 2.9762 |
51
- | 2.9525 | 1.0 | 1500 | 2.9432 |
52
- | 2.9021 | 1.33 | 2000 | 2.9562 |
53
- | 2.8671 | 1.67 | 2500 | 2.9502 |
54
- | 2.8037 | 2.0 | 3000 | 2.9134 |
55
- | 2.7389 | 2.33 | 3500 | 2.9058 |
56
- | 2.7305 | 2.67 | 4000 | 2.9016 |
57
- | 2.7196 | 3.0 | 4500 | 2.8960 |
58
- | 2.7217 | 3.33 | 5000 | 2.9097 |
59
- | 2.6659 | 3.67 | 5500 | 2.9045 |
60
- | 2.6616 | 4.0 | 6000 | 2.9008 |
61
 
62
 
63
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 2.9601
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 1
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 3.278 | 0.33 | 500 | 3.0005 |
50
+ | 3.0614 | 0.67 | 1000 | 3.0103 |
51
+ | 3.0034 | 1.0 | 1500 | 2.9601 |
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions