dhruvindankhara commited on
Commit
db64b6b
1 Parent(s): d9c77dd

Training in progress, epoch 0

Browse files
Files changed (2) hide show
  1. config.json +144 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "6184322718657e6c918ef58d8a67d985581ea308",
3
+ "_name_or_path": "dhruvindankhara/DETR_FineTuning_2",
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": null,
12
+ "backbone_config": {
13
+ "_name_or_path": "",
14
+ "add_cross_attention": false,
15
+ "architectures": null,
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": null,
19
+ "chunk_size_feed_forward": 0,
20
+ "cross_attention_hidden_size": null,
21
+ "decoder_start_token_id": null,
22
+ "depths": [
23
+ 3,
24
+ 4,
25
+ 6,
26
+ 3
27
+ ],
28
+ "diversity_penalty": 0.0,
29
+ "do_sample": false,
30
+ "downsample_in_first_stage": false,
31
+ "early_stopping": false,
32
+ "embedding_size": 64,
33
+ "encoder_no_repeat_ngram_size": 0,
34
+ "eos_token_id": null,
35
+ "exponential_decay_length_penalty": null,
36
+ "finetuning_task": null,
37
+ "forced_bos_token_id": null,
38
+ "forced_eos_token_id": null,
39
+ "hidden_act": "relu",
40
+ "hidden_sizes": [
41
+ 256,
42
+ 512,
43
+ 1024,
44
+ 2048
45
+ ],
46
+ "id2label": {
47
+ "0": "LABEL_0",
48
+ "1": "LABEL_1"
49
+ },
50
+ "is_decoder": false,
51
+ "is_encoder_decoder": false,
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1
55
+ },
56
+ "layer_type": "bottleneck",
57
+ "length_penalty": 1.0,
58
+ "max_length": 20,
59
+ "min_length": 0,
60
+ "model_type": "resnet",
61
+ "no_repeat_ngram_size": 0,
62
+ "num_beam_groups": 1,
63
+ "num_beams": 1,
64
+ "num_channels": 3,
65
+ "num_return_sequences": 1,
66
+ "out_features": [
67
+ "stage4"
68
+ ],
69
+ "out_indices": [
70
+ 4
71
+ ],
72
+ "output_attentions": false,
73
+ "output_hidden_states": false,
74
+ "output_scores": false,
75
+ "pad_token_id": null,
76
+ "prefix": null,
77
+ "problem_type": null,
78
+ "pruned_heads": {},
79
+ "remove_invalid_values": false,
80
+ "repetition_penalty": 1.0,
81
+ "return_dict": true,
82
+ "return_dict_in_generate": false,
83
+ "sep_token_id": null,
84
+ "stage_names": [
85
+ "stem",
86
+ "stage1",
87
+ "stage2",
88
+ "stage3",
89
+ "stage4"
90
+ ],
91
+ "suppress_tokens": null,
92
+ "task_specific_params": null,
93
+ "temperature": 1.0,
94
+ "tf_legacy_loss": false,
95
+ "tie_encoder_decoder": false,
96
+ "tie_word_embeddings": true,
97
+ "tokenizer_class": null,
98
+ "top_k": 50,
99
+ "top_p": 1.0,
100
+ "torch_dtype": null,
101
+ "torchscript": false,
102
+ "transformers_version": "4.31.0",
103
+ "typical_p": 1.0,
104
+ "use_bfloat16": false
105
+ },
106
+ "bbox_cost": 5,
107
+ "bbox_loss_coefficient": 5,
108
+ "class_cost": 1,
109
+ "d_model": 256,
110
+ "decoder_attention_heads": 8,
111
+ "decoder_ffn_dim": 2048,
112
+ "decoder_layerdrop": 0.0,
113
+ "decoder_layers": 6,
114
+ "dice_loss_coefficient": 1,
115
+ "dilation": null,
116
+ "dropout": 0.1,
117
+ "encoder_attention_heads": 8,
118
+ "encoder_ffn_dim": 2048,
119
+ "encoder_layerdrop": 0.0,
120
+ "encoder_layers": 6,
121
+ "eos_coefficient": 0.1,
122
+ "giou_cost": 2,
123
+ "giou_loss_coefficient": 2,
124
+ "id2label": {
125
+ "0": "face"
126
+ },
127
+ "init_std": 0.02,
128
+ "init_xavier_std": 1.0,
129
+ "is_encoder_decoder": true,
130
+ "label2id": {
131
+ "LABEL_0": 0
132
+ },
133
+ "mask_loss_coefficient": 1,
134
+ "model_type": "detr",
135
+ "num_channels": 3,
136
+ "num_hidden_layers": 6,
137
+ "num_queries": 100,
138
+ "position_embedding_type": "sine",
139
+ "scale_embedding": false,
140
+ "torch_dtype": "float32",
141
+ "transformers_version": null,
142
+ "use_pretrained_backbone": null,
143
+ "use_timm_backbone": false
144
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c58ac535ec3f56e9447a86fb17c5eaa613f7055fe5ba66206a4a041f668146
3
+ size 166623573