From 59d66083baab84ebd9705246f311195fc910df34 Mon Sep 17 00:00:00 2001 From: Sepiolina Date: Wed, 29 Apr 2026 14:17:29 +0700 Subject: [PATCH 1/2] Edit Makefile Untracked files: (use "git add ..." to include in what will be committed) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d212ec1..9358204 100644 --- a/Makefile +++ b/Makefile @@ -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: From df96e32e8cd937b44658b76f4cfa9d9faf7e04af Mon Sep 17 00:00:00 2001 From: TidalCare Date: Wed, 29 Apr 2026 07:18:45 +0000 Subject: [PATCH 2/2] Update with new results --- report.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 report.md diff --git a/report.md b/report.md new file mode 100644 index 0000000..71a3265 --- /dev/null +++ b/report.md @@ -0,0 +1,5 @@ +## Model Metrics + +Accuracy = 0.97, F1 Score = 0.94. +## Confusion Matrix Plot +![Confusion Matrix](./Results/model_results.png)