Darayut commited on
Commit
34797b8
·
verified ·
1 Parent(s): cad48dd

Upload 2 files

Browse files
Files changed (2) hide show
  1. best/config.json +97 -0
  2. best/model.safetensors +3 -0
best/config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegformerForSemanticSegmentation"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "classifier_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 256,
8
+ "depths": [
9
+ 2,
10
+ 2,
11
+ 2,
12
+ 2
13
+ ],
14
+ "downsampling_rates": [
15
+ 1,
16
+ 4,
17
+ 8,
18
+ 16
19
+ ],
20
+ "drop_path_rate": 0.1,
21
+ "dtype": "float32",
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 32,
26
+ 64,
27
+ 160,
28
+ 256
29
+ ],
30
+ "id2label": {
31
+ "0": "Background",
32
+ "1": "Caption",
33
+ "2": "Footnote",
34
+ "3": "Formula",
35
+ "4": "List-item",
36
+ "5": "Page-footer",
37
+ "6": "Page-header",
38
+ "7": "Picture",
39
+ "8": "Section-header",
40
+ "9": "Table",
41
+ "10": "Text",
42
+ "11": "Title"
43
+ },
44
+ "image_size": 224,
45
+ "initializer_range": 0.02,
46
+ "label2id": {
47
+ "Background": 0,
48
+ "Caption": 1,
49
+ "Footnote": 2,
50
+ "Formula": 3,
51
+ "List-item": 4,
52
+ "Page-footer": 5,
53
+ "Page-header": 6,
54
+ "Picture": 7,
55
+ "Section-header": 8,
56
+ "Table": 9,
57
+ "Text": 10,
58
+ "Title": 11
59
+ },
60
+ "layer_norm_eps": 1e-06,
61
+ "mlp_ratios": [
62
+ 4,
63
+ 4,
64
+ 4,
65
+ 4
66
+ ],
67
+ "model_type": "segformer",
68
+ "num_attention_heads": [
69
+ 1,
70
+ 2,
71
+ 5,
72
+ 8
73
+ ],
74
+ "num_channels": 3,
75
+ "num_encoder_blocks": 4,
76
+ "patch_sizes": [
77
+ 7,
78
+ 3,
79
+ 3,
80
+ 3
81
+ ],
82
+ "reshape_last_stage": true,
83
+ "semantic_loss_ignore_index": 255,
84
+ "sr_ratios": [
85
+ 8,
86
+ 4,
87
+ 2,
88
+ 1
89
+ ],
90
+ "strides": [
91
+ 4,
92
+ 2,
93
+ 2,
94
+ 2
95
+ ],
96
+ "transformers_version": "4.57.1"
97
+ }
best/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c220a4f17f5c8ef561ff158c21e898344aca5c8130f143df52fa2ec5f3246fc
3
+ size 14895064