ahmeddbahaa commited on
Commit
89bd21d
1 Parent(s): 66fb3d7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - t5
6
+ - ar
7
+ - abstractive summarization
8
+ - xlsum
9
+ - generated_from_trainer
10
+ datasets:
11
+ - xlsum
12
+ model-index:
13
+ - name: t5-arabic-base-finetuned-xlsum-ar
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
+ # t5-arabic-base-finetuned-xlsum-ar
21
+
22
+ This model is a fine-tuned version of [bakrianoo/t5-arabic-base](https://huggingface.co/bakrianoo/t5-arabic-base) on the xlsum dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 3.0328
25
+ - Rouge-1: 23.72
26
+ - Rouge-2: 10.95
27
+ - Rouge-l: 21.59
28
+ - Gen Len: 19.0
29
+ - Bertscore: 71.81
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: 0.0005
49
+ - train_batch_size: 4
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 16
53
+ - total_train_batch_size: 64
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_steps: 250
57
+ - num_epochs: 10
58
+ - label_smoothing_factor: 0.1
59
+
60
+ ### Training results
61
+
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.19.4
67
+ - Pytorch 1.11.0+cu113
68
+ - Datasets 2.2.2
69
+ - Tokenizers 0.12.1