TechxGenus
commited on
Commit
•
f7edb91
1
Parent(s):
a97289f
Upload README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ With text-generation pipeline:
|
|
45 |
```python
|
46 |
from transformers import pipeline
|
47 |
import torch
|
48 |
-
PROMPT = """
|
49 |
{instruction}
|
50 |
### Response
|
51 |
"""
|
|
|
45 |
```python
|
46 |
from transformers import pipeline
|
47 |
import torch
|
48 |
+
PROMPT = """### Instruction
|
49 |
{instruction}
|
50 |
### Response
|
51 |
"""
|