config(example): increase extract-entities max_tokens to 8000
Chapters with many pre-existing entities were still truncating at 6000 tokens because the LLM needs space to output the full list of candidates even when most are skipped. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
368571905a
commit
679f482e49
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pipeline:
|
|||
output_dir: output/entities
|
||||
output_macro: entities
|
||||
split_entities: true
|
||||
max_tokens: 6000
|
||||
max_tokens: 8000
|
||||
macros:
|
||||
extraction_rules: artifacts/guidelines/extraction-rules.md
|
||||
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue