Update README.md
Browse files
README.md
CHANGED
|
@@ -11,12 +11,9 @@ pipeline_tag: image-classification
|
|
| 11 |
|
| 12 |
An advanced deep learning model for automatically tagging anime/manga illustrations with relevant tags across multiple categories, achieving **58.1% micro F1 score** (31.5% macro F1 score using the balanced threshold preset) across 70,527 possible tags on a test set of 20,116 samples. Trained on a single 3060.
|
| 13 |
|
| 14 |
-
## π Updates (
|
| 15 |
-
Apologies for the lack of updates. I've been busy with Uni and unfortunately the extra training (1 epoch) I made the mistake of only loading the model weights and not the optimizer state as well. This is important because the optimizer state maintains a tuned learning rate for each parameter. The reason I had loaded weights only was because training time was much slower so I overlooked the importance of loading the optimizer state.
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
I've also been doing some LLM experiments but they are far from release.
|
| 20 |
|
| 21 |
## π Key Highlights
|
| 22 |
|
|
|
|
| 11 |
|
| 12 |
An advanced deep learning model for automatically tagging anime/manga illustrations with relevant tags across multiple categories, achieving **58.1% micro F1 score** (31.5% macro F1 score using the balanced threshold preset) across 70,527 possible tags on a test set of 20,116 samples. Trained on a single 3060.
|
| 13 |
|
| 14 |
+
## π Updates (August 2025)
|
|
|
|
| 15 |
|
| 16 |
+
Camie-tagger-v2 is out! https://huggingface.co/Camais03/camie-tagger-v2
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## π Key Highlights
|
| 19 |
|