Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
cakiki iquery commited on
Commit
e464072
1 Parent(s): 636ad0a

Fix char typo in README (#20)

Browse files

- Fix char typo in README (5da99123c4a54aeb013a9eda0f4f8b5ff37cd0d5)


Co-authored-by: Romain Rigaux <iquery@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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/suffic 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>"
 
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>"