oscarqjh commited on
Commit
5d44080
·
verified ·
1 Parent(s): 1d63cc8

Upload checkpoint-1700 classifier

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -31,6 +31,29 @@ This is a multimodal classifier that combines:
31
  The model takes both image and text inputs (questions about flowers) and outputs classification predictions.
32
 
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
35
 
36
 
 
31
  The model takes both image and text inputs (questions about flowers) and outputs classification predictions.
32
 
33
 
34
+ ## Training Details
35
+
36
+ ### Training Configuration
37
+ - **Base Model**: oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA
38
+ - **Checkpoint**: Step 1,700
39
+ **Training Steps**: 1,700 / 2,000 steps
40
+ - **Total Epochs**: 1.90 epochs
41
+ - **Batch Size**: 1 per device
42
+ - **Gradient Accumulation Steps**: 2
43
+ - **Effective Batch Size**: 2
44
+ - **Initial Learning Rate**: 9.00e-06
45
+ - **Final Learning Rate**: 3.34e-05
46
+
47
+ ### Training Results
48
+ - **Final Training Loss**: 3.6995
49
+ - **Training Runtime**: N/A seconds
50
+ - **Training Speed**: N/A samples/second
51
+
52
+ ### Model Architecture
53
+ - **Number of Classes**: 102
54
+ - **Base Model Frozen**: True
55
+ - **Dropout Rate**: 0.1
56
+
57
 
58
 
59