Commit
·
c26c4e8
1
Parent(s):
8c0e00b
update model card README.md
Browse files
README.md
CHANGED
@@ -3,17 +3,20 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
model-index:
|
8 |
- name: t5-small-medicalnews-summarization
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
-
This model
|
|
|
13 |
|
14 |
# t5-small-medicalnews-summarization
|
15 |
|
16 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -32,7 +35,7 @@ More information needed
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
-
- learning_rate:
|
36 |
- train_batch_size: 16
|
37 |
- eval_batch_size: 16
|
38 |
- seed: 42
|
@@ -45,12 +48,12 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.
|
54 |
- Pytorch 1.12.0+cu113
|
55 |
- Datasets 2.4.0
|
56 |
- Tokenizers 0.12.1
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- cnn_dailymail
|
7 |
model-index:
|
8 |
- name: t5-small-medicalnews-summarization
|
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-small-medicalnews-summarization
|
16 |
|
17 |
+
This model is a fine-tuned version of [weijiahaha/t5-small-medicalnews-summarization](https://huggingface.co/weijiahaha/t5-small-medicalnews-summarization) on the cnn_dailymail dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.6477
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0002
|
39 |
- train_batch_size: 16
|
40 |
- eval_batch_size: 16
|
41 |
- seed: 42
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 1.9195 | 1.0 | 718 | 1.6477 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
+
- Transformers 4.21.1
|
57 |
- Pytorch 1.12.0+cu113
|
58 |
- Datasets 2.4.0
|
59 |
- Tokenizers 0.12.1
|