Gilsson commited on
Commit
507a413
·
verified ·
1 Parent(s): 62de873

Training in progress, step 10

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