louistichelman
commited on
Commit
•
6112ed4
1
Parent(s):
f3f850c
End of training
Browse files- README.md +8 -13
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Bleu: 3.
|
22 |
-
- Gen Len: 19.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,19 +44,14 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 1.7995 | 3.0 | 5037 | 2.2643 | 3.4993 | 19.0268 |
|
56 |
-
| 1.5704 | 4.0 | 6716 | 2.3137 | 3.5091 | 19.4946 |
|
57 |
-
| 1.3954 | 5.0 | 8395 | 2.3795 | 3.7311 | 19.6589 |
|
58 |
-
| 1.223 | 6.0 | 10074 | 2.4577 | 3.874 | 19.3554 |
|
59 |
-
| 1.1262 | 7.0 | 11753 | 2.5236 | 3.9928 | 19.3964 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.1989
|
21 |
+
- Bleu: 3.6495
|
22 |
+
- Gen Len: 19.6357
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
53 |
+
| 2.4258 | 1.0 | 1679 | 2.2498 | 3.042 | 19.3821 |
|
54 |
+
| 2.0762 | 2.0 | 3358 | 2.1989 | 3.6495 | 19.6357 |
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625541389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c0b56106bbe55ce56b951cde69068c49b3a4d44d22a61de775da8acf0008eb6
|
3 |
size 1625541389
|