louistichelman
commited on
Commit
•
ea3304e
1
Parent(s):
cceeb26
End of training
Browse files- README.md +15 -9
- 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:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -39,18 +39,24 @@ More information needed
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 2e-05
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
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 |
|
55 |
|
56 |
### 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.5236
|
21 |
+
- Bleu: 3.9928
|
22 |
+
- Gen Len: 19.3964
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 3
|
43 |
+
- eval_batch_size: 3
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 7
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
53 |
+
| 2.4789 | 1.0 | 1679 | 2.2752 | 2.7071 | 19.0929 |
|
54 |
+
| 2.1071 | 2.0 | 3358 | 2.2473 | 3.2957 | 19.5661 |
|
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
|
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:114cec7f8c4d0e297b618aa9522a0723e053864bc4fe6b94f1cdab132daf9871
|
3 |
size 1625541389
|