rajatsainju2025/code-explainer
Add tests for seq2seq tokenization and causal masking
开放
#2 创建于 2025年8月8日
good first issuehelp wanted
仓库指标
- 星标
- (1 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Write unit tests covering:\n- Seq2seq preprocessing: source/target tokenization, -100 label masking for pad tokens.\n- Causal preprocessing: prompt masking (-100) and padding masking.\nUse tiny configs to avoid large downloads. Ensure tests run in CI.