Update README.md
Browse files
README.md
CHANGED
@@ -50,8 +50,8 @@ This repo contains the **Seed-Coder-8B-Instruct** model, which has the following
|
|
50 |
|---------------------------------------------------------|--------|------------------------------------|-----------------------|
|
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 |
|
54 |
-
| Seed-Coder-8B-Reasoning
|
55 |
|
56 |
## Requirements
|
57 |
You will need to install the latest versions of `transformers` and `accelerate`:
|
|
|
50 |
|---------------------------------------------------------|--------|------------------------------------|-----------------------|
|
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 | 64K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning) | RL trained to boost reasoning capabilities. |
|
54 |
+
| Seed-Coder-8B-Reasoning-bf16 | 64K | 🤗 [Model](https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Reasoning-bf16) | RL trained to boost reasoning capabilities. |
|
55 |
|
56 |
## Requirements
|
57 |
You will need to install the latest versions of `transformers` and `accelerate`:
|