Update README.md
Browse files
README.md
CHANGED
@@ -20,18 +20,20 @@ It achieves the following results on the evaluation set:
|
|
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:
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
A general purpose text summarizer
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
+
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:
|