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

Fix char typo in README

Browse files
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>"