e22vvb commited on
Commit
2aa8840
1 Parent(s): 53c6e5a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ALL_bart_15_spider_new2
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ALL_bart_15_spider_new2
14
+
15
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4402
18
+ - Rouge2 Precision: 0.4522
19
+ - Rouge2 Recall: 0.3179
20
+ - Rouge2 Fmeasure: 0.3513
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 30
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 15
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | 0.7693 | 1.0 | 647 | 0.3306 | 0.3852 | 0.2571 | 0.2875 |
52
+ | 0.166 | 2.0 | 1294 | 0.3361 | 0.3785 | 0.2577 | 0.2858 |
53
+ | 0.1247 | 3.0 | 1941 | 0.3572 | 0.4176 | 0.2801 | 0.3132 |
54
+ | 0.0844 | 4.0 | 2588 | 0.3678 | 0.4189 | 0.2882 | 0.32 |
55
+ | 0.0711 | 5.0 | 3235 | 0.3778 | 0.4313 | 0.3021 | 0.3338 |
56
+ | 0.0619 | 6.0 | 3882 | 0.3928 | 0.4335 | 0.3012 | 0.3337 |
57
+ | 0.0474 | 7.0 | 4529 | 0.3987 | 0.4415 | 0.3064 | 0.3395 |
58
+ | 0.041 | 8.0 | 5176 | 0.4098 | 0.4289 | 0.2963 | 0.3288 |
59
+ | 0.0371 | 9.0 | 5823 | 0.4180 | 0.4404 | 0.3134 | 0.3447 |
60
+ | 0.0331 | 10.0 | 6470 | 0.4197 | 0.4359 | 0.3055 | 0.3375 |
61
+ | 0.0268 | 11.0 | 7117 | 0.4272 | 0.4406 | 0.3084 | 0.3409 |
62
+ | 0.025 | 12.0 | 7764 | 0.4337 | 0.4424 | 0.3105 | 0.3427 |
63
+ | 0.0229 | 13.0 | 8411 | 0.4355 | 0.4383 | 0.3104 | 0.3416 |
64
+ | 0.0198 | 14.0 | 9058 | 0.4391 | 0.4471 | 0.3157 | 0.3481 |
65
+ | 0.0187 | 15.0 | 9705 | 0.4402 | 0.4522 | 0.3179 | 0.3513 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 2.0.1+cu117
72
+ - Datasets 2.14.7.dev0
73
+ - Tokenizers 0.13.3