jiaoqsh commited on
Commit
05c6d61
1 Parent(s): 9db8ecc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mbart-large-50-finetuned-stocks-event-3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mbart-large-50-finetuned-stocks-event-3
17
+
18
+ This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-50) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2914
21
+ - Rouge1: 0.0
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.0
24
+ - Rougelsum: 0.0
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: 5.6e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 8
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 5.4797 | 1.0 | 29 | 1.7775 | 0.0 | 0.0 | 0.0 | 0.0 |
56
+ | 0.5482 | 2.0 | 58 | 0.6397 | 0.0 | 0.0 | 0.0 | 0.0 |
57
+ | 0.3064 | 3.0 | 87 | 0.3303 | 0.0 | 0.0 | 0.0 | 0.0 |
58
+ | 0.1991 | 4.0 | 116 | 0.2728 | 0.0 | 0.0 | 0.0 | 0.0 |
59
+ | 0.1673 | 5.0 | 145 | 0.2764 | 0.0 | 0.0 | 0.0 | 0.0 |
60
+ | 0.1513 | 6.0 | 174 | 0.3056 | 0.0 | 0.0 | 0.0 | 0.0 |
61
+ | 0.145 | 7.0 | 203 | 0.2939 | 0.0 | 0.0 | 0.0 | 0.0 |
62
+ | 0.0741 | 8.0 | 232 | 0.2914 | 0.0 | 0.0 | 0.0 | 0.0 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.1
68
+ - Pytorch 1.13.1+cu116
69
+ - Datasets 2.9.0
70
+ - Tokenizers 0.13.2