jy60 commited on
Commit
858c826
1 Parent(s): 8815915

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - hotpot_qa
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: bart-qg-finetuned-hotpotqa
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: hotpot_qa
16
+ type: hotpot_qa
17
+ config: distractor
18
+ split: train
19
+ args: distractor
20
+ metrics:
21
+ - name: Rouge1
22
+ type: rouge
23
+ value: 46.2814
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # bart-qg-finetuned-hotpotqa
30
+
31
+ This model is a fine-tuned version of [p208p2002/bart-squad-qg-hl](https://huggingface.co/p208p2002/bart-squad-qg-hl) on the hotpot_qa dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.0817
34
+ - Rouge1: 46.2814
35
+ - Rouge2: 30.4609
36
+ - Rougel: 42.3385
37
+ - Rougelsum: 42.3741
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5.6e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 3
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
68
+ | 1.3949 | 1.0 | 2500 | 1.1812 | 44.0967 | 28.022 | 40.0397 | 40.0403 |
69
+ | 1.0883 | 2.0 | 5000 | 1.1141 | 44.9629 | 29.1863 | 41.1078 | 41.1684 |
70
+ | 0.8677 | 3.0 | 7500 | 1.0817 | 46.2814 | 30.4609 | 42.3385 | 42.3741 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.24.0
76
+ - Pytorch 1.12.1+cu113
77
+ - Datasets 2.7.1
78
+ - Tokenizers 0.13.2