diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f17eacf..51a7eef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: rev: v4.6.0 hooks: - id: check-added-large-files # Prevent giant files from being committed. - args: ['--maxkb=60000'] # default 500kb + args: ['--maxkb=500'] # default 500kb - id: check-ast # Simply check whether files parse as valid python. - id: check-json # Attempts to load all json files to verify syntax. - id: check-merge-conflict diff --git a/docs/internal_project_evaluation.md b/docs/internal_project_evaluation.md index 49da98f..2bc3063 100644 --- a/docs/internal_project_evaluation.md +++ b/docs/internal_project_evaluation.md @@ -2,7 +2,7 @@ Reference: The [evaluation criteria](https://github.com/DataTalksClub/llm-zoomcamp/blob/main/project.md#evaluation-criteria) of the [LLM-zoomcamp course](https://github.com/DataTalksClub/llm-zoomcamp) (as of 09/09/2024). -09/09/2024: Total: 19 / 23 points (~83%) +09/09/2024: Total: 19 / 21 points (~91%) (excluding 2 bonus points) - ✅ Problem description - [ ] 0 points: The problem is not described