lorenzoscottb commited on
Commit
2ba29c1
1 Parent(s): 084a130

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: t5-base-DreamBank-Generation-Char
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
+ # t5-base-DreamBank-Generation-Char
16
+
17
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3136
20
+ - Rouge1: 0.8455
21
+ - Rouge2: 0.7789
22
+ - Rougel: 0.8282
23
+ - Rougelsum: 0.8432
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | No log | 1.0 | 24 | 0.4863 | 0.7670 | 0.6655 | 0.7575 | 0.7634 |
56
+ | No log | 2.0 | 48 | 0.4284 | 0.6870 | 0.5207 | 0.6846 | 0.6875 |
57
+ | No log | 3.0 | 72 | 0.3541 | 0.7659 | 0.6742 | 0.7600 | 0.7625 |
58
+ | No log | 4.0 | 96 | 0.3211 | 0.8147 | 0.7251 | 0.7965 | 0.8078 |
59
+ | No log | 5.0 | 120 | 0.3103 | 0.8400 | 0.7747 | 0.8313 | 0.8371 |
60
+ | No log | 6.0 | 144 | 0.3220 | 0.8538 | 0.7867 | 0.8285 | 0.8515 |
61
+ | No log | 7.0 | 168 | 0.3047 | 0.8609 | 0.7956 | 0.8476 | 0.8578 |
62
+ | No log | 8.0 | 192 | 0.3106 | 0.8574 | 0.7836 | 0.8401 | 0.8509 |
63
+ | No log | 9.0 | 216 | 0.3054 | 0.8532 | 0.7857 | 0.8378 | 0.8481 |
64
+ | No log | 10.0 | 240 | 0.3136 | 0.8455 | 0.7789 | 0.8282 | 0.8432 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.25.1
70
+ - Pytorch 1.12.1
71
+ - Datasets 2.5.1
72
+ - Tokenizers 0.12.1