tanatapanun commited on
Commit
de26365
1 Parent(s): de77f7b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bart-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: fine-tuned-bart-20-epochs-1024-input-128-output
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fine-tuned-bart-20-epochs-1024-input-128-output
16
+
17
+ This model is a fine-tuned version of [bart-base](https://huggingface.co/bart-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.6312
20
+ - Rouge1: 0.1575
21
+ - Rouge2: 0.0297
22
+ - Rougel: 0.1269
23
+ - Rougelsum: 0.1263
24
+ - Gen Len: 32.75
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0001
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 151 | 6.3450 | 0.0044 | 0.0 | 0.0045 | 0.0045 | 8.06 |
57
+ | No log | 2.0 | 302 | 1.9546 | 0.1167 | 0.0307 | 0.1002 | 0.1003 | 25.59 |
58
+ | No log | 3.0 | 453 | 1.6769 | 0.0789 | 0.0193 | 0.065 | 0.0642 | 14.44 |
59
+ | 4.4533 | 4.0 | 604 | 1.5784 | 0.13 | 0.0304 | 0.097 | 0.0976 | 33.11 |
60
+ | 4.4533 | 5.0 | 755 | 1.5294 | 0.1659 | 0.0337 | 0.1289 | 0.129 | 44.89 |
61
+ | 4.4533 | 6.0 | 906 | 1.5051 | 0.1459 | 0.0332 | 0.1048 | 0.1041 | 47.13 |
62
+ | 1.1908 | 7.0 | 1057 | 1.4893 | 0.1495 | 0.0376 | 0.1111 | 0.1101 | 45.77 |
63
+ | 1.1908 | 8.0 | 1208 | 1.4917 | 0.135 | 0.0317 | 0.1049 | 0.1046 | 28.13 |
64
+ | 1.1908 | 9.0 | 1359 | 1.5029 | 0.1498 | 0.0293 | 0.1231 | 0.1218 | 31.36 |
65
+ | 0.7941 | 10.0 | 1510 | 1.5114 | 0.175 | 0.0401 | 0.1327 | 0.1314 | 37.84 |
66
+ | 0.7941 | 11.0 | 1661 | 1.5400 | 0.1513 | 0.0358 | 0.1242 | 0.1231 | 29.32 |
67
+ | 0.7941 | 12.0 | 1812 | 1.5343 | 0.1579 | 0.0333 | 0.1207 | 0.1185 | 34.84 |
68
+ | 0.7941 | 13.0 | 1963 | 1.5620 | 0.1534 | 0.0347 | 0.1245 | 0.124 | 30.83 |
69
+ | 0.5288 | 14.0 | 2114 | 1.5621 | 0.1441 | 0.0277 | 0.1138 | 0.1134 | 31.1 |
70
+ | 0.5288 | 15.0 | 2265 | 1.5808 | 0.152 | 0.0259 | 0.1212 | 0.1208 | 34.51 |
71
+ | 0.5288 | 16.0 | 2416 | 1.6036 | 0.1657 | 0.0336 | 0.1349 | 0.1346 | 35.18 |
72
+ | 0.3635 | 17.0 | 2567 | 1.6136 | 0.1523 | 0.0307 | 0.126 | 0.1254 | 30.67 |
73
+ | 0.3635 | 18.0 | 2718 | 1.6192 | 0.1525 | 0.0308 | 0.1227 | 0.1227 | 33.54 |
74
+ | 0.3635 | 19.0 | 2869 | 1.6324 | 0.1478 | 0.0303 | 0.1193 | 0.1189 | 32.47 |
75
+ | 0.2801 | 20.0 | 3020 | 1.6312 | 0.1575 | 0.0297 | 0.1269 | 0.1263 | 32.75 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.36.2
81
+ - Pytorch 1.12.1+cu113
82
+ - Datasets 2.16.1
83
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "max_length": 128,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.36.2"
13
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd219b02efc397728fffdc78697c61c49dfe0e420aeefd7e07bde08f9a941bd8
3
  size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67c32af9bef305d1e0b5c4757c504cd514ecfcb673195d3e2dcd8ff3bbcab9ad
3
  size 557912620
runs/Jan29_15-51-50_william-gpu-3090-10-wtjsj/events.out.tfevents.1706543511.william-gpu-3090-10-wtjsj.2021.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3692ba7a325f2344aab3aa53c3d2a2461ae2875dc130e992c83db57b04bff3a6
3
- size 16628
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38eb17eeb268e6b93c70656ac1b78b25bd24fc54b500604f899c4fe2fa3bc51
3
+ size 17507