rubysmac commited on
Commit
c37fb47
·
verified ·
1 Parent(s): 1e51ae2

Initial upload of the fine-tuned model

Browse files
Files changed (3) hide show
  1. config.json +22 -22
  2. model.safetensors +2 -2
  3. preprocessor_config.json +6 -6
config.json CHANGED
@@ -4,31 +4,31 @@
4
  "SiglipForImageClassification"
5
  ],
6
  "id2label": {
7
- "0": "Battery",
8
- "1": "Biological",
9
- "2": "Cardboard",
10
- "3": "Clothes",
11
- "4": "Glass",
12
- "5": "Metal",
13
- "6": "Paper",
14
- "7": "Plastic",
15
- "8": "Shoes",
16
- "9": "Trash",
17
- "10": "Compostable"
18
  },
19
  "initializer_factor": 1.0,
20
  "label2id": {
21
- "Battery": 0,
22
- "Biological": 1,
23
- "Cardboard": 2,
24
- "Clothes": 3,
25
- "Glass": 4,
26
- "Metal": 5,
27
- "Paper": 6,
28
- "Plastic": 7,
29
- "Shoes": 8,
30
- "Trash": 9,
31
- "Compostable": 10,
32
  },
33
  "model_type": "siglip",
34
  "problem_type": "single_label_classification",
 
4
  "SiglipForImageClassification"
5
  ],
6
  "id2label": {
7
+ "0": "LABEL_0",
8
+ "1": "LABEL_1",
9
+ "2": "LABEL_2",
10
+ "3": "LABEL_3",
11
+ "4": "LABEL_4",
12
+ "5": "LABEL_5",
13
+ "6": "LABEL_6",
14
+ "7": "LABEL_7",
15
+ "8": "LABEL_8",
16
+ "9": "LABEL_9",
17
+ "10": "LABEL_10"
18
  },
19
  "initializer_factor": 1.0,
20
  "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_10": 10,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4,
27
+ "LABEL_5": 5,
28
+ "LABEL_6": 6,
29
+ "LABEL_7": 7,
30
+ "LABEL_8": 8,
31
+ "LABEL_9": 9
32
  },
33
  "model_type": "siglip",
34
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68ea5dd1df29b7163ae2e0b4bd4288915ea728935596f96843020bccaa610345
3
- size 371592608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7a4dd88e8e298da7cb4f6611c09e8b437d81e22f99ab86a87d1ea2e3d402ec
3
+ size 371595684
preprocessor_config.json CHANGED
@@ -4,15 +4,15 @@
4
  "do_rescale": true,
5
  "do_resize": true,
6
  "image_mean": [
7
- 0.485,
8
- 0.456,
9
- 0.406
10
  ],
11
  "image_processor_type": "SiglipImageProcessor",
12
  "image_std": [
13
- 0.229,
14
- 0.224,
15
- 0.225
16
  ],
17
  "processor_class": "SiglipProcessor",
18
  "resample": 2,
 
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": 2,