Skip to content

Commit

Permalink
update self eva.
Browse files Browse the repository at this point in the history
alexkolo committed Sep 10, 2024
1 parent df46770 commit 317f168
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/internal_project_evaluation.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 317f168

Please sign in to comment.