Update README.md
Browse files
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
|
| 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
|