adamjweintraut
commited on
Commit
•
2eb1f2b
1
Parent(s):
59cebb3
bart-finetuned-loaf-512-lyrictoplan
Browse files
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: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,12 +47,12 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### 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: 0.3763
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.6537 | 0.45 | 500 | 0.4515 |
|
51 |
+
| 0.4607 | 0.89 | 1000 | 0.4250 |
|
52 |
+
| 0.4233 | 1.34 | 1500 | 0.4119 |
|
53 |
+
| 0.41 | 1.78 | 2000 | 0.3935 |
|
54 |
+
| 0.379 | 2.23 | 2500 | 0.3888 |
|
55 |
+
| 0.3549 | 2.67 | 3000 | 0.3763 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
generation_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"n_examples": null,
|
13 |
"no_repeat_ngram_size": 3,
|
14 |
"num_beams": 4,
|
15 |
-
"pad_token_id":
|
16 |
"padding": "max_length",
|
17 |
"renormalize_logits": true,
|
18 |
"repetition_penalty": 0.4,
|
|
|
12 |
"n_examples": null,
|
13 |
"no_repeat_ngram_size": 3,
|
14 |
"num_beams": 4,
|
15 |
+
"pad_token_id": 2,
|
16 |
"padding": "max_length",
|
17 |
"renormalize_logits": true,
|
18 |
"repetition_penalty": 0.4,
|
runs/Apr10_00-22-47_f60cf4680ffd/events.out.tfevents.1712708569.f60cf4680ffd.351.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95d296828c1aa645b45b68666f971278b2b21363ccb73a241ecb4be6cefeb2e6
|
3 |
+
size 9387
|