yuyuzhang commited on
Commit
ebf3620
·
verified ·
1 Parent(s): 9902097

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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: 32,768
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