kaifanli commited on
Commit
de4e8c4
1 Parent(s): b8193b3

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
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: bart-base-japanese-tobyoki-pairwise-wo_space
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bart-base-japanese-tobyoki-pairwise-wo_space
16
+
17
+ This model is a fine-tuned version of [ku-nlp/bart-base-japanese](https://huggingface.co/ku-nlp/bart-base-japanese) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.2694
20
+ - Rouge1: 18.7407
21
+ - Rouge2: 3.1211
22
+ - Rougel: 10.9379
23
+ - Rougelsum: 15.8203
24
+ - Gen Len: 95.0245
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5.0
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
+ | 0.7833 | 1.0 | 2025 | 2.5751 | 16.3343 | 1.2888 | 11.0128 | 15.2802 | 65.3776 |
56
+ | 0.3308 | 2.0 | 4050 | 2.9423 | 17.9514 | 2.8091 | 10.9133 | 15.4068 | 91.6503 |
57
+ | 0.2302 | 3.0 | 6075 | 3.0625 | 16.1453 | 3.0026 | 10.272 | 14.0716 | 77.1993 |
58
+ | 0.1576 | 4.0 | 8100 | 3.2308 | 17.8409 | 2.9937 | 10.8765 | 15.6203 | 88.3986 |
59
+ | 0.1055 | 5.0 | 10125 | 3.2694 | 18.7407 | 3.1211 | 10.9379 | 15.8203 | 95.0245 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.30.0
65
+ - Pytorch 2.0.1+cu117
66
+ - Datasets 2.14.4
67
+ - Tokenizers 0.13.3