Delete checkpoint-57000
Browse files- checkpoint-57000/config.json +0 -142
- checkpoint-57000/model.safetensors +0 -3
- checkpoint-57000/optimizer.pt +0 -3
- checkpoint-57000/preprocessor_config.json +0 -24
- checkpoint-57000/rng_state.pth +0 -3
- checkpoint-57000/scheduler.pt +0 -3
- checkpoint-57000/trainer_state.json +0 -0
- checkpoint-57000/training_args.bin +0 -3
checkpoint-57000/config.json
DELETED
@@ -1,142 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "facebook/detr-resnet-50",
|
3 |
-
"activation_dropout": 0.0,
|
4 |
-
"activation_function": "relu",
|
5 |
-
"architectures": [
|
6 |
-
"DetrForObjectDetection"
|
7 |
-
],
|
8 |
-
"attention_dropout": 0.0,
|
9 |
-
"auxiliary_loss": false,
|
10 |
-
"backbone": "resnet50",
|
11 |
-
"backbone_config": null,
|
12 |
-
"bbox_cost": 5,
|
13 |
-
"bbox_loss_coefficient": 5,
|
14 |
-
"class_cost": 1,
|
15 |
-
"classifier_dropout": 0.0,
|
16 |
-
"d_model": 256,
|
17 |
-
"decoder_attention_heads": 8,
|
18 |
-
"decoder_ffn_dim": 2048,
|
19 |
-
"decoder_layerdrop": 0.0,
|
20 |
-
"decoder_layers": 6,
|
21 |
-
"dice_loss_coefficient": 1,
|
22 |
-
"dilation": false,
|
23 |
-
"dropout": 0.1,
|
24 |
-
"encoder_attention_heads": 8,
|
25 |
-
"encoder_ffn_dim": 2048,
|
26 |
-
"encoder_layerdrop": 0.0,
|
27 |
-
"encoder_layers": 6,
|
28 |
-
"eos_coefficient": 0.1,
|
29 |
-
"giou_cost": 2,
|
30 |
-
"giou_loss_coefficient": 2,
|
31 |
-
"id2label": {
|
32 |
-
"0": "shirt, blouse",
|
33 |
-
"1": "top, t-shirt, sweatshirt",
|
34 |
-
"2": "sweater",
|
35 |
-
"3": "cardigan",
|
36 |
-
"4": "jacket",
|
37 |
-
"5": "vest",
|
38 |
-
"6": "pants",
|
39 |
-
"7": "shorts",
|
40 |
-
"8": "skirt",
|
41 |
-
"9": "coat",
|
42 |
-
"10": "dress",
|
43 |
-
"11": "jumpsuit",
|
44 |
-
"12": "cape",
|
45 |
-
"13": "glasses",
|
46 |
-
"14": "hat",
|
47 |
-
"15": "headband, head covering, hair accessory",
|
48 |
-
"16": "tie",
|
49 |
-
"17": "glove",
|
50 |
-
"18": "watch",
|
51 |
-
"19": "belt",
|
52 |
-
"20": "leg warmer",
|
53 |
-
"21": "tights, stockings",
|
54 |
-
"22": "sock",
|
55 |
-
"23": "shoe",
|
56 |
-
"24": "bag, wallet",
|
57 |
-
"25": "scarf",
|
58 |
-
"26": "umbrella",
|
59 |
-
"27": "hood",
|
60 |
-
"28": "collar",
|
61 |
-
"29": "lapel",
|
62 |
-
"30": "epaulette",
|
63 |
-
"31": "sleeve",
|
64 |
-
"32": "pocket",
|
65 |
-
"33": "neckline",
|
66 |
-
"34": "buckle",
|
67 |
-
"35": "zipper",
|
68 |
-
"36": "applique",
|
69 |
-
"37": "bead",
|
70 |
-
"38": "bow",
|
71 |
-
"39": "flower",
|
72 |
-
"40": "fringe",
|
73 |
-
"41": "ribbon",
|
74 |
-
"42": "rivet",
|
75 |
-
"43": "ruffle",
|
76 |
-
"44": "sequin",
|
77 |
-
"45": "tassel"
|
78 |
-
},
|
79 |
-
"init_std": 0.02,
|
80 |
-
"init_xavier_std": 1.0,
|
81 |
-
"is_encoder_decoder": true,
|
82 |
-
"label2id": {
|
83 |
-
"applique": 36,
|
84 |
-
"bag, wallet": 24,
|
85 |
-
"bead": 37,
|
86 |
-
"belt": 19,
|
87 |
-
"bow": 38,
|
88 |
-
"buckle": 34,
|
89 |
-
"cape": 12,
|
90 |
-
"cardigan": 3,
|
91 |
-
"coat": 9,
|
92 |
-
"collar": 28,
|
93 |
-
"dress": 10,
|
94 |
-
"epaulette": 30,
|
95 |
-
"flower": 39,
|
96 |
-
"fringe": 40,
|
97 |
-
"glasses": 13,
|
98 |
-
"glove": 17,
|
99 |
-
"hat": 14,
|
100 |
-
"headband, head covering, hair accessory": 15,
|
101 |
-
"hood": 27,
|
102 |
-
"jacket": 4,
|
103 |
-
"jumpsuit": 11,
|
104 |
-
"lapel": 29,
|
105 |
-
"leg warmer": 20,
|
106 |
-
"neckline": 33,
|
107 |
-
"pants": 6,
|
108 |
-
"pocket": 32,
|
109 |
-
"ribbon": 41,
|
110 |
-
"rivet": 42,
|
111 |
-
"ruffle": 43,
|
112 |
-
"scarf": 25,
|
113 |
-
"sequin": 44,
|
114 |
-
"shirt, blouse": 0,
|
115 |
-
"shoe": 23,
|
116 |
-
"shorts": 7,
|
117 |
-
"skirt": 8,
|
118 |
-
"sleeve": 31,
|
119 |
-
"sock": 22,
|
120 |
-
"sweater": 2,
|
121 |
-
"tassel": 45,
|
122 |
-
"tie": 16,
|
123 |
-
"tights, stockings": 21,
|
124 |
-
"top, t-shirt, sweatshirt": 1,
|
125 |
-
"umbrella": 26,
|
126 |
-
"vest": 5,
|
127 |
-
"watch": 18,
|
128 |
-
"zipper": 35
|
129 |
-
},
|
130 |
-
"mask_loss_coefficient": 1,
|
131 |
-
"max_position_embeddings": 1024,
|
132 |
-
"model_type": "detr",
|
133 |
-
"num_channels": 3,
|
134 |
-
"num_hidden_layers": 6,
|
135 |
-
"num_queries": 100,
|
136 |
-
"position_embedding_type": "sine",
|
137 |
-
"scale_embedding": false,
|
138 |
-
"torch_dtype": "float32",
|
139 |
-
"transformers_version": "4.35.0",
|
140 |
-
"use_pretrained_backbone": true,
|
141 |
-
"use_timm_backbone": true
|
142 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-57000/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:74181313a3096d95fb8d56307312f85230c7bfbe6dc7d7d4343215616f3d1711
|
3 |
-
size 166541092
|
|
|
|
|
|
|
|
checkpoint-57000/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:19a142dbc58c115cfc13d462df529bff901fd99c71491d2c12b0e1e8b7a834c6
|
3 |
-
size 330584186
|
|
|
|
|
|
|
|
checkpoint-57000/preprocessor_config.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"do_normalize": true,
|
3 |
-
"do_pad": true,
|
4 |
-
"do_rescale": true,
|
5 |
-
"do_resize": true,
|
6 |
-
"format": "coco_detection",
|
7 |
-
"image_mean": [
|
8 |
-
0.485,
|
9 |
-
0.456,
|
10 |
-
0.406
|
11 |
-
],
|
12 |
-
"image_processor_type": "DetrImageProcessor",
|
13 |
-
"image_std": [
|
14 |
-
0.229,
|
15 |
-
0.224,
|
16 |
-
0.225
|
17 |
-
],
|
18 |
-
"resample": 2,
|
19 |
-
"rescale_factor": 0.00392156862745098,
|
20 |
-
"size": {
|
21 |
-
"longest_edge": 1333,
|
22 |
-
"shortest_edge": 800
|
23 |
-
}
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-57000/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:82ec3a04f71f92370069ab2719c78f10cf0ea7852839125c8afd3273f5116ee4
|
3 |
-
size 14244
|
|
|
|
|
|
|
|
checkpoint-57000/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1e751f43b0a9a36ac024866b898b48f99ea75e0670b928d2cfab22ecec577ba5
|
3 |
-
size 1064
|
|
|
|
|
|
|
|
checkpoint-57000/trainer_state.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-57000/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c1fd9d36862b6668dfaef4e42164174dd83482a1f06da7c846356bcf6b1fcd02
|
3 |
-
size 4536
|
|
|
|
|
|
|
|