marcus2000 commited on
Commit
48efaaf
1 Parent(s): eb22ec2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: TextRank_Longformer
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # TextRank_Longformer
14
+
15
+ This model is a fine-tuned version of [hyesunyun/update-summarization-bart-large-longformer](https://huggingface.co/hyesunyun/update-summarization-bart-large-longformer) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 2.7145
18
+ - eval_rouge1: 17.8877
19
+ - eval_rouge2: 4.4572
20
+ - eval_rougeL: 12.5184
21
+ - eval_rougeLsum: 13.8276
22
+ - eval_gen_len: 108.16
23
+ - eval_runtime: 224.8675
24
+ - eval_samples_per_second: 0.111
25
+ - eval_steps_per_second: 0.111
26
+ - epoch: 0.18
27
+ - step: 11
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 1
48
+ - eval_batch_size: 1
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 4
51
+ - total_train_batch_size: 4
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 1
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.29.2
60
+ - Pytorch 2.0.1+cu118
61
+ - Datasets 2.12.0
62
+ - Tokenizers 0.13.3