bthomas commited on
Commit
c4d59e3
·
1 Parent(s): 19c8b4e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: article2KW_test1_barthez-orangesum-title_finetuned_for_summurization
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
+ # article2KW_test1_barthez-orangesum-title_finetuned_for_summurization
17
+
18
+ This model is a fine-tuned version of [moussaKam/barthez-orangesum-title](https://huggingface.co/moussaKam/barthez-orangesum-title) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2895
21
+ - Rouge1: 0.2048
22
+ - Rouge2: 0.0600
23
+ - Rougel: 0.2053
24
+ - Rougelsum: 0.2057
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: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 0.4512 | 1.0 | 3368 | 0.3433 | 0.2030 | 0.0642 | 0.2037 | 0.2033 |
56
+ | 0.3162 | 2.0 | 6736 | 0.3051 | 0.2109 | 0.0681 | 0.2110 | 0.2111 |
57
+ | 0.264 | 3.0 | 10104 | 0.2895 | 0.2048 | 0.0600 | 0.2053 | 0.2057 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.18.0
63
+ - Pytorch 1.11.0
64
+ - Datasets 2.3.2
65
+ - Tokenizers 0.11.0