Camais03 commited on
Commit
9afb19b
Β·
verified Β·
1 Parent(s): e563308

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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 (April-May 2025)
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
- The good news is that I should soon be getting an RTX 3090 soon. This means that I should be able to train the entire model in the GPU VRAM (no offloading) and take advantage of the 3x memory bandwidth the 3090 provides. This should mean massive speedups for training time!
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