Update README.md
Browse files
README.md
CHANGED
@@ -51,15 +51,15 @@ It achieves the following results on the evaluation set:
|
|
51 |
|
52 |
## Intended uses & limitations
|
53 |
|
54 |
-
This is just a base model/example
|
55 |
|
56 |
-
Additionally, this was trained on a dataset of **only** instructions+outputs with the `inputs` filtered out
|
57 |
|
58 |
## Training and evaluation data
|
59 |
|
60 |
See the linked dataset `pszemraj/fleece2instructions` - it is a filtered/formatted version of `tatsu-lab/alpaca` to generate instructions for arbitrary text.
|
61 |
|
62 |
-
-
|
63 |
|
64 |
## Training procedure
|
65 |
|
|
|
51 |
|
52 |
## Intended uses & limitations
|
53 |
|
54 |
+
This is just a base model/example. There is likely to be even better performance with larger models.
|
55 |
|
56 |
+
Additionally, this was trained on a dataset of **only** instructions+outputs, with the `inputs` filtered out. This means that text of *1) cookies and cream 2) chocolate chip 3) mint chip 4) oreo* will **not** get you *"Rank the following ice cream flavors: oreo, mint chip, chocolate chip, cookies and cream"*.
|
57 |
|
58 |
## Training and evaluation data
|
59 |
|
60 |
See the linked dataset `pszemraj/fleece2instructions` - it is a filtered/formatted version of `tatsu-lab/alpaca` to generate instructions for arbitrary text.
|
61 |
|
62 |
+
- Some of the API examples are intentionally weird to demonstrate the generalizability of the model.
|
63 |
|
64 |
## Training procedure
|
65 |
|