Simon Salmon commited on
Commit ·
fd27130
1
Parent(s): 6379af1
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ HuggingFace is an (
|
|
| 21 |
|
| 22 |
```
|
| 23 |
import torch
|
| 24 |
-
prompt = "Insert Your Prompt Here. It is Best To Have a Few Examples Before Like The Example Prompt Shows"
|
| 25 |
text = tokenizer.encode(prompt)
|
| 26 |
myinput, past_key_values = torch.tensor([text]), None
|
| 27 |
myinput = myinput
|
|
|
|
| 21 |
|
| 22 |
```
|
| 23 |
import torch
|
| 24 |
+
prompt = "Insert Your Prompt Here. It is Best To Have a Few Examples Before Like The Example Prompt Shows."
|
| 25 |
text = tokenizer.encode(prompt)
|
| 26 |
myinput, past_key_values = torch.tensor([text]), None
|
| 27 |
myinput = myinput
|