zhichaowang commited on
Commit
58fe84d
·
verified ·
1 Parent(s): 82b72c1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,9 +4,9 @@
4
  ],
5
  "attention_dropout": 0.0,
6
  "base_model_name_or_path": "../models/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B/",
7
- "base_model_type": "autodeco",
8
  "bos_token_id": 151643,
9
- "dtype": "float32",
10
  "enable_temperature_head": true,
11
  "enable_top_p_head": true,
12
  "eos_token_id": 151643,
 
4
  ],
5
  "attention_dropout": 0.0,
6
  "base_model_name_or_path": "../models/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B/",
7
+ "base_model_type": "qwen2",
8
  "bos_token_id": 151643,
9
+ "dtype": "bfloat16",
10
  "enable_temperature_head": true,
11
  "enable_top_p_head": true,
12
  "eos_token_id": 151643,