danelcsb commited on
Commit
c9ffae6
1 Parent(s): 40ec67b

Training in progress epoch 10

Browse files
Files changed (39) hide show
  1. .gitignore +2 -0
  2. all_results.json +1 -0
  3. config.json +82 -0
  4. model.safetensors +3 -0
  5. object_detection_no_trainer/1722927496.1607914/events.out.tfevents.1722927496.a9776447cf29.84568.1 +3 -0
  6. object_detection_no_trainer/1722927496.1687741/hparams.yml +29 -0
  7. object_detection_no_trainer/1722927736.4215612/events.out.tfevents.1722927736.a9776447cf29.88635.1 +3 -0
  8. object_detection_no_trainer/1722927736.4275439/hparams.yml +29 -0
  9. object_detection_no_trainer/1722929510.8624237/events.out.tfevents.1722929510.a9776447cf29.93756.1 +3 -0
  10. object_detection_no_trainer/1722929510.8686743/hparams.yml +29 -0
  11. object_detection_no_trainer/1722929898.8490453/events.out.tfevents.1722929898.a9776447cf29.98642.1 +3 -0
  12. object_detection_no_trainer/1722929898.8548036/hparams.yml +29 -0
  13. object_detection_no_trainer/1722930686.9808612/events.out.tfevents.1722930686.a9776447cf29.104567.1 +3 -0
  14. object_detection_no_trainer/1722930686.9868531/hparams.yml +29 -0
  15. object_detection_no_trainer/1722930933.0405385/events.out.tfevents.1722930933.a9776447cf29.110499.1 +3 -0
  16. object_detection_no_trainer/1722930933.0460384/hparams.yml +29 -0
  17. object_detection_no_trainer/1722931172.263071/events.out.tfevents.1722931172.a9776447cf29.116503.1 +3 -0
  18. object_detection_no_trainer/1722931172.2689266/hparams.yml +29 -0
  19. object_detection_no_trainer/1722931491.497201/events.out.tfevents.1722931491.a9776447cf29.122439.1 +3 -0
  20. object_detection_no_trainer/1722931491.5044339/hparams.yml +29 -0
  21. object_detection_no_trainer/1722931612.309525/events.out.tfevents.1722931612.a9776447cf29.123965.1 +3 -0
  22. object_detection_no_trainer/1722931612.3147137/hparams.yml +29 -0
  23. object_detection_no_trainer/1722932037.2328255/events.out.tfevents.1722932037.a9776447cf29.129816.1 +3 -0
  24. object_detection_no_trainer/1722932037.2386646/hparams.yml +29 -0
  25. object_detection_no_trainer/events.out.tfevents.1722927496.a9776447cf29.84568.0 +3 -0
  26. object_detection_no_trainer/events.out.tfevents.1722927736.a9776447cf29.88635.0 +3 -0
  27. object_detection_no_trainer/events.out.tfevents.1722929510.a9776447cf29.93756.0 +3 -0
  28. object_detection_no_trainer/events.out.tfevents.1722929898.a9776447cf29.98642.0 +3 -0
  29. object_detection_no_trainer/events.out.tfevents.1722930686.a9776447cf29.104567.0 +3 -0
  30. object_detection_no_trainer/events.out.tfevents.1722930933.a9776447cf29.110499.0 +3 -0
  31. object_detection_no_trainer/events.out.tfevents.1722931172.a9776447cf29.116503.0 +3 -0
  32. object_detection_no_trainer/events.out.tfevents.1722931491.a9776447cf29.122439.0 +3 -0
  33. object_detection_no_trainer/events.out.tfevents.1722931612.a9776447cf29.123965.0 +3 -0
  34. object_detection_no_trainer/events.out.tfevents.1722932037.a9776447cf29.129816.0 +3 -0
  35. preprocessor_config.json +27 -0
  36. special_tokens_map.json +37 -0
  37. tokenizer.json +0 -0
  38. tokenizer_config.json +56 -0
  39. vocab.txt +0 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
all_results.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "IDEA-Research/grounding-dino-tiny",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "GroundingDinoForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": null,
11
+ "backbone_config": {
12
+ "model_type": "swin",
13
+ "out_features": [
14
+ "stage2",
15
+ "stage3",
16
+ "stage4"
17
+ ],
18
+ "out_indices": [
19
+ 2,
20
+ 3,
21
+ 4
22
+ ]
23
+ },
24
+ "backbone_kwargs": null,
25
+ "bbox_cost": 5.0,
26
+ "bbox_loss_coefficient": 5.0,
27
+ "class_cost": 1.0,
28
+ "class_loss_coefficient": 2.0,
29
+ "class_loss_reduction": "sum",
30
+ "d_model": 256,
31
+ "decoder_attention_heads": 8,
32
+ "decoder_bbox_embed_share": true,
33
+ "decoder_ffn_dim": 2048,
34
+ "decoder_layers": 6,
35
+ "decoder_n_points": 4,
36
+ "disable_custom_kernels": false,
37
+ "dropout": 0.1,
38
+ "embedding_init_target": true,
39
+ "encoder_attention_heads": 8,
40
+ "encoder_ffn_dim": 2048,
41
+ "encoder_layers": 6,
42
+ "encoder_n_points": 4,
43
+ "focal_alpha": 0.25,
44
+ "fusion_dropout": 0.0,
45
+ "fusion_droppath": 0.1,
46
+ "giou_cost": 2.0,
47
+ "giou_loss_coefficient": 2.0,
48
+ "id2label": {
49
+ "0": "Coverall",
50
+ "1": "Face_Shield",
51
+ "2": "Gloves",
52
+ "3": "Goggles",
53
+ "4": "Mask"
54
+ },
55
+ "init_std": 0.02,
56
+ "is_encoder_decoder": true,
57
+ "label2id": {
58
+ "Coverall": 0,
59
+ "Face_Shield": 1,
60
+ "Gloves": 2,
61
+ "Goggles": 3,
62
+ "Mask": 4
63
+ },
64
+ "layer_norm_eps": 1e-05,
65
+ "max_text_len": 256,
66
+ "model_type": "grounding-dino",
67
+ "num_feature_levels": 4,
68
+ "num_queries": 900,
69
+ "position_embedding_type": "sine",
70
+ "positional_embedding_temperature": 20,
71
+ "query_dim": 4,
72
+ "text_config": {
73
+ "model_type": "bert"
74
+ },
75
+ "text_enhancer_dropout": 0.0,
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.44.0.dev0",
78
+ "two_stage": true,
79
+ "two_stage_bbox_embed_share": false,
80
+ "use_pretrained_backbone": false,
81
+ "use_timm_backbone": false
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af69733b57ff5023a7b61f89525c06eba8779e918adcf921b11520f0ceb0fc0
3
+ size 689359096
object_detection_no_trainer/1722927496.1607914/events.out.tfevents.1722927496.a9776447cf29.84568.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3221184e245a851ce68fed11b8fc7461714916926d8b2cba15abca07e955085
3
+ size 1670
object_detection_no_trainer/1722927496.1687741/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 2130
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722927736.4215612/events.out.tfevents.1722927736.a9776447cf29.88635.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b005a49e818dbb8cf844941769d1b4f7622afc5acad1232c8af07fb96d71bbd6
3
+ size 1670
object_detection_no_trainer/1722927736.4275439/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 2130
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722929510.8624237/events.out.tfevents.1722929510.a9776447cf29.93756.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2469db5ec4726c4261dfd9c3b61e784e5e0d62e0bf4bea80eace3b83c4cc64
3
+ size 1670
object_detection_no_trainer/1722929510.8686743/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722929898.8490453/events.out.tfevents.1722929898.a9776447cf29.98642.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d10fb94da2604d8be5f0c5573a75cb0e2781fac92fa3e20db1bdfb0393af14
3
+ size 1670
object_detection_no_trainer/1722929898.8548036/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722930686.9808612/events.out.tfevents.1722930686.a9776447cf29.104567.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c1cb5560e726e4ee4f613e561342269f8e901c700af6187515b8be207f2cea
3
+ size 1670
object_detection_no_trainer/1722930686.9868531/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722930933.0405385/events.out.tfevents.1722930933.a9776447cf29.110499.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:542f203d19f220eb50f3869ff0edb2fce19c363372a7994f07cef80684db81b3
3
+ size 1670
object_detection_no_trainer/1722930933.0460384/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722931172.263071/events.out.tfevents.1722931172.a9776447cf29.116503.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c58ea417f560ff8abb69e7e1cdcca072c478d9f27e5ff9d2a1ab5292424a4b5
3
+ size 1670
object_detection_no_trainer/1722931172.2689266/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722931491.497201/events.out.tfevents.1722931491.a9776447cf29.122439.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ceaa57fa58c3c2cc27467f1eb47471ffe6f62a1d7163c4ad730f80b0fa05de
3
+ size 1670
object_detection_no_trainer/1722931491.5044339/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 290
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722931612.309525/events.out.tfevents.1722931612.a9776447cf29.123965.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbed7959eb3132bda3017086abaaf45c5c0e3bdb2ab8bb641e00d0b66660d0f
3
+ size 1670
object_detection_no_trainer/1722931612.3147137/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 80
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: true
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/1722932037.2328255/events.out.tfevents.1722932037.a9776447cf29.129816.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4aa4cd57851ddcad043fd57cb4b5866942010f0c565cb03cfeb5527975cc34
3
+ size 1670
object_detection_no_trainer/1722932037.2386646/hparams.yml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ cache_dir: null
5
+ checkpointing_steps: epoch
6
+ dataloader_num_workers: 4
7
+ dataset_name: cppe-5
8
+ gradient_accumulation_steps: 1
9
+ hub_model_id: null
10
+ hub_token: null
11
+ ignore_mismatched_sizes: true
12
+ image_square_size: 600
13
+ learning_rate: 5.0e-05
14
+ lr_scheduler_type: linear
15
+ max_train_steps: 2130
16
+ model_name_or_path: IDEA-Research/grounding-dino-tiny
17
+ num_train_epochs: 10
18
+ num_warmup_steps: 0
19
+ output_dir: grounding-dino-tiny-finetuned-cppe-5-10k-steps-no-trainer
20
+ per_device_eval_batch_size: 1
21
+ per_device_train_batch_size: 1
22
+ push_to_hub: false
23
+ report_to: all
24
+ resume_from_checkpoint: null
25
+ seed: null
26
+ train_val_split: 0.15
27
+ trust_remote_code: false
28
+ use_auth_token: false
29
+ with_tracking: true
object_detection_no_trainer/events.out.tfevents.1722927496.a9776447cf29.84568.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94bd8275082f391fc3560f79736553f0a023cedd0cefe456e2003fce6b252b8d
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722927736.a9776447cf29.88635.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073a61bc6bfe46e2a4bc09cb45247f9ffc165896bd668a0619c4851bcb001106
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722929510.a9776447cf29.93756.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d79fbde18af9a870eb1bc99a5d4be1475e6fe2c931c7c3b11a0cf9f33a9dd7b
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722929898.a9776447cf29.98642.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7b4acf524001603fe74130470260fa7096aa357187c916304fe067f739e13e
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722930686.a9776447cf29.104567.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c8e786e06a4b1006d3031205df681a8ee9bcce04d43af7159713f9673a9a97
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722930933.a9776447cf29.110499.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aede00de6c92286ee26533cced91ee59d1f8d4231d0e170afb4d69baec6d151b
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722931172.a9776447cf29.116503.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31fec0a6b1d9e5ee49075681b227be8c9345371e459df09f3f59753375781bfd
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722931491.a9776447cf29.122439.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35cdf764030dcb069dfb57140cda09e9276822d0a0816523e384407dcf37ea03
3
+ size 88
object_detection_no_trainer/events.out.tfevents.1722931612.a9776447cf29.123965.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625afceb8886f6550c4d71d051b6f6dca55d58c462a87ceadf70f35183be6018
3
+ size 221
object_detection_no_trainer/events.out.tfevents.1722932037.a9776447cf29.129816.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c5a904112eba6498e955af799d494d77b0472fc65106cb4a2f56ee03a06192
3
+ size 1448
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "GroundingDinoImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "pad_size": null,
20
+ "processor_class": "GroundingDinoProcessor",
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 1333,
25
+ "shortest_edge": 800
26
+ }
27
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "processor_class": "GroundingDinoProcessor",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff