megabot131 commited on
Commit
a30019d
·
verified ·
1 Parent(s): 52c95b9

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/siglip-base-patch16-224",
3
+ "architectures": [
4
+ "SiglipForImageClassification"
5
+ ],
6
+ "id2label": {
7
+ "0": "selected",
8
+ "1": "deselected",
9
+ "2": "filled",
10
+ "3": "empty"
11
+ },
12
+ "initializer_factor": 1.0,
13
+ "label2id": {
14
+ "deselected": 1,
15
+ "empty": 3,
16
+ "filled": 2,
17
+ "selected": 0
18
+ },
19
+ "model_type": "siglip",
20
+ "problem_type": "single_label_classification",
21
+ "text_config": {
22
+ "model_type": "siglip_text_model"
23
+ },
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.43.3",
26
+ "vision_config": {
27
+ "model_type": "siglip_vision_model"
28
+ }
29
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0975538f0f7da0999b90528efa59b40398ba9a1424604d780e5e75fe641bf2d0
3
+ size 371574144
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:795efc3140559e8e9b332678ab53769213749f20a8a6b52ea948072b5efe5701
3
+ size 5176