Update README.md
Browse files
README.md
CHANGED
@@ -14,24 +14,26 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# t5-efficient-tiny-nh8-summarizer
|
16 |
|
17 |
-
This model is a fine-tuned version of [google/t5-efficient-tiny-nh8](https://huggingface.co/google/t5-efficient-tiny-nh8) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.7583
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training procedure
|
34 |
|
|
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
|
|
14 |
|
15 |
# t5-efficient-tiny-nh8-summarizer
|
16 |
|
17 |
+
This model is a fine-tuned version of [google/t5-efficient-tiny-nh8](https://huggingface.co/google/t5-efficient-tiny-nh8) on shorecode/summary-collection-60k-rows.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.7583
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
A general purpose text summarizer
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
+
A general purpose text summarizer
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
+
Trained and evaluated on shorecode/summary-collection-60k-rows
|
32 |
|
33 |
## Training procedure
|
34 |
|
35 |
+
Trained using the Gradio SDK on Hugging Face Spaces using shared Zero GPU(s)
|
36 |
+
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|