Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ A typical usage flow:
|
|
| 53 |
import transformers
|
| 54 |
import torch
|
| 55 |
|
| 56 |
-
model_id = "/
|
| 57 |
|
| 58 |
pipeline = transformers.pipeline(
|
| 59 |
"text-generation",
|
|
|
|
| 53 |
import transformers
|
| 54 |
import torch
|
| 55 |
|
| 56 |
+
model_id = "ByteDance-Seed/Seed-Coder-8B-Base"
|
| 57 |
|
| 58 |
pipeline = transformers.pipeline(
|
| 59 |
"text-generation",
|