Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ This repo contains the **Seed-Coder-8B-Reasoning** model, which has the followin
|
|
42 |
- Type: Causal language models
|
43 |
- Training Stage: Pretraining & Post-training
|
44 |
- Data Source: Public datasets
|
45 |
-
- Context Length:
|
46 |
|
47 |
|
48 |
## Model Downloads
|
@@ -51,6 +51,7 @@ This repo contains the **Seed-Coder-8B-Reasoning** model, which has the followin
|
|
51 |
| Seed-Coder-8B-Base | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base) | Pretrained on our model-centric code data. |
|
52 |
| Seed-Coder-8B-Instruct | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Instruct) | Instruction-tuned for alignment with user intent. |
|
53 |
| 👉 **Seed-Coder-8B-Reasoning** | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning) | RL trained to boost reasoning capabilities. |
|
|
|
54 |
|
55 |
|
56 |
## Requirements
|
|
|
42 |
- Type: Causal language models
|
43 |
- Training Stage: Pretraining & Post-training
|
44 |
- Data Source: Public datasets
|
45 |
+
- Context Length: 65,536
|
46 |
|
47 |
|
48 |
## Model Downloads
|
|
|
51 |
| Seed-Coder-8B-Base | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base) | Pretrained on our model-centric code data. |
|
52 |
| Seed-Coder-8B-Instruct | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Instruct) | Instruction-tuned for alignment with user intent. |
|
53 |
| 👉 **Seed-Coder-8B-Reasoning** | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning) | RL trained to boost reasoning capabilities. |
|
54 |
+
| Seed-Coder-8B-Reasoning (bf16) | 32K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning-bf16) | RL trained to boost reasoning capabilities. This is the **bf16 version**. |
|
55 |
|
56 |
|
57 |
## Requirements
|