silmi224 commited on
Commit
e6bc910
1 Parent(s): 5816fbf

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: silmi224/finetune-led-35000
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: led-risalah_data_v15
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
+ # led-risalah_data_v15
15
+
16
+ This model is a fine-tuned version of [silmi224/finetune-led-35000](https://huggingface.co/silmi224/finetune-led-35000) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.6673
19
+ - Rouge1 Precision: 0.7043
20
+ - Rouge1 Recall: 0.1227
21
+ - Rouge1 Fmeasure: 0.2067
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 300
49
+ - num_epochs: 20
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 Precision | Rouge1 Recall | Rouge1 Fmeasure |
55
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
56
+ | 3.0403 | 1.0 | 20 | 2.4986 | 0.5024 | 0.0555 | 0.0987 |
57
+ | 2.5716 | 2.0 | 40 | 2.1700 | 0.5606 | 0.0817 | 0.1409 |
58
+ | 2.2879 | 3.0 | 60 | 2.0072 | 0.5705 | 0.0869 | 0.1492 |
59
+ | 2.0807 | 4.0 | 80 | 1.9094 | 0.6048 | 0.0899 | 0.1542 |
60
+ | 1.927 | 5.0 | 100 | 1.8184 | 0.5472 | 0.0922 | 0.1561 |
61
+ | 1.8368 | 6.0 | 120 | 1.7721 | 0.6079 | 0.1036 | 0.1751 |
62
+ | 1.7468 | 7.0 | 140 | 1.7310 | 0.639 | 0.1095 | 0.1842 |
63
+ | 1.5913 | 8.0 | 160 | 1.6907 | 0.6637 | 0.1109 | 0.1875 |
64
+ | 1.534 | 9.0 | 180 | 1.6843 | 0.6355 | 0.1102 | 0.1851 |
65
+ | 1.4835 | 10.0 | 200 | 1.6605 | 0.6596 | 0.1141 | 0.1922 |
66
+ | 1.4958 | 11.0 | 220 | 1.6403 | 0.6929 | 0.1162 | 0.1973 |
67
+ | 1.4547 | 12.0 | 240 | 1.6347 | 0.6781 | 0.1118 | 0.1892 |
68
+ | 1.3069 | 13.0 | 260 | 1.6604 | 0.6626 | 0.1101 | 0.187 |
69
+ | 1.2639 | 14.0 | 280 | 1.6712 | 0.697 | 0.1227 | 0.2061 |
70
+ | 1.3249 | 15.0 | 300 | 1.6255 | 0.6529 | 0.1135 | 0.1914 |
71
+ | 1.185 | 16.0 | 320 | 1.6484 | 0.6806 | 0.1174 | 0.1981 |
72
+ | 1.1087 | 17.0 | 340 | 1.6425 | 0.682 | 0.1195 | 0.2008 |
73
+ | 1.1125 | 18.0 | 360 | 1.6509 | 0.7122 | 0.1235 | 0.2086 |
74
+ | 1.1574 | 19.0 | 380 | 1.6740 | 0.6983 | 0.1214 | 0.2052 |
75
+ | 0.9968 | 20.0 | 400 | 1.6673 | 0.7043 | 0.1227 | 0.2067 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.41.2
81
+ - Pytorch 2.1.2
82
+ - Datasets 2.19.2
83
+ - 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/Jul10_13-02-12_6cbcad150f92/events.out.tfevents.1720616538.6cbcad150f92.34.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64818bdd37ef86b4de2b404cb50115a28c197760eab0df4d2f093a52b72ec3fb
3
- size 22459
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9d1d28caddcb734c56e067deceb04baead10e14e72264252103fbcd0e712ee
3
+ size 23260
runs/Jul10_13-02-12_6cbcad150f92/events.out.tfevents.1720622926.6cbcad150f92.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96bb5910bdf728e3dc16dec97ba795d7837e2061f1319f3779fcf0fcef320ea5
3
+ size 535