Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,12 @@ More information needed
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
+
The model was fine tuned on a dataset of 1000+ quarterly 13F reports. It is intended for use with automating the
|
38 |
+
generation of summaries of articles before they are published. This allows you to put in a TL;DR summary without
|
39 |
+
having to write one on your own.
|
40 |
+
|
41 |
+
NOTE: The HuggingFace hosted Inference API interface takes the default parameters and so only outputs about 20
|
42 |
+
words of text. To get a full summary, use the Inference API directly and pass in max_length=120 or so.
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|