Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ eval:
update-branch:
git config --global user.name $(USER_NAME)
git config --global user.email $(USER_EMAIL)
git commit -am "Update with new results"
git add -A
git commit -m "Update with new results"
git push --force origin HEAD:update

hf-login:
Expand Down
5 changes: 5 additions & 0 deletions report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Model Metrics

Accuracy = 0.97, F1 Score = 0.94.
## Confusion Matrix Plot
![Confusion Matrix](./Results/model_results.png)