ParastooC commited on
Commit
05b8e40
1 Parent(s): 9f77948

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
+ model-index:
7
+ - name: t5_clinical_SA
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
+ # t5_clinical_SA
15
+
16
+ This model is a fine-tuned version of [luqh/ClinicalT5-base](https://huggingface.co/luqh/ClinicalT5-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4740
19
+ - Rouge1: 0.2395
20
+ - Rouge2: 0.0748
21
+ - Rougel: 0.2314
22
+ - Rougelsum: 0.2315
23
+ - Gen Len: 10.3363
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: 2e-05
43
+ - train_batch_size: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 12
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
54
+ | 2.1954 | 1.0 | 527 | 0.5438 | 0.0035 | 0.0 | 0.0035 | 0.0035 | 0.1504 |
55
+ | 0.5373 | 2.0 | 1054 | 0.5078 | 0.1198 | 0.0337 | 0.1153 | 0.1155 | 11.0796 |
56
+ | 0.5116 | 3.0 | 1581 | 0.4901 | 0.1741 | 0.0618 | 0.1682 | 0.1709 | 11.6549 |
57
+ | 0.4576 | 4.0 | 2108 | 0.4798 | 0.1725 | 0.0576 | 0.1698 | 0.1728 | 12.1416 |
58
+ | 0.4626 | 5.0 | 2635 | 0.4758 | 0.2184 | 0.0723 | 0.2133 | 0.215 | 10.4867 |
59
+ | 0.435 | 6.0 | 3162 | 0.4765 | 0.2343 | 0.0796 | 0.2234 | 0.2245 | 10.6195 |
60
+ | 0.4018 | 7.0 | 3689 | 0.4746 | 0.2281 | 0.0765 | 0.2199 | 0.2206 | 10.0442 |
61
+ | 0.4046 | 8.0 | 4216 | 0.4711 | 0.2452 | 0.0769 | 0.2317 | 0.2329 | 11.0531 |
62
+ | 0.4128 | 9.0 | 4743 | 0.4726 | 0.2358 | 0.0712 | 0.2269 | 0.2276 | 10.6106 |
63
+ | 0.3885 | 10.0 | 5270 | 0.4734 | 0.2362 | 0.0719 | 0.2281 | 0.2284 | 10.5664 |
64
+ | 0.4003 | 11.0 | 5797 | 0.4738 | 0.243 | 0.08 | 0.235 | 0.2351 | 10.2655 |
65
+ | 0.362 | 12.0 | 6324 | 0.4740 | 0.2395 | 0.0748 | 0.2314 | 0.2315 | 10.3363 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.1
71
+ - Pytorch 1.13.1+cu116
72
+ - Datasets 2.10.1
73
+ - Tokenizers 0.13.2