End of training
Browse files- README.md +77 -0
- generation_config.json +16 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: facebook/bart-large-cnn
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: Bart
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# Bart
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [facebook/bart-large-cnn](https://huggingface.co/facebook/bart-large-cnn) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.4379
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
+
- mixed_precision_training: Native AMP
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 32 | 1.9039 |
|
51 |
+
| No log | 2.0 | 64 | 1.9118 |
|
52 |
+
| No log | 3.0 | 96 | 1.9611 |
|
53 |
+
| No log | 4.0 | 128 | 2.1126 |
|
54 |
+
| No log | 5.0 | 160 | 2.3234 |
|
55 |
+
| No log | 6.0 | 192 | 2.5468 |
|
56 |
+
| No log | 7.0 | 224 | 2.6987 |
|
57 |
+
| No log | 8.0 | 256 | 2.8041 |
|
58 |
+
| No log | 9.0 | 288 | 2.9329 |
|
59 |
+
| No log | 10.0 | 320 | 3.0530 |
|
60 |
+
| No log | 11.0 | 352 | 3.1344 |
|
61 |
+
| No log | 12.0 | 384 | 3.1571 |
|
62 |
+
| No log | 13.0 | 416 | 3.2308 |
|
63 |
+
| No log | 14.0 | 448 | 3.3060 |
|
64 |
+
| No log | 15.0 | 480 | 3.3254 |
|
65 |
+
| 0.55 | 16.0 | 512 | 3.3449 |
|
66 |
+
| 0.55 | 17.0 | 544 | 3.3627 |
|
67 |
+
| 0.55 | 18.0 | 576 | 3.4195 |
|
68 |
+
| 0.55 | 19.0 | 608 | 3.4282 |
|
69 |
+
| 0.55 | 20.0 | 640 | 3.4379 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.44.0
|
75 |
+
- Pytorch 2.4.0+cu118
|
76 |
+
- Datasets 2.21.0
|
77 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"decoder_start_token_id": 2,
|
5 |
+
"early_stopping": true,
|
6 |
+
"eos_token_id": 2,
|
7 |
+
"forced_bos_token_id": 0,
|
8 |
+
"forced_eos_token_id": 2,
|
9 |
+
"length_penalty": 2.0,
|
10 |
+
"max_length": 142,
|
11 |
+
"min_length": 56,
|
12 |
+
"no_repeat_ngram_size": 3,
|
13 |
+
"num_beams": 4,
|
14 |
+
"pad_token_id": 1,
|
15 |
+
"transformers_version": "4.44.0"
|
16 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625422896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aadf0f84ef56a6052008408202e381be9c78c5b5a140490fe52ae7c0b1ba44c3
|
3 |
size 1625422896
|