din0s commited on
Commit
38fc738
·
1 Parent(s): cc195ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bart-base-asqa-ob
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
+ # bart-base-asqa-ob
14
+
15
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.8291
18
+ - Rougelsum: 13.0645
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-06
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rougelsum |
49
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
50
+ | No log | 1.0 | 355 | 1.9076 | 13.1069 |
51
+ | 2.2336 | 2.0 | 710 | 1.8749 | 13.0551 |
52
+ | 2.048 | 3.0 | 1065 | 1.8580 | 13.1287 |
53
+ | 2.048 | 4.0 | 1420 | 1.8413 | 13.1473 |
54
+ | 2.0003 | 5.0 | 1775 | 1.8451 | 13.1264 |
55
+ | 1.9423 | 6.0 | 2130 | 1.8360 | 13.0959 |
56
+ | 1.9423 | 7.0 | 2485 | 1.8372 | 13.1289 |
57
+ | 1.8894 | 8.0 | 2840 | 1.8275 | 13.1359 |
58
+ | 1.8568 | 9.0 | 3195 | 1.8241 | 13.0983 |
59
+ | 1.8279 | 10.0 | 3550 | 1.8279 | 13.0184 |
60
+ | 1.8279 | 11.0 | 3905 | 1.8275 | 13.1177 |
61
+ | 1.7871 | 12.0 | 4260 | 1.8279 | 13.0871 |
62
+ | 1.7666 | 13.0 | 4615 | 1.8295 | 13.0992 |
63
+ | 1.7666 | 14.0 | 4970 | 1.8291 | 13.0645 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.23.0.dev0
69
+ - Pytorch 1.12.1+cu102
70
+ - Datasets 2.4.0
71
+ - Tokenizers 0.12.1