Upload folder using huggingface_hub
Browse files- README.md +47 -0
- checkpoint-1/config.json +61 -0
- checkpoint-1/model.safetensors +3 -0
- checkpoint-1/optimizer.pt +3 -0
- checkpoint-1/preprocessor_config.json +25 -0
- checkpoint-1/rng_state.pth +3 -0
- checkpoint-1/scheduler.pt +3 -0
- checkpoint-1/trainer_state.json +71 -0
- checkpoint-1/training_args.bin +3 -0
- config.json +61 -0
- model.safetensors +3 -0
- preprocessor_config.json +25 -0
- runs/Feb07_14-15-15_r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7/events.out.tfevents.1738937718.r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7.1339.0 +2 -2
- runs/Feb07_14-15-15_r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7/events.out.tfevents.1738937742.r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7.1339.1 +3 -0
- training_args.bin +3 -0
- training_params.json +30 -0
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- autotrain
|
6 |
+
- object-detection
|
7 |
+
- vision
|
8 |
+
base_model: microsoft/table-transformer-detection
|
9 |
+
widget:
|
10 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
11 |
+
example_title: Tiger
|
12 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
|
13 |
+
example_title: Teapot
|
14 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
|
15 |
+
example_title: Palace
|
16 |
+
---
|
17 |
+
|
18 |
+
# Model Trained Using AutoTrain
|
19 |
+
|
20 |
+
- Problem type: Object Detection
|
21 |
+
|
22 |
+
## Validation Metrics
|
23 |
+
loss: 5.154430389404297
|
24 |
+
|
25 |
+
map: 0.0
|
26 |
+
|
27 |
+
map_50: 0.0
|
28 |
+
|
29 |
+
map_75: 0.0
|
30 |
+
|
31 |
+
map_small: -1.0
|
32 |
+
|
33 |
+
map_medium: 0.0
|
34 |
+
|
35 |
+
map_large: -1.0
|
36 |
+
|
37 |
+
mar_1: 0.0
|
38 |
+
|
39 |
+
mar_10: 0.0
|
40 |
+
|
41 |
+
mar_100: 0.0
|
42 |
+
|
43 |
+
mar_small: -1.0
|
44 |
+
|
45 |
+
mar_medium: 0.0
|
46 |
+
|
47 |
+
mar_large: -1.0
|
checkpoint-1/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/table-transformer-detection",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"TableTransformerForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet18",
|
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 |
+
"ce_loss_coefficient": 1,
|
24 |
+
"class_cost": 1,
|
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.4,
|
38 |
+
"giou_cost": 2,
|
39 |
+
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": 0
|
42 |
+
},
|
43 |
+
"init_std": 0.02,
|
44 |
+
"init_xavier_std": 1.0,
|
45 |
+
"is_encoder_decoder": true,
|
46 |
+
"label2id": {
|
47 |
+
"0": 0
|
48 |
+
},
|
49 |
+
"mask_loss_coefficient": 1,
|
50 |
+
"max_position_embeddings": 1024,
|
51 |
+
"model_type": "table-transformer",
|
52 |
+
"num_channels": 3,
|
53 |
+
"num_hidden_layers": 6,
|
54 |
+
"num_queries": 15,
|
55 |
+
"position_embedding_type": "sine",
|
56 |
+
"scale_embedding": false,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.48.0",
|
59 |
+
"use_pretrained_backbone": true,
|
60 |
+
"use_timm_backbone": true
|
61 |
+
}
|
checkpoint-1/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:563744a03361d4e8e0cc57f6237359c34d497e3da8c89479e3dc01b3c691e7d2
|
3 |
+
size 115316080
|
checkpoint-1/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3dc8ac969db19bf8746931639e902aec891cbc0419d6df48b1d254d966a90c7
|
3 |
+
size 229366714
|
checkpoint-1/preprocessor_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": false,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": false,
|
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": 600
|
24 |
+
}
|
25 |
+
}
|
checkpoint-1/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4c0a9ad39a90e42e3070de0fc899ff68b081955ee6384795bacd4c54e1c04a2
|
3 |
+
size 13990
|
checkpoint-1/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a4322f26ea0a721a75cad99a3be7c263f63a603c913c7a935fc64da9f1ccf64
|
3 |
+
size 1064
|
checkpoint-1/trainer_state.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 5.154430389404297,
|
3 |
+
"best_model_checkpoint": "autotrain-h1hiy-b8122/checkpoint-1",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 1,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"grad_norm": 60.66715621948242,
|
14 |
+
"learning_rate": 5e-05,
|
15 |
+
"loss": 6.4212,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_loss": 5.154430389404297,
|
21 |
+
"eval_map": 0.0,
|
22 |
+
"eval_map_50": 0.0,
|
23 |
+
"eval_map_75": 0.0,
|
24 |
+
"eval_map_large": -1.0,
|
25 |
+
"eval_map_medium": 0.0,
|
26 |
+
"eval_map_per_class": 0.0,
|
27 |
+
"eval_map_small": -1.0,
|
28 |
+
"eval_mar_1": 0.0,
|
29 |
+
"eval_mar_10": 0.0,
|
30 |
+
"eval_mar_100": 0.0,
|
31 |
+
"eval_mar_100_per_class": 0.0,
|
32 |
+
"eval_mar_large": -1.0,
|
33 |
+
"eval_mar_medium": 0.0,
|
34 |
+
"eval_mar_small": -1.0,
|
35 |
+
"eval_runtime": 1.4499,
|
36 |
+
"eval_samples_per_second": 1.379,
|
37 |
+
"eval_steps_per_second": 0.69,
|
38 |
+
"step": 1
|
39 |
+
}
|
40 |
+
],
|
41 |
+
"logging_steps": 1,
|
42 |
+
"max_steps": 3,
|
43 |
+
"num_input_tokens_seen": 0,
|
44 |
+
"num_train_epochs": 3,
|
45 |
+
"save_steps": 500,
|
46 |
+
"stateful_callbacks": {
|
47 |
+
"EarlyStoppingCallback": {
|
48 |
+
"args": {
|
49 |
+
"early_stopping_patience": 5,
|
50 |
+
"early_stopping_threshold": 0.01
|
51 |
+
},
|
52 |
+
"attributes": {
|
53 |
+
"early_stopping_patience_counter": 0
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"TrainerControl": {
|
57 |
+
"args": {
|
58 |
+
"should_epoch_stop": false,
|
59 |
+
"should_evaluate": false,
|
60 |
+
"should_log": false,
|
61 |
+
"should_save": true,
|
62 |
+
"should_training_stop": false
|
63 |
+
},
|
64 |
+
"attributes": {}
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"total_flos": 559781292960000.0,
|
68 |
+
"train_batch_size": 8,
|
69 |
+
"trial_name": null,
|
70 |
+
"trial_params": null
|
71 |
+
}
|
checkpoint-1/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c8963dfd6be7cea80296d1904a9e24548fac9acbbd8f48e144d5b48452d67b3
|
3 |
+
size 5368
|
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/table-transformer-detection",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "relu",
|
5 |
+
"architectures": [
|
6 |
+
"TableTransformerForObjectDetection"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auxiliary_loss": false,
|
10 |
+
"backbone": "resnet18",
|
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 |
+
"ce_loss_coefficient": 1,
|
24 |
+
"class_cost": 1,
|
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.4,
|
38 |
+
"giou_cost": 2,
|
39 |
+
"giou_loss_coefficient": 2,
|
40 |
+
"id2label": {
|
41 |
+
"0": 0
|
42 |
+
},
|
43 |
+
"init_std": 0.02,
|
44 |
+
"init_xavier_std": 1.0,
|
45 |
+
"is_encoder_decoder": true,
|
46 |
+
"label2id": {
|
47 |
+
"0": 0
|
48 |
+
},
|
49 |
+
"mask_loss_coefficient": 1,
|
50 |
+
"max_position_embeddings": 1024,
|
51 |
+
"model_type": "table-transformer",
|
52 |
+
"num_channels": 3,
|
53 |
+
"num_hidden_layers": 6,
|
54 |
+
"num_queries": 15,
|
55 |
+
"position_embedding_type": "sine",
|
56 |
+
"scale_embedding": false,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.48.0",
|
59 |
+
"use_pretrained_backbone": true,
|
60 |
+
"use_timm_backbone": true
|
61 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:563744a03361d4e8e0cc57f6237359c34d497e3da8c89479e3dc01b3c691e7d2
|
3 |
+
size 115316080
|
preprocessor_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_annotations": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_pad": false,
|
5 |
+
"do_rescale": true,
|
6 |
+
"do_resize": false,
|
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": 600
|
24 |
+
}
|
25 |
+
}
|
runs/Feb07_14-15-15_r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7/events.out.tfevents.1738937718.r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7.1339.0
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:06a7795690cebc03cfd1485178fbde855beb391dd888314c2e89d68539404916
|
3 |
+
size 9774
|
runs/Feb07_14-15-15_r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7/events.out.tfevents.1738937742.r-c123ian-autotrain-advanced-polliknow-fzhbyfpe-1ea06-g5fx7.1339.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b92fb074cfd2e07f1e7db69ac8d2045c257c5c5222f9b093a4d9adde9e3f245
|
3 |
+
size 1075
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c8963dfd6be7cea80296d1904a9e24548fac9acbbd8f48e144d5b48452d67b3
|
3 |
+
size 5368
|
training_params.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_path": "autotrain-h1hiy-b8122/autotrain-data",
|
3 |
+
"model": "microsoft/table-transformer-detection",
|
4 |
+
"username": "c123ian",
|
5 |
+
"lr": 5e-05,
|
6 |
+
"epochs": 3,
|
7 |
+
"batch_size": 8,
|
8 |
+
"warmup_ratio": 0.1,
|
9 |
+
"gradient_accumulation": 1,
|
10 |
+
"optimizer": "adamw_torch",
|
11 |
+
"scheduler": "linear",
|
12 |
+
"weight_decay": 0.0,
|
13 |
+
"max_grad_norm": 1.0,
|
14 |
+
"seed": 42,
|
15 |
+
"train_split": "train",
|
16 |
+
"valid_split": "validation",
|
17 |
+
"logging_steps": -1,
|
18 |
+
"project_name": "autotrain-h1hiy-b8122",
|
19 |
+
"auto_find_batch_size": false,
|
20 |
+
"mixed_precision": "fp16",
|
21 |
+
"save_total_limit": 1,
|
22 |
+
"push_to_hub": true,
|
23 |
+
"eval_strategy": "epoch",
|
24 |
+
"image_column": "autotrain_image",
|
25 |
+
"objects_column": "autotrain_objects",
|
26 |
+
"log": "tensorboard",
|
27 |
+
"image_square_size": 600,
|
28 |
+
"early_stopping_patience": 5,
|
29 |
+
"early_stopping_threshold": 0.01
|
30 |
+
}
|