zeekay commited on
Commit
40b64b0
·
verified ·
1 Parent(s): 1688fe0

Fix config: Update to Qwen3-Coder-32B (remove Qwen2.5 refs)

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "architectures": [
3
- "Qwen2ForCausalLM"
4
  ],
5
- "model_type": "qwen2",
6
  "torch_dtype": "bfloat16",
7
  "transformers_version": "4.44.2",
8
  "vocab_size": 151936,
 
1
  {
2
  "architectures": [
3
+ "Qwen3ForCausalLM"
4
  ],
5
+ "model_type": "qwen3",
6
  "torch_dtype": "bfloat16",
7
  "transformers_version": "4.44.2",
8
  "vocab_size": 151936,