todo(15): in-progress
build_masked_example normalises apply_chat_template's BatchEncoding (transformers 5.x) and list[int] (4.x) returns via a _render_ids helper; a BatchEncoding-returning fake tokenizer produces the same mask as the list-returning one (regression test added); existing tests pass; mypy strict clean; verified end-to-end on the box that sekft-train --inspect produces a correct assistant-only mask against Mistral.
This commit is contained in:
parent
01e4d75237
commit
7853224796
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -255,7 +255,7 @@ Content-Type: application/issue
|
|||
ID: 15
|
||||
Type: bugfix
|
||||
Title: apply_chat_template returns BatchEncoding on transformers 5.x
|
||||
Status: open
|
||||
Status: in-progress
|
||||
Priority: high
|
||||
Created: 2026-06-18
|
||||
Module: sekft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue