macciell01 commited on
Commit
e0bbbfe
·
verified ·
1 Parent(s): e368d11

Upload artifacts/models/dinov2_base_campo_v001/training_config.yaml with huggingface_hub

Browse files
artifacts/models/dinov2_base_campo_v001/training_config.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: dinov2_base_campo_v001
2
+ encoder_name: facebook/dinov2-base
3
+ classifier_type: mlp
4
+ input_dim: 768
5
+ hidden_dims:
6
+ - 256
7
+ - 128
8
+ dropout: 0.2
9
+ epochs: 40
10
+ batch_size: 16
11
+ learning_rate: 0.001
12
+ weight_decay: 0.0001