lorenzoscottb commited on
Commit
01999ab
1 Parent(s): 29e58e4

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-Emot-EmotNn
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-Emot-EmotNn
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.3559
20
+ - Rouge1: 0.8119
21
+ - Rouge2: 0.2070
22
+ - Rougel: 0.8102
23
+ - Rougelsum: 0.8115
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.5128 | 0.5154 | 0.0562 | 0.5072 | 0.5086 |
56
+ | No log | 2.0 | 48 | 0.3782 | 0.7132 | 0.0145 | 0.7127 | 0.7159 |
57
+ | No log | 3.0 | 72 | 0.3387 | 0.7872 | 0.1712 | 0.7745 | 0.7756 |
58
+ | No log | 4.0 | 96 | 0.3221 | 0.7804 | 0.1598 | 0.7754 | 0.7777 |
59
+ | No log | 5.0 | 120 | 0.3669 | 0.7453 | 0.1330 | 0.7403 | 0.7414 |
60
+ | No log | 6.0 | 144 | 0.3559 | 0.8119 | 0.2070 | 0.8102 | 0.8115 |
61
+ | No log | 7.0 | 168 | 0.3559 | 0.8047 | 0.1895 | 0.8036 | 0.8047 |
62
+ | No log | 8.0 | 192 | 0.3808 | 0.7967 | 0.1925 | 0.7934 | 0.7949 |
63
+ | No log | 9.0 | 216 | 0.3899 | 0.8047 | 0.2127 | 0.8030 | 0.8040 |
64
+ | No log | 10.0 | 240 | 0.3991 | 0.8096 | 0.2247 | 0.8068 | 0.8074 |
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