rkbulk commited on
Commit
4e0ffa7
·
1 Parent(s): 4ddd8a8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: bart-base-finetuned-poems
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # bart-base-finetuned-poems
15
+
16
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 3.1970
19
+ - eval_rouge1: 16.9107
20
+ - eval_rouge2: 8.1464
21
+ - eval_rougeL: 16.5554
22
+ - eval_rougeLsum: 16.7396
23
+ - eval_runtime: 487.5616
24
+ - eval_samples_per_second: 0.41
25
+ - eval_steps_per_second: 0.051
26
+ - epoch: 2.0
27
+ - step: 200
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: 5.6e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 8
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.24.0
57
+ - Pytorch 1.12.1
58
+ - Datasets 2.7.1
59
+ - Tokenizers 0.13.2