fix typo
Browse files
README.md
CHANGED
@@ -118,7 +118,7 @@ with torch.no_grad():
|
|
118 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
119 |
```
|
120 |
|
121 |
-
### Prompt
|
122 |
|
123 |
Due to training with a specialized prompt format, **natural language is not supported**.
|
124 |
|
|
|
118 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
119 |
```
|
120 |
|
121 |
+
### Prompt guide
|
122 |
|
123 |
Due to training with a specialized prompt format, **natural language is not supported**.
|
124 |
|