eglkan1 commited on
Commit
f03cf4a
1 Parent(s): 50e21b3

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +12 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/mbart-large-50
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ - sacrebleu
9
+ model-index:
10
+ - name: mBART-TextSimp-LT-BatchSize8-lr5e-5
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # mBART-TextSimp-LT-BatchSize8-lr5e-5
18
+
19
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4296
22
+ - Rouge1: 0.0605
23
+ - Rouge2: 0.0078
24
+ - Rougel: 0.0593
25
+ - Sacrebleu: 0.044
26
+ - Gen Len: 34.5776
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 2
50
+ - total_train_batch_size: 16
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 500
54
+ - num_epochs: 8
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Sacrebleu | Gen Len |
59
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:--------:|
60
+ | 8.0008 | 1.0 | 104 | 7.0565 | 0.1958 | 0.1282 | 0.1868 | 7.9463 | 511.6945 |
61
+ | 0.3454 | 2.0 | 209 | 0.1874 | 0.6646 | 0.4862 | 0.6559 | 41.0808 | 34.5752 |
62
+ | 0.0728 | 3.0 | 313 | 0.0748 | 0.7063 | 0.5426 | 0.6984 | 48.033 | 34.5752 |
63
+ | 0.0491 | 4.0 | 418 | 0.0630 | 0.7346 | 0.5861 | 0.7248 | 51.6574 | 34.5752 |
64
+ | 0.755 | 5.0 | 522 | 0.7158 | 0.0008 | 0.0 | 0.0009 | 0.0 | 35.5752 |
65
+ | 0.4913 | 6.0 | 627 | 0.4653 | 0.0218 | 0.0008 | 0.0219 | 0.022 | 34.6134 |
66
+ | 0.4771 | 7.0 | 731 | 0.4525 | 0.0385 | 0.0034 | 0.0382 | 0.0308 | 34.926 |
67
+ | 0.4224 | 7.96 | 832 | 0.4296 | 0.0605 | 0.0078 | 0.0593 | 0.044 | 34.5776 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.33.0
73
+ - Pytorch 2.1.2+cu121
74
+ - Datasets 2.14.4
75
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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_eos_token_id": 2,
8
+ "max_length": 200,
9
+ "num_beams": 5,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.33.0"
12
+ }