merve HF Staff commited on
Commit
97676ae
·
verified ·
1 Parent(s): b78c9e2

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +121 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +26 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "silu",
4
+ "architectures": [
5
+ "RfDetrForObjectDetection"
6
+ ],
7
+ "attention_bias": true,
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": true,
10
+ "backbone_config": {
11
+ "apply_layernorm": true,
12
+ "attention_probs_dropout_prob": 0.0,
13
+ "drop_path_rate": 0.0,
14
+ "dtype": "float32",
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.0,
17
+ "hidden_size": 384,
18
+ "image_size": 576,
19
+ "initializer_range": 0.02,
20
+ "layer_norm_eps": 1e-06,
21
+ "layerscale_value": 1.0,
22
+ "mlp_ratio": 4,
23
+ "model_type": "rf_detr_dinov2",
24
+ "num_attention_heads": 6,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "num_windows": 2,
28
+ "out_features": [
29
+ "stage3",
30
+ "stage6",
31
+ "stage9",
32
+ "stage12"
33
+ ],
34
+ "out_indices": [
35
+ 3,
36
+ 6,
37
+ 9,
38
+ 12
39
+ ],
40
+ "patch_size": 16,
41
+ "qkv_bias": true,
42
+ "reshape_hidden_states": true,
43
+ "stage_names": [
44
+ "stem",
45
+ "stage1",
46
+ "stage2",
47
+ "stage3",
48
+ "stage4",
49
+ "stage5",
50
+ "stage6",
51
+ "stage7",
52
+ "stage8",
53
+ "stage9",
54
+ "stage10",
55
+ "stage11",
56
+ "stage12"
57
+ ],
58
+ "use_mask_token": true,
59
+ "use_swiglu_ffn": false,
60
+ "window_block_indexes": [
61
+ 0,
62
+ 1,
63
+ 2,
64
+ 4,
65
+ 5,
66
+ 7,
67
+ 8,
68
+ 10,
69
+ 11
70
+ ]
71
+ },
72
+ "bbox_cost": 5,
73
+ "bbox_loss_coefficient": 5,
74
+ "c2f_num_blocks": 3,
75
+ "class_cost": 2,
76
+ "class_loss_coefficient": 1,
77
+ "d_model": 256,
78
+ "decoder_activation_function": "relu",
79
+ "decoder_cross_attention_heads": 16,
80
+ "decoder_ffn_dim": 2048,
81
+ "decoder_layers": 4,
82
+ "decoder_n_points": 2,
83
+ "decoder_self_attention_heads": 8,
84
+ "dice_loss_coefficient": 1,
85
+ "disable_custom_kernels": true,
86
+ "dropout": 0.1,
87
+ "dtype": "float32",
88
+ "eos_coefficient": 0.1,
89
+ "focal_alpha": 0.25,
90
+ "giou_cost": 2,
91
+ "giou_loss_coefficient": 2,
92
+ "group_detr": 13,
93
+ "hidden_expansion": 0.5,
94
+ "id2label": {
95
+ "0": "chart",
96
+ "1": "image",
97
+ "2": "signature"
98
+ },
99
+ "init_std": 0.02,
100
+ "intermediate_size": 1024,
101
+ "label2id": {
102
+ "chart": 0,
103
+ "image": 1,
104
+ "signature": 2
105
+ },
106
+ "layer_norm_eps": 1e-05,
107
+ "mask_class_loss_coefficient": 5.0,
108
+ "mask_dice_loss_coefficient": 5.0,
109
+ "mask_downsample_ratio": 4,
110
+ "mask_loss_coefficient": 1,
111
+ "mask_point_sample_ratio": 16,
112
+ "model_type": "rf_detr",
113
+ "num_feature_levels": 1,
114
+ "num_queries": 300,
115
+ "projector_scale_factors": [
116
+ 1.0
117
+ ],
118
+ "segmentation_head_activation_function": "gelu",
119
+ "transformers_version": "5.12.1",
120
+ "use_cache": false
121
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2456786c675b3c3f7d2b994b9c1acd5baade247e46b9a2503fa91ac45a1c13d
3
+ size 133545800
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": "RfDetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 576,
23
+ "width": 576
24
+ },
25
+ "use_fast": true
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:684a49f70f497aa27904ab3039cc25e8e499f32a49a87e92e4b5c4f8ebe9e93e
3
+ size 5265