yuyuzhang commited on
Commit
90598cf
·
verified ·
1 Parent(s): 7935afb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -18,13 +18,11 @@ We are thrilled to introduce Seed-Coder, a powerful, transparent, and parameter-
18
  ## Highlight
19
 
20
 
21
- Seed-Coder-8B-Base is an 8-billion-parameter foundation model tailored for code understanding and generation. It is designed to provide developers with a powerful, general-purpose code model capable of handling a wide range of coding tasks. It features:
22
- - Pretrained on a massively curated corpus, filtered using **LLM-based techniques** to ensure high-quality real-world code, resulting in cleaner and more effective learning signals.
23
- - Excels at code completion and supports Fill-in-the-Middle (FIM) tasks, enabling it to predict missing code spans given partial contexts.
24
- - Robust performance across various programming languages, making it ideal for downstream finetuning or direct use in code generation systems.
25
- - Long-context support up to 32K tokens, enabling it to handle large codebases, multi-file projects, and extended editing tasks.
26
-
27
- Seed-Coder-8B-Base serves as the foundation for Seed-Coder-8B-Instruct and Seed-Coder-8B-reasoning.
28
 
29
 
30
 
 
18
  ## Highlight
19
 
20
 
21
+ Seed-Coder-8B-Base is an 8-billion-parameter foundation model tailored for code understanding and generation. It features:
22
+ - Pretrained on a massively curated corpus, filtered using **LLM-based techniques** to ensure high-quality real-world code.
23
+ - Excels at code completion and supports Fill-in-the-Middle (FIM) tasks.
24
+ - Robust performance across various programming languages.
25
+ - Long-context support up to 32K tokens.
 
 
26
 
27
 
28