Training in progress, step 10
Browse files- config.json +156 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,156 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "facebook/detr-resnet-101-dc5",
|
| 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": "resnet101",
|
| 11 |
+
"backbone_config": null,
|
| 12 |
+
"backbone_kwargs": {
|
| 13 |
+
"in_chans": 3,
|
| 14 |
+
"out_indices": [
|
| 15 |
+
1,
|
| 16 |
+
2,
|
| 17 |
+
3,
|
| 18 |
+
4
|
| 19 |
+
],
|
| 20 |
+
"output_stride": 16
|
| 21 |
+
},
|
| 22 |
+
"bbox_cost": 5,
|
| 23 |
+
"bbox_loss_coefficient": 5,
|
| 24 |
+
"class_cost": 1,
|
| 25 |
+
"classifier_dropout": 0.0,
|
| 26 |
+
"d_model": 256,
|
| 27 |
+
"decoder_attention_heads": 8,
|
| 28 |
+
"decoder_ffn_dim": 2048,
|
| 29 |
+
"decoder_layerdrop": 0.0,
|
| 30 |
+
"decoder_layers": 6,
|
| 31 |
+
"dice_loss_coefficient": 1,
|
| 32 |
+
"dilation": true,
|
| 33 |
+
"dropout": 0.1,
|
| 34 |
+
"encoder_attention_heads": 8,
|
| 35 |
+
"encoder_ffn_dim": 2048,
|
| 36 |
+
"encoder_layerdrop": 0.0,
|
| 37 |
+
"encoder_layers": 6,
|
| 38 |
+
"eos_coefficient": 0.1,
|
| 39 |
+
"giou_cost": 2,
|
| 40 |
+
"giou_loss_coefficient": 2,
|
| 41 |
+
"id2label": {
|
| 42 |
+
"0": "acrid",
|
| 43 |
+
"1": "ancient wisp",
|
| 44 |
+
"2": "archer bug",
|
| 45 |
+
"3": "arhaic wisp",
|
| 46 |
+
"4": "bison",
|
| 47 |
+
"5": "boarlit",
|
| 48 |
+
"6": "bramble",
|
| 49 |
+
"7": "child",
|
| 50 |
+
"8": "clay man",
|
| 51 |
+
"9": "colossus",
|
| 52 |
+
"10": "crab",
|
| 53 |
+
"11": "cremator",
|
| 54 |
+
"12": "direseeker",
|
| 55 |
+
"13": "elder lemurian",
|
| 56 |
+
"14": "evolved lemurian",
|
| 57 |
+
"15": "gilded wurms",
|
| 58 |
+
"16": "golem",
|
| 59 |
+
"17": "greater wisp",
|
| 60 |
+
"18": "gup",
|
| 61 |
+
"19": "ifrit",
|
| 62 |
+
"20": "imp",
|
| 63 |
+
"21": "imp overlord",
|
| 64 |
+
"22": "jellyfish",
|
| 65 |
+
"23": "lemurian",
|
| 66 |
+
"24": "lemurian cavalry",
|
| 67 |
+
"25": "lunx tribe",
|
| 68 |
+
"26": "lynx totem",
|
| 69 |
+
"27": "macrobe",
|
| 70 |
+
"28": "macrobic predator",
|
| 71 |
+
"29": "magma worm",
|
| 72 |
+
"30": "mushrum",
|
| 73 |
+
"31": "parent",
|
| 74 |
+
"32": "providence",
|
| 75 |
+
"33": "purple imp",
|
| 76 |
+
"34": "sanctuary guard",
|
| 77 |
+
"35": "scavenger",
|
| 78 |
+
"36": "spider",
|
| 79 |
+
"37": "spitter",
|
| 80 |
+
"38": "swift",
|
| 81 |
+
"39": "temple guard",
|
| 82 |
+
"40": "tiny imp",
|
| 83 |
+
"41": "toxic beast",
|
| 84 |
+
"42": "trokk",
|
| 85 |
+
"43": "tuber",
|
| 86 |
+
"44": "wandering vagrant",
|
| 87 |
+
"45": "whorl",
|
| 88 |
+
"46": "wisp",
|
| 89 |
+
"47": "young vagrant"
|
| 90 |
+
},
|
| 91 |
+
"init_std": 0.02,
|
| 92 |
+
"init_xavier_std": 1.0,
|
| 93 |
+
"is_encoder_decoder": true,
|
| 94 |
+
"label2id": {
|
| 95 |
+
"acrid": 0,
|
| 96 |
+
"ancient wisp": 1,
|
| 97 |
+
"archer bug": 2,
|
| 98 |
+
"arhaic wisp": 3,
|
| 99 |
+
"bison": 4,
|
| 100 |
+
"boarlit": 5,
|
| 101 |
+
"bramble": 6,
|
| 102 |
+
"child": 7,
|
| 103 |
+
"clay man": 8,
|
| 104 |
+
"colossus": 9,
|
| 105 |
+
"crab": 10,
|
| 106 |
+
"cremator": 11,
|
| 107 |
+
"direseeker": 12,
|
| 108 |
+
"elder lemurian": 13,
|
| 109 |
+
"evolved lemurian": 14,
|
| 110 |
+
"gilded wurms": 15,
|
| 111 |
+
"golem": 16,
|
| 112 |
+
"greater wisp": 17,
|
| 113 |
+
"gup": 18,
|
| 114 |
+
"ifrit": 19,
|
| 115 |
+
"imp": 20,
|
| 116 |
+
"imp overlord": 21,
|
| 117 |
+
"jellyfish": 22,
|
| 118 |
+
"lemurian": 23,
|
| 119 |
+
"lemurian cavalry": 24,
|
| 120 |
+
"lunx tribe": 25,
|
| 121 |
+
"lynx totem": 26,
|
| 122 |
+
"macrobe": 27,
|
| 123 |
+
"macrobic predator": 28,
|
| 124 |
+
"magma worm": 29,
|
| 125 |
+
"mushrum": 30,
|
| 126 |
+
"parent": 31,
|
| 127 |
+
"providence": 32,
|
| 128 |
+
"purple imp": 33,
|
| 129 |
+
"sanctuary guard": 34,
|
| 130 |
+
"scavenger": 35,
|
| 131 |
+
"spider": 36,
|
| 132 |
+
"spitter": 37,
|
| 133 |
+
"swift": 38,
|
| 134 |
+
"temple guard": 39,
|
| 135 |
+
"tiny imp": 40,
|
| 136 |
+
"toxic beast": 41,
|
| 137 |
+
"trokk": 42,
|
| 138 |
+
"tuber": 43,
|
| 139 |
+
"wandering vagrant": 44,
|
| 140 |
+
"whorl": 45,
|
| 141 |
+
"wisp": 46,
|
| 142 |
+
"young vagrant": 47
|
| 143 |
+
},
|
| 144 |
+
"mask_loss_coefficient": 1,
|
| 145 |
+
"max_position_embeddings": 1024,
|
| 146 |
+
"model_type": "detr",
|
| 147 |
+
"num_channels": 3,
|
| 148 |
+
"num_hidden_layers": 6,
|
| 149 |
+
"num_queries": 100,
|
| 150 |
+
"position_embedding_type": "sine",
|
| 151 |
+
"scale_embedding": false,
|
| 152 |
+
"torch_dtype": "float32",
|
| 153 |
+
"transformers_version": "4.46.1",
|
| 154 |
+
"use_pretrained_backbone": true,
|
| 155 |
+
"use_timm_backbone": true
|
| 156 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d79c1a33f028ec987883a0c484cab1c4b6158b15c063400cc8574fa685dcef33
|
| 3 |
+
size 242752868
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_annotations": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pad": true,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"format": "coco_detection",
|
| 8 |
+
"image_mean": [
|
| 9 |
+
0.485,
|
| 10 |
+
0.456,
|
| 11 |
+
0.406
|
| 12 |
+
],
|
| 13 |
+
"image_processor_type": "DetrImageProcessor",
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.229,
|
| 16 |
+
0.224,
|
| 17 |
+
0.225
|
| 18 |
+
],
|
| 19 |
+
"pad_size": null,
|
| 20 |
+
"resample": 2,
|
| 21 |
+
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": {
|
| 23 |
+
"longest_edge": 1333,
|
| 24 |
+
"shortest_edge": 800
|
| 25 |
+
}
|
| 26 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f45a5749fdc49822283237abcef1e86b43a1efe70d01003c76d1cf84110fd564
|
| 3 |
+
size 5240
|