yjwsb233 commited on
Commit
63fbc3d
·
1 Parent(s): 4268b10

Training in progress, step 100

Browse files
Files changed (4) hide show
  1. config.json +52 -48
  2. preprocessor_config.json +23 -0
  3. pytorch_model.bin +2 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -21,56 +21,60 @@
21
  "id2label": {
22
  "0": "beverage cans",
23
  "1": "cardboard",
 
 
 
 
 
 
 
 
 
 
24
  "2": "cigarette butt",
25
- "3": "construction scrap",
26
- "4": "electrical cables",
27
- "5": "electronic chips",
28
- "6": "glass",
29
- "7": "gloves",
30
- "8": "laptops",
31
- "9": "masks",
32
- "10": "medicines",
33
- "11": "metal containers",
34
- "12": "news paper",
35
- "13": "other metal objects",
36
- "14": "paper",
37
- "15": "paper cups",
38
- "16": "plastic bags",
39
- "17": "plastic bottles",
40
- "18": "plastic containers",
41
- "19": "plastic cups",
42
- "20": "small appliances",
43
- "21": "smartphones",
44
- "22": "spray cans",
45
- "23": "syringe",
46
- "24": "tetra pak"
47
  },
48
  "label2id": {
49
- "beverage cans": 0,
50
- "cardboard": 1,
51
- "cigarette butt": 2,
52
- "construction scrap": 3,
53
- "electrical cables": 4,
54
- "electronic chips": 5,
55
- "glass": 6,
56
- "gloves": 7,
57
- "laptops": 8,
58
- "masks": 9,
59
- "medicines": 10,
60
- "metal containers": 11,
61
- "news paper": 12,
62
- "other metal objects": 13,
63
- "paper": 14,
64
- "paper cups": 15,
65
- "plastic bags": 16,
66
- "plastic bottles": 17,
67
- "plastic containers": 18,
68
- "plastic cups": 19,
69
- "small appliances": 20,
70
- "smartphones": 21,
71
- "spray cans": 22,
72
- "syringe": 23,
73
- "tetra pak": 24
 
 
74
  },
75
  "layer_type": "bottleneck",
76
  "model_type": "resnet",
@@ -90,5 +94,5 @@
90
  "stage4"
91
  ],
92
  "torch_dtype": "float32",
93
- "transformers_version": "4.31.0.dev0"
94
  }
 
21
  "id2label": {
22
  "0": "beverage cans",
23
  "1": "cardboard",
24
+ "10": "laptops",
25
+ "11": "masks",
26
+ "12": "medicines",
27
+ "13": "metal containers",
28
+ "14": "news paper",
29
+ "15": "other metal objects",
30
+ "16": "paper",
31
+ "17": "paper cups",
32
+ "18": "plastic bags",
33
+ "19": "plastic bottles",
34
  "2": "cigarette butt",
35
+ "20": "plastic containers",
36
+ "21": "plastic cups",
37
+ "22": "small appliances",
38
+ "23": "smartphones",
39
+ "24": "spray cans",
40
+ "25": "syringe",
41
+ "26": "tetra pak",
42
+ "3": "clothes",
43
+ "4": "compost",
44
+ "5": "construction scrap",
45
+ "6": "electrical cables",
46
+ "7": "electronic chips",
47
+ "8": "glass",
48
+ "9": "gloves"
 
 
 
 
 
 
 
 
49
  },
50
  "label2id": {
51
+ "beverage cans": "0",
52
+ "cardboard": "1",
53
+ "cigarette butt": "2",
54
+ "clothes": "3",
55
+ "compost": "4",
56
+ "construction scrap": "5",
57
+ "electrical cables": "6",
58
+ "electronic chips": "7",
59
+ "glass": "8",
60
+ "gloves": "9",
61
+ "laptops": "10",
62
+ "masks": "11",
63
+ "medicines": "12",
64
+ "metal containers": "13",
65
+ "news paper": "14",
66
+ "other metal objects": "15",
67
+ "paper": "16",
68
+ "paper cups": "17",
69
+ "plastic bags": "18",
70
+ "plastic bottles": "19",
71
+ "plastic containers": "20",
72
+ "plastic cups": "21",
73
+ "small appliances": "22",
74
+ "smartphones": "23",
75
+ "spray cans": "24",
76
+ "syringe": "25",
77
+ "tetra pak": "26"
78
  },
79
  "layer_type": "bottleneck",
80
  "model_type": "resnet",
 
94
  "stage4"
95
  ],
96
  "torch_dtype": "float32",
97
+ "transformers_version": "4.30.2"
98
  }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "ConvNextFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "ConvNextFeatureExtractor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "shortest_edge": 224
22
+ }
23
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60703bb61ac1a16a7a8d56f0fbe5e568cffccf0f80fba8e47a5f9baaab0821ed
3
- size 170850837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9922f51873020fb0150fb99da053e94851394abd645a1112f033f212059f314e
3
+ size 170867221
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff30d582c0c258a815f2b506bedc39700a985adacf1ce4503e3ed6e633cd7445
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557682eaf8a5ac1e3f9a33ed4a8bc0fff187cc29fb73f92b891efe3606a5f172
3
  size 3899