rajatsainju2025/code-explainer
Add tests for seq2seq tokenization and causal masking
Aberta
#2 aberto em 8 de ago. de 2025
good first issuehelp wanted
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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.