Alefiah commited on
Commit
5b36f8a
1 Parent(s): 1a7945c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: UrduSum5k_multi2
7
  results: []
@@ -13,6 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
13
  # UrduSum5k_multi2
14
 
15
  This model is a fine-tuned version of [ahmed0189/mT5-Arabic-text-summarization](https://huggingface.co/ahmed0189/mT5-Arabic-text-summarization) on the None dataset.
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +48,13 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 1
41
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.28.0
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
  model-index:
8
  - name: UrduSum5k_multi2
9
  results: []
 
15
  # UrduSum5k_multi2
16
 
17
  This model is a fine-tuned version of [ahmed0189/mT5-Arabic-text-summarization](https://huggingface.co/ahmed0189/mT5-Arabic-text-summarization) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2260
20
+ - Rouge1: 0.14
21
+ - Rouge2: 0.0333
22
+ - Rougel: 0.14
23
+ - Rougelsum: 0.14
24
+ - Gen Len: 34.6705
25
 
26
  ## Model description
27
 
 
48
  - lr_scheduler_type: linear
49
  - num_epochs: 1
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
55
+ | 3.8803 | 1.0 | 1500 | 3.2260 | 0.14 | 0.0333 | 0.14 | 0.14 | 34.6705 |
56
+
57
+
58
  ### Framework versions
59
 
60
  - Transformers 4.28.0