roborovski
commited on
Commit
•
cb25f49
1
Parent(s):
d67425c
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# SuperPrompt
|
@@ -29,6 +37,8 @@ print(tokenizer.decode(outputs[0]))
|
|
29 |
|
30 |
```
|
31 |
|
|
|
|
|
32 |
|
33 |
## Examples
|
34 |
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
|
5 |
+
tags:
|
6 |
+
- text2text-generation
|
7 |
+
|
8 |
+
widget:
|
9 |
+
- text: 'Expand the following prompt to add more detail: A sheep driving a red car'
|
10 |
+
example_title: Prompt Upsampling
|
11 |
+
license: mit
|
12 |
---
|
13 |
|
14 |
# SuperPrompt
|
|
|
37 |
|
38 |
```
|
39 |
|
40 |
+
It's important that you use the exact task prefix: `Expand the following prompt to add more detail:` and limit the max tokens to 77.
|
41 |
+
|
42 |
|
43 |
## Examples
|
44 |
|