silmi224 commited on
Commit
8e42de2
1 Parent(s): 5fe36e1

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: silmi224/finetune-led-35000
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: exp2-led-risalah_data_v3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # exp2-led-risalah_data_v3
17
+
18
+ This model is a fine-tuned version of [silmi224/finetune-led-35000](https://huggingface.co/silmi224/finetune-led-35000) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9287
21
+ - Rouge1: 16.3563
22
+ - Rouge2: 6.3361
23
+ - Rougel: 10.2361
24
+ - Rougelsum: 15.4499
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: 1e-06
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 8
48
+ - total_train_batch_size: 8
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 150
52
+ - num_epochs: 20
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
58
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
59
+ | 3.3696 | 1.0 | 10 | 2.9032 | 8.9827 | 2.4864 | 6.5741 | 8.374 |
60
+ | 3.3479 | 2.0 | 20 | 2.8646 | 9.4368 | 2.6548 | 6.6897 | 8.9073 |
61
+ | 3.2858 | 3.0 | 30 | 2.8050 | 8.3204 | 2.4233 | 6.4571 | 7.8334 |
62
+ | 3.204 | 4.0 | 40 | 2.7299 | 7.9763 | 2.7995 | 6.1867 | 7.5793 |
63
+ | 3.0987 | 5.0 | 50 | 2.6458 | 9.4672 | 2.877 | 7.2221 | 8.8929 |
64
+ | 2.9964 | 6.0 | 60 | 2.5576 | 9.3123 | 2.635 | 6.8591 | 8.8136 |
65
+ | 2.8831 | 7.0 | 70 | 2.4682 | 9.8347 | 2.8621 | 7.3463 | 9.346 |
66
+ | 2.7834 | 8.0 | 80 | 2.3818 | 9.756 | 2.6064 | 7.3736 | 9.0638 |
67
+ | 2.6712 | 9.0 | 90 | 2.3005 | 10.6798 | 3.5515 | 7.9318 | 9.5388 |
68
+ | 2.5781 | 10.0 | 100 | 2.2261 | 11.4114 | 3.5141 | 8.0732 | 10.6929 |
69
+ | 2.4807 | 11.0 | 110 | 2.1623 | 12.9396 | 4.3079 | 9.1668 | 11.7355 |
70
+ | 2.403 | 12.0 | 120 | 2.1101 | 13.27 | 4.7477 | 9.0288 | 12.277 |
71
+ | 2.3358 | 13.0 | 130 | 2.0644 | 15.1784 | 5.3452 | 10.1318 | 13.8506 |
72
+ | 2.2701 | 14.0 | 140 | 2.0249 | 14.1959 | 5.2981 | 10.2128 | 12.8727 |
73
+ | 2.2032 | 15.0 | 150 | 1.9925 | 14.4716 | 5.5627 | 9.58 | 13.7089 |
74
+ | 2.1608 | 16.0 | 160 | 1.9685 | 14.2815 | 5.9009 | 9.516 | 13.4755 |
75
+ | 2.1338 | 17.0 | 170 | 1.9509 | 15.6523 | 6.3449 | 10.2105 | 14.9489 |
76
+ | 2.104 | 18.0 | 180 | 1.9383 | 16.3987 | 7.0987 | 10.8261 | 15.8296 |
77
+ | 2.0896 | 19.0 | 190 | 1.9308 | 16.0883 | 6.3808 | 10.0722 | 15.17 |
78
+ | 2.0758 | 20.0 | 200 | 1.9287 | 16.3563 | 6.3361 | 10.2361 | 15.4499 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.41.2
84
+ - Pytorch 2.1.2
85
+ - Datasets 2.19.2
86
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "length_penalty": 2.0,
7
+ "max_length": 128,
8
+ "min_length": 40,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 2,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.41.2",
13
+ "use_cache": false
14
+ }
runs/Jul21_19-52-41_36e51ba6d78f/events.out.tfevents.1721591597.36e51ba6d78f.35.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4279431a540a841688b86e905242e6f64400dda4ede5d8fe3fd2419d33ee610d
3
- size 18734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a7415a0e64f78ebfddfa09ae167e8ea6b0d8b85b0a1b6c2fe67e8e8904e6798
3
+ size 19562
runs/Jul21_19-52-41_36e51ba6d78f/events.out.tfevents.1721601839.36e51ba6d78f.35.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f5818a48f7f441d562171ed75c0c0458a9955d585c629e98e447cbcad4ae4f
3
+ size 562