ahmeddbahaa commited on
Commit
f2ed89c
1 Parent(s): eb8bc49

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - mt5
6
+ - ar
7
+ - abstractive summarization
8
+ - generated_from_trainer
9
+ datasets:
10
+ - wiki_lingua
11
+ model-index:
12
+ - name: mt5-base-finetuned-wikilingua-ar
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # mt5-base-finetuned-wikilingua-ar
20
+
21
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the wiki_lingua dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 3.4936
24
+ - Rouge-1: 20.79
25
+ - Rouge-2: 7.6
26
+ - Rouge-l: 18.81
27
+ - Gen Len: 18.73
28
+ - Bertscore: 70.87
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0005
48
+ - train_batch_size: 2
49
+ - eval_batch_size: 2
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 8
52
+ - total_train_batch_size: 16
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 250
56
+ - num_epochs: 8
57
+ - label_smoothing_factor: 0.1
58
+
59
+ ### Training results
60
+
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.19.3
66
+ - Pytorch 1.11.0+cu113
67
+ - Datasets 2.2.2
68
+ - Tokenizers 0.12.1