eslamxm commited on
Commit
41007e2
1 Parent(s): ef7f442

Training complete !

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: UBC-NLP/AraT5v2-base-1024
3
+ tags:
4
+ - summarization
5
+ - Arat5v2
6
+ - abstractive summarization
7
+ - ar
8
+ - wikilingua
9
+ - generated_from_trainer
10
+ datasets:
11
+ - wiki_lingua
12
+ model-index:
13
+ - name: AraT5v2-base-1024-finetuned-ar-wikilingua
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # AraT5v2-base-1024-finetuned-ar-wikilingua
21
+
22
+ This model is a fine-tuned version of [UBC-NLP/AraT5v2-base-1024](https://huggingface.co/UBC-NLP/AraT5v2-base-1024) on the wiki_lingua dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 4.1591
25
+ - Rouge-1: 26.54
26
+ - Rouge-2: 10.4
27
+ - Rouge-l: 23.72
28
+ - Gen Len: 18.19
29
+ - Bertscore: 72.52
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-05
49
+ - train_batch_size: 4
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_steps: 250
55
+ - num_epochs: 8
56
+ - label_smoothing_factor: 0.1
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Rouge-1 | Rouge-2 | Rouge-l | Gen Len | Bertscore |
61
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:-------:|:---------:|
62
+ | 5.2884 | 1.0 | 4998 | 4.4307 | 23.0 | 8.16 | 20.56 | 17.66 | 70.77 |
63
+ | 4.6798 | 2.0 | 9996 | 4.2972 | 24.48 | 8.95 | 21.86 | 17.57 | 71.56 |
64
+ | 4.4355 | 3.0 | 14994 | 4.2313 | 24.85 | 9.17 | 22.23 | 17.68 | 71.7 |
65
+ | 4.2772 | 4.0 | 19992 | 4.1972 | 25.41 | 9.5 | 22.65 | 17.63 | 72.08 |
66
+ | 4.1551 | 5.0 | 24990 | 4.1724 | 25.43 | 9.44 | 22.58 | 17.68 | 72.08 |
67
+ | 4.0604 | 6.0 | 29988 | 4.1626 | 25.44 | 9.56 | 22.67 | 17.52 | 72.19 |
68
+ | 3.989 | 7.0 | 34986 | 4.1616 | 25.71 | 9.68 | 22.91 | 17.71 | 72.29 |
69
+ | 3.9467 | 8.0 | 39984 | 4.1591 | 25.81 | 9.81 | 23.03 | 17.67 | 72.33 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.33.2
75
+ - Pytorch 2.0.1+cu118
76
+ - Datasets 2.14.5
77
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.33.2"
6
+ }