Merge pull request #1441 from codeflash-ai/NLTK-corpus-improvement

Nltk corpus improvement
This commit is contained in:
Kevin Turcios 2025-02-04 17:53:48 -05:00 committed by GitHub
commit b2ad710a5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 15 deletions

File diff suppressed because one or more lines are too long

View file

@ -271,7 +271,7 @@ def optimizations_postprocessing_pipeline(
equality_check,
dedup_and_sort_imports,
cleanup_explanations,
degibberization_pipeline,
# degibberization_pipeline, # with newer models, the context window is large enough to not need this, restore if needed
filter_ellipsis_containing_code,
]