Fix char typo in README (#20)
Browse files- Fix char typo in README (5da99123c4a54aeb013a9eda0f4f8b5ff37cd0d5)
Co-authored-by: Romain Rigaux <iquery@users.noreply.huggingface.co>
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>"
|