Fix char typo in README
Browse files
README.md
CHANGED
@@ -236,7 +236,7 @@ print(tokenizer.decode(outputs[0]))
|
|
236 |
```
|
237 |
|
238 |
### Fill-in-the-middle
|
239 |
-
Fill-in-the-middle uses special tokens to identify the prefix/middle/
|
240 |
|
241 |
```python
|
242 |
input_text = "<fim-prefix>def print_hello_world():\n <fim-suffix>\n print('Hello world!')<fim-middle>"
|
|
|
236 |
```
|
237 |
|
238 |
### Fill-in-the-middle
|
239 |
+
Fill-in-the-middle uses special tokens to identify the prefix/middle/suffix part of the input and output:
|
240 |
|
241 |
```python
|
242 |
input_text = "<fim-prefix>def print_hello_world():\n <fim-suffix>\n print('Hello world!')<fim-middle>"
|