Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/fairseq2/assets/cards/models/qwen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

---

name: qwen25_3b_instruct
model_family: qwen
model_arch: qwen25_3b
model_config:
_set_:
max_seq_len: 32768
checkpoint: "hg://qwen/qwen2.5-3b-instruct"
tokenizer: "hg://qwen/qwen2.5-3b-instruct"
tokenizer_family: qwen
use_im_end: true

---

name: qwen25_7b
model_family: qwen
model_arch: qwen25_7b
Expand Down
Loading