teknium commited on
Commit
8e80175
·
1 Parent(s): d043469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ text = tokenizer.batch_decode(outputs)[0]
45
  print(text)
46
  ```
47
 
48
- The prompt format is ShareGPT/Vicuna, so it uses the sysprompt (defualt in sysprompt variable)
49
  then is prompted like so:
50
 
51
  ```
 
45
  print(text)
46
  ```
47
 
48
+ The prompt format is Alpaca,
49
  then is prompted like so:
50
 
51
  ```