Rodr16020 commited on
Commit
c299340
·
verified ·
1 Parent(s): 9c08c34

V3 - More samples - Burnice_White

Browse files
Files changed (2) hide show
  1. config.json +23 -30
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/ralvarez22/Adrian/Text2Latex/checkpoints/detr/Tayzzyronth/V_9",
3
  "activation_dropout": 0.0,
4
  "activation_function": "silu",
5
  "anchor_image_size": null,
@@ -11,18 +11,11 @@
11
  "backbone": null,
12
  "backbone_config": {
13
  "depths": [
14
- 2,
15
- 2,
16
- 2,
17
- 2
18
- ],
19
- "hidden_sizes": [
20
- 64,
21
- 128,
22
- 256,
23
- 512
24
  ],
25
- "layer_type": "basic",
26
  "model_type": "rt_detr_resnet",
27
  "out_features": [
28
  "stage2",
@@ -43,11 +36,11 @@
43
  "decoder_attention_heads": 8,
44
  "decoder_ffn_dim": 1024,
45
  "decoder_in_channels": [
46
- 256,
47
- 256,
48
- 256
49
  ],
50
- "decoder_layers": 3,
51
  "decoder_n_points": 4,
52
  "disable_custom_kernels": true,
53
  "dropout": 0.0,
@@ -56,12 +49,12 @@
56
  ],
57
  "encoder_activation_function": "gelu",
58
  "encoder_attention_heads": 8,
59
- "encoder_ffn_dim": 1024,
60
- "encoder_hidden_dim": 256,
61
  "encoder_in_channels": [
62
- 128,
63
- 256,
64
- 512
65
  ],
66
  "encoder_layers": 1,
67
  "eos_coefficient": 0.0001,
@@ -74,21 +67,21 @@
74
  "focal_loss_alpha": 0.75,
75
  "focal_loss_gamma": 2.0,
76
  "freeze_backbone_batch_norms": true,
77
- "hidden_expansion": 0.5,
78
  "id2label": {
79
- "0": "word",
80
- "1": "text",
81
- "2": "latex",
82
- "3": "image"
83
  },
84
  "initializer_bias_prior_prob": null,
85
  "initializer_range": 0.01,
86
  "is_encoder_decoder": true,
87
  "label2id": {
88
- "image": 3,
89
- "latex": 2,
90
- "text": 1,
91
- "word": 0
92
  },
93
  "label_noise_ratio": 0.5,
94
  "layer_norm_eps": 1e-05,
 
1
  {
2
+ "_name_or_path": "./finetuned/rtdetr/Burnice_White__RTDETR/V_6",
3
  "activation_dropout": 0.0,
4
  "activation_function": "silu",
5
  "anchor_image_size": null,
 
11
  "backbone": null,
12
  "backbone_config": {
13
  "depths": [
14
+ 3,
15
+ 4,
16
+ 23,
17
+ 3
 
 
 
 
 
 
18
  ],
 
19
  "model_type": "rt_detr_resnet",
20
  "out_features": [
21
  "stage2",
 
36
  "decoder_attention_heads": 8,
37
  "decoder_ffn_dim": 1024,
38
  "decoder_in_channels": [
39
+ 384,
40
+ 384,
41
+ 384
42
  ],
43
+ "decoder_layers": 6,
44
  "decoder_n_points": 4,
45
  "disable_custom_kernels": true,
46
  "dropout": 0.0,
 
49
  ],
50
  "encoder_activation_function": "gelu",
51
  "encoder_attention_heads": 8,
52
+ "encoder_ffn_dim": 2048,
53
+ "encoder_hidden_dim": 384,
54
  "encoder_in_channels": [
55
+ 512,
56
+ 1024,
57
+ 2048
58
  ],
59
  "encoder_layers": 1,
60
  "eos_coefficient": 0.0001,
 
67
  "focal_loss_alpha": 0.75,
68
  "focal_loss_gamma": 2.0,
69
  "freeze_backbone_batch_norms": true,
70
+ "hidden_expansion": 1.0,
71
  "id2label": {
72
+ "0": "LABEL_0",
73
+ "1": "LABEL_1",
74
+ "2": "LABEL_2",
75
+ "3": "LABEL_3"
76
  },
77
  "initializer_bias_prior_prob": null,
78
  "initializer_range": 0.01,
79
  "is_encoder_decoder": true,
80
  "label2id": {
81
+ "LABEL_0": 0,
82
+ "LABEL_1": 1,
83
+ "LABEL_2": 2,
84
+ "LABEL_3": 3
85
  },
86
  "label_noise_ratio": 0.5,
87
  "layer_norm_eps": 1e-05,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:035a80308d86babf53235a4fd7c57b2d16687a25b07f598ec48eb2db390493cb
3
- size 80513800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fd453268ba06400bb137d95f698f643a857e1c39521eb10090c5cb9fbec5cb
3
+ size 306706264