TechxGenus commited on
Commit
f7edb91
1 Parent(s): a97289f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ With text-generation pipeline:
45
  ```python
46
  from transformers import pipeline
47
  import torch
48
- PROMPT = """<bos>### Instruction
49
  {instruction}
50
  ### Response
51
  """
 
45
  ```python
46
  from transformers import pipeline
47
  import torch
48
+ PROMPT = """### Instruction
49
  {instruction}
50
  ### Response
51
  """