lorenzoscottb commited on
Commit
d944130
·
1 Parent(s): 5ec99b9

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-NER-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-NER-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.4674
20
+ - Rouge1: 0.7853
21
+ - Rouge2: 0.6927
22
+ - Rougel: 0.7564
23
+ - Rougelsum: 0.7565
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: 16
44
+ - eval_batch_size: 16
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 | 93 | 0.6486 | 0.5936 | 0.4495 | 0.5705 | 0.5701 |
56
+ | No log | 2.0 | 186 | 0.5363 | 0.7196 | 0.6020 | 0.6990 | 0.6983 |
57
+ | No log | 3.0 | 279 | 0.4391 | 0.7568 | 0.6459 | 0.7235 | 0.7244 |
58
+ | No log | 4.0 | 372 | 0.4223 | 0.7751 | 0.6748 | 0.7473 | 0.7477 |
59
+ | No log | 5.0 | 465 | 0.4266 | 0.7789 | 0.6746 | 0.7512 | 0.7522 |
60
+ | 0.6336 | 6.0 | 558 | 0.4296 | 0.7810 | 0.6790 | 0.7537 | 0.7539 |
61
+ | 0.6336 | 7.0 | 651 | 0.4400 | 0.7798 | 0.6808 | 0.7537 | 0.7543 |
62
+ | 0.6336 | 8.0 | 744 | 0.4497 | 0.7749 | 0.6821 | 0.7471 | 0.7481 |
63
+ | 0.6336 | 9.0 | 837 | 0.4661 | 0.7828 | 0.6910 | 0.7554 | 0.7563 |
64
+ | 0.6336 | 10.0 | 930 | 0.4674 | 0.7853 | 0.6927 | 0.7564 | 0.7565 |
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