Yahiael1 commited on
Commit
150a525
1 Parent(s): 9e7ef7d

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
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: mymodel_v2_4
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
+ # mymodel_v2_4
16
+
17
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.1383
20
+ - Rouge1: 0.5107
21
+ - Rouge2: 0.1818
22
+ - Rougel: 0.4557
23
+ - Rougelsum: 0.4753
24
+ - Gen Len: 19.4327
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: 0.0001
44
+ - train_batch_size: 10
45
+ - eval_batch_size: 10
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 111 | 1.6651 | 1.0836 | 0.9742 | 1.076 | 1.0681 | 19.4 |
57
+ | No log | 2.0 | 222 | 1.6632 | 0.5545 | 0.3924 | 0.5312 | 0.5302 | 19.5855 |
58
+ | No log | 3.0 | 333 | 1.7607 | 0.7463 | 0.5905 | 0.7663 | 0.7512 | 19.6982 |
59
+ | No log | 4.0 | 444 | 1.8583 | 0.8352 | 0.7153 | 0.8546 | 0.8534 | 19.7018 |
60
+ | 1.4574 | 5.0 | 555 | 1.9357 | 0.659 | 0.6196 | 0.6745 | 0.6962 | 19.3273 |
61
+ | 1.4574 | 6.0 | 666 | 2.0241 | 0.4785 | 0.4545 | 0.4878 | 0.4997 | 19.6036 |
62
+ | 1.4574 | 7.0 | 777 | 2.0663 | 0.2327 | 0.1818 | 0.2741 | 0.2741 | 19.2327 |
63
+ | 1.4574 | 8.0 | 888 | 2.0969 | 0.3755 | 0.2916 | 0.3915 | 0.3956 | 19.4545 |
64
+ | 1.4574 | 9.0 | 999 | 2.1291 | 0.7743 | 0.5592 | 0.7473 | 0.7881 | 19.3964 |
65
+ | 0.3529 | 10.0 | 1110 | 2.1383 | 0.5107 | 0.1818 | 0.4557 | 0.4753 | 19.4327 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.28.1
71
+ - Pytorch 2.0.0
72
+ - Datasets 2.1.0
73
+ - Tokenizers 0.13.3