yuyuzhang commited on
Commit
4130100
·
verified ·
1 Parent(s): 535bf0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ print(output[0]["generated_text"])
83
 
84
  Seed-Coder-8B-Base natively supports **Fill-in-the-Middle (FIM)** tasks, where the model is given a prefix and a suffix and asked to predict the missing middle content. This allows for code infilling scenarios such as completing a function body or inserting missing logic between two pieces of code.
85
 
86
- A typical usage flow:
87
 
88
  ```python
89
  import transformers
 
83
 
84
  Seed-Coder-8B-Base natively supports **Fill-in-the-Middle (FIM)** tasks, where the model is given a prefix and a suffix and asked to predict the missing middle content. This allows for code infilling scenarios such as completing a function body or inserting missing logic between two pieces of code.
85
 
86
+ A typical example:
87
 
88
  ```python
89
  import transformers