sharmadhruv
commited on
Commit
•
68e61d8
1
Parent(s):
aa57e6a
End of training
Browse files- README.md +12 -6
- config.json +1 -1
- generation_config.json +1 -0
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# summarize_by_bart
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -33,18 +35,22 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 2e-05
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
-
|
47 |
-
| No log | 1.0 |
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
14 |
# summarize_by_bart
|
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: 1.7698
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 2
|
39 |
+
- eval_batch_size: 2
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 5
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 495 | 1.8562 |
|
50 |
+
| 2.2793 | 2.0 | 990 | 1.7942 |
|
51 |
+
| 2.1004 | 3.0 | 1485 | 1.7751 |
|
52 |
+
| 2.0356 | 4.0 | 1980 | 1.7703 |
|
53 |
+
| 2.0074 | 5.0 | 2475 | 1.7698 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
config.json
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
"num_beams": 6
|
68 |
}
|
69 |
},
|
70 |
-
"torch_dtype": "
|
71 |
"transformers_version": "4.41.2",
|
72 |
"use_cache": true,
|
73 |
"vocab_size": 50265
|
|
|
67 |
"num_beams": 6
|
68 |
}
|
69 |
},
|
70 |
+
"torch_dtype": "bfloat16",
|
71 |
"transformers_version": "4.41.2",
|
72 |
"use_cache": true,
|
73 |
"vocab_size": 50265
|
generation_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 0,
|
3 |
"decoder_start_token_id": 2,
|
4 |
"early_stopping": true,
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
model.safetensors
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:f370da18a5df1e9fb5434cff0a181120e91025eb6be8f4dfc29a96bfad078c8e
|
3 |
+
size 812743714
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d708871fac9e107f4f2a5b8ce206c142b8247ebfcd9c55265cf56a40ba94aaa
|
3 |
size 5240
|