peterandrew987 commited on
Commit
cab58dd
·
1 Parent(s): 638f548

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - squad
 
 
8
  model-index:
9
  - name: results
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,13 @@ should probably proofread and complete it, then remove this comment. -->
16
  # results
17
 
18
  This model is a fine-tuned version of [indobenchmark/indobart-v2](https://huggingface.co/indobenchmark/indobart-v2) on the squad dataset.
 
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -44,6 +66,13 @@ The following hyperparameters were used during training:
44
  - num_epochs: 1
45
  - label_smoothing_factor: 0.1
46
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.31.0
 
5
  - generated_from_trainer
6
  datasets:
7
  - squad
8
+ metrics:
9
+ - rouge
10
  model-index:
11
  - name: results
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: squad
18
+ type: squad
19
+ config: plain_text
20
+ split: train[:1000]
21
+ args: plain_text
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 16.2693
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # results
32
 
33
  This model is a fine-tuned version of [indobenchmark/indobart-v2](https://huggingface.co/indobenchmark/indobart-v2) on the squad dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.5998
36
+ - Rouge1: 16.2693
37
+ - Rouge2: 14.9952
38
+ - Rougel: 16.233
39
+ - Rougelsum: 16.2741
40
+ - Gen Len: 20.0
41
 
42
  ## Model description
43
 
 
66
  - num_epochs: 1
67
  - label_smoothing_factor: 0.1
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:------:|:---------:|:-------:|
73
+ | 1.4819 | 1.0 | 200 | 1.5998 | 16.2693 | 14.9952 | 16.233 | 16.2741 | 20.0 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.31.0