Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Jun15_16-03-32_e58c4ffdcc27/1686845030.904102/events.out.tfevents.1686845030.e58c4ffdcc27.99.1 +3 -0
- runs/Jun15_16-03-32_e58c4ffdcc27/events.out.tfevents.1686845030.e58c4ffdcc27.99.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "905bd08cb9bfe9547831a43dcc01cf067ffea419",
|
3 |
+
"_name_or_path": "Benito/DeTr-TableDetection-5000-images",
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"DetrForObjectDetection"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auxiliary_loss": false,
|
11 |
+
"backbone": "resnet50",
|
12 |
+
"backbone_config": null,
|
13 |
+
"bbox_cost": 5,
|
14 |
+
"bbox_loss_coefficient": 5,
|
15 |
+
"class_cost": 1,
|
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": "table"
|
33 |
+
},
|
34 |
+
"init_std": 0.02,
|
35 |
+
"init_xavier_std": 1.0,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"table": 0
|
39 |
+
},
|
40 |
+
"mask_loss_coefficient": 1,
|
41 |
+
"max_position_embeddings": 1024,
|
42 |
+
"model_type": "detr",
|
43 |
+
"num_channels": 3,
|
44 |
+
"num_hidden_layers": 6,
|
45 |
+
"num_queries": 100,
|
46 |
+
"position_embedding_type": "sine",
|
47 |
+
"scale_embedding": false,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.26.0",
|
50 |
+
"use_pretrained_backbone": true,
|
51 |
+
"use_timm_backbone": true
|
52 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "DetrFeatureExtractor",
|
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 |
+
"resample": 2,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"longest_edge": 1333,
|
23 |
+
"shortest_edge": 800
|
24 |
+
}
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f399ea168f10458c0f730bfbd1bf13c49dd7f7080fe3e68d958284c737c0c7d2
|
3 |
+
size 166608677
|
runs/Jun15_16-03-32_e58c4ffdcc27/1686845030.904102/events.out.tfevents.1686845030.e58c4ffdcc27.99.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fe21c21c17680022aac8a2664ea10733cf22ab329bd725ec242cc9cb25967d9
|
3 |
+
size 5982
|
runs/Jun15_16-03-32_e58c4ffdcc27/events.out.tfevents.1686845030.e58c4ffdcc27.99.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26eac7264e064670278969ff7b200e657fefad87b4ee7c8bf5689290c5de73d6
|
3 |
+
size 5366
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb29b7072eec1ce8f74ce99dea5124caa9efdf63ceddd2249875a2776d7c375e
|
3 |
+
size 3963
|