From 317f16885bacb1f2e6eda24a7eca7d9dda57cbe1 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Sep 2024 17:31:33 +0200 Subject: [PATCH] update self eva. --- .pre-commit-config.yaml | 2 +- docs/internal_project_evaluation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f17eacff..51a7eef5 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 49da98f0..2bc3063b 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