Skip to content

Commit

Permalink
Refactor .gitignore and requirements.txt
Browse files Browse the repository at this point in the history
Ignore benchmark directories in .gitignore file and add NLTK, rouge-score, and evaluate to requirements.txt for scoring and validation.
  • Loading branch information
leonvanbokhorst committed Nov 5, 2024
1 parent 4461618 commit 7c26423
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/lora*
.pytest_cache/
.benchmarks/
benchmark*/
complaint*/
wandb/
.wandb/
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ pydantic
# Optional - for testing
pytest

# BLEU score
nltk

# ROUGE score
rouge-score

# Validation
evaluate
Loading

0 comments on commit 7c26423

Please sign in to comment.