Training in progress, step 100
Browse files- config.json +52 -48
- preprocessor_config.json +23 -0
- pytorch_model.bin +2 -2
- 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 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 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 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"paper": 14,
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"plastic
|
| 68 |
-
"plastic
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"
|
|
|
|
|
|
|
| 74 |
},
|
| 75 |
"layer_type": "bottleneck",
|
| 76 |
"model_type": "resnet",
|
|
@@ -90,5 +94,5 @@
|
|
| 90 |
"stage4"
|
| 91 |
],
|
| 92 |
"torch_dtype": "float32",
|
| 93 |
-
"transformers_version": "4.
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:557682eaf8a5ac1e3f9a33ed4a8bc0fff187cc29fb73f92b891efe3606a5f172
|
| 3 |
size 3899
|