Commit
·
cd36331
1
Parent(s):
30bb517
Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ Below is an instruction that describes a task. Write a response that appropriate
|
|
| 72 |
|
| 73 |
prompt = "YOUR INSTRUCTION HERE"
|
| 74 |
|
| 75 |
-
output = model(prompt_template.format(instruction=prompt), max_length=2048
|
| 76 |
```
|
| 77 |
|
| 78 |
# Training Details
|
|
|
|
| 72 |
|
| 73 |
prompt = "YOUR INSTRUCTION HERE"
|
| 74 |
|
| 75 |
+
output = model(prompt_template.format(instruction=prompt), max_length=2048)
|
| 76 |
```
|
| 77 |
|
| 78 |
# Training Details
|