chinhon commited on
Commit
56a7189
1 Parent(s): 5cfe274

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
+ model-index:
7
+ - name: bart-large-chinese-cnhdwriter
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bart-large-chinese-cnhdwriter
15
+
16
+ This model is a fine-tuned version of [fnlp/bart-large-chinese](https://huggingface.co/fnlp/bart-large-chinese) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.7252
19
+ - Rouge1: 15.5844
20
+ - Rouge2: 2.1522
21
+ - Rougel: 15.5443
22
+ - Rougelsum: 15.5603
23
+ - Gen Len: 19.3469
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 5
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
+ | 1.2431 | 1.0 | 32000 | 1.1646 | 15.6512 | 2.0244 | 15.6212 | 15.6283 | 18.7906 |
56
+ | 0.8739 | 2.0 | 64000 | 1.1694 | 15.5784 | 2.255 | 15.5413 | 15.5504 | 19.2405 |
57
+ | 0.6178 | 3.0 | 96000 | 1.2520 | 15.5932 | 2.2286 | 15.5458 | 15.5546 | 19.3576 |
58
+ | 0.4016 | 4.0 | 128000 | 1.5014 | 15.3701 | 2.0511 | 15.3595 | 15.3654 | 19.2426 |
59
+ | 0.235 | 5.0 | 160000 | 1.7252 | 15.5844 | 2.1522 | 15.5443 | 15.5603 | 19.3469 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.15.0
65
+ - Pytorch 1.10.0+cu111
66
+ - Datasets 1.17.0
67
+ - Tokenizers 0.10.3