Skip to content

Commit d806bee

Browse files
Jacklanchantin/add qwen25 3b instruct (#1234)
* add new args for reward_handler.create * add qwen25_3b * increase max seq len * revert online_dpo
1 parent 11a8e5f commit d806bee

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/fairseq2/assets/cards/models/qwen.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
---
8+
9+
name: qwen25_3b_instruct
10+
model_family: qwen
11+
model_arch: qwen25_3b
12+
model_config:
13+
_set_:
14+
max_seq_len: 32768
15+
checkpoint: "hg://qwen/qwen2.5-3b-instruct"
16+
tokenizer: "hg://qwen/qwen2.5-3b-instruct"
17+
tokenizer_family: qwen
18+
use_im_end: true
19+
20+
---
21+
722
name: qwen25_7b
823
model_family: qwen
924
model_arch: qwen25_7b

0 commit comments

Comments
 (0)