Upload
Browse files- .gitattributes +1 -0
- GoNotoCurrent.ttf +3 -0
- config.json +113 -0
- pytorch_model.bin +3 -0
- text_renderer_config.json +130 -0
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.ttf filter=lfs diff=lfs merge=lfs -text
|
GoNotoCurrent.ttf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ab5c39e2b1c34a955136275ce0db068cb20d9643ead033d6b8124a73ab4f64
|
3 |
+
size 15645492
|
config.json
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Team-PIXEL/pixel-base",
|
3 |
+
"architectures": [
|
4 |
+
"PIXELForBiaffineParsing"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"decoder_hidden_size": 512,
|
8 |
+
"decoder_intermediate_size": 2048,
|
9 |
+
"decoder_num_attention_heads": 16,
|
10 |
+
"decoder_num_hidden_layers": 8,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "_",
|
16 |
+
"1": "acl",
|
17 |
+
"2": "advcl",
|
18 |
+
"3": "advmod",
|
19 |
+
"4": "amod",
|
20 |
+
"5": "appos",
|
21 |
+
"6": "aux",
|
22 |
+
"7": "case",
|
23 |
+
"8": "cc",
|
24 |
+
"9": "ccomp",
|
25 |
+
"10": "clf",
|
26 |
+
"11": "compound",
|
27 |
+
"12": "conj",
|
28 |
+
"13": "cop",
|
29 |
+
"14": "csubj",
|
30 |
+
"15": "dep",
|
31 |
+
"16": "det",
|
32 |
+
"17": "discourse",
|
33 |
+
"18": "dislocated",
|
34 |
+
"19": "expl",
|
35 |
+
"20": "fixed",
|
36 |
+
"21": "flat",
|
37 |
+
"22": "goeswith",
|
38 |
+
"23": "iobj",
|
39 |
+
"24": "list",
|
40 |
+
"25": "mark",
|
41 |
+
"26": "nmod",
|
42 |
+
"27": "nsubj",
|
43 |
+
"28": "nummod",
|
44 |
+
"29": "obj",
|
45 |
+
"30": "obl",
|
46 |
+
"31": "orphan",
|
47 |
+
"32": "parataxis",
|
48 |
+
"33": "punct",
|
49 |
+
"34": "reparandum",
|
50 |
+
"35": "root",
|
51 |
+
"36": "vocative",
|
52 |
+
"37": "xcomp"
|
53 |
+
},
|
54 |
+
"image_size": [
|
55 |
+
16,
|
56 |
+
4096
|
57 |
+
],
|
58 |
+
"initializer_range": 0.02,
|
59 |
+
"intermediate_size": 3072,
|
60 |
+
"interpolate_pos_encoding": false,
|
61 |
+
"label2id": {
|
62 |
+
"_": 0,
|
63 |
+
"acl": 1,
|
64 |
+
"advcl": 2,
|
65 |
+
"advmod": 3,
|
66 |
+
"amod": 4,
|
67 |
+
"appos": 5,
|
68 |
+
"aux": 6,
|
69 |
+
"case": 7,
|
70 |
+
"cc": 8,
|
71 |
+
"ccomp": 9,
|
72 |
+
"clf": 10,
|
73 |
+
"compound": 11,
|
74 |
+
"conj": 12,
|
75 |
+
"cop": 13,
|
76 |
+
"csubj": 14,
|
77 |
+
"dep": 15,
|
78 |
+
"det": 16,
|
79 |
+
"discourse": 17,
|
80 |
+
"dislocated": 18,
|
81 |
+
"expl": 19,
|
82 |
+
"fixed": 20,
|
83 |
+
"flat": 21,
|
84 |
+
"goeswith": 22,
|
85 |
+
"iobj": 23,
|
86 |
+
"list": 24,
|
87 |
+
"mark": 25,
|
88 |
+
"nmod": 26,
|
89 |
+
"nsubj": 27,
|
90 |
+
"nummod": 28,
|
91 |
+
"obj": 29,
|
92 |
+
"obl": 30,
|
93 |
+
"orphan": 31,
|
94 |
+
"parataxis": 32,
|
95 |
+
"punct": 33,
|
96 |
+
"reparandum": 34,
|
97 |
+
"root": 35,
|
98 |
+
"vocative": 36,
|
99 |
+
"xcomp": 37
|
100 |
+
},
|
101 |
+
"layer_norm_eps": 1e-12,
|
102 |
+
"mask_ratio": 0.25,
|
103 |
+
"model_type": "pixel",
|
104 |
+
"norm_pix_loss": true,
|
105 |
+
"num_attention_heads": 12,
|
106 |
+
"num_channels": 3,
|
107 |
+
"num_hidden_layers": 12,
|
108 |
+
"pad_token_id": -100,
|
109 |
+
"patch_size": 16,
|
110 |
+
"qkv_bias": true,
|
111 |
+
"torch_dtype": "float32",
|
112 |
+
"transformers_version": "4.17.0"
|
113 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:115b8cbfc93bafda37d134748fb986d74c0733a521228da8ccfa4448c1b2249b
|
3 |
+
size 438188841
|
text_renderer_config.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"background_color": "white",
|
3 |
+
"dpi": 120,
|
4 |
+
"font_color": "black",
|
5 |
+
"font_file": "GoNotoCurrent.ttf",
|
6 |
+
"font_size": 8,
|
7 |
+
"fonts_list": [
|
8 |
+
"Apple Color Emoji",
|
9 |
+
"C059",
|
10 |
+
"D050000L",
|
11 |
+
"DejaVu Sans",
|
12 |
+
"DejaVu Sans Mono",
|
13 |
+
"Go Noto Africa Middle East",
|
14 |
+
"Go Noto Ancient",
|
15 |
+
"Go Noto Asia Historical",
|
16 |
+
"Go Noto Current",
|
17 |
+
"Go Noto East Asia",
|
18 |
+
"Go Noto Europe Americas",
|
19 |
+
"Go Noto South Asia",
|
20 |
+
"Go Noto South East Asia",
|
21 |
+
"Inconsolata",
|
22 |
+
"Monospace",
|
23 |
+
"Nimbus Mono PS",
|
24 |
+
"Nimbus Roman",
|
25 |
+
"Nimbus Sans",
|
26 |
+
"Nimbus Sans Narrow",
|
27 |
+
"Noto Emoji",
|
28 |
+
"Noto Music",
|
29 |
+
"Noto Sans",
|
30 |
+
"Noto Sans Adlam",
|
31 |
+
"Noto Sans Arabic",
|
32 |
+
"Noto Sans Armenian",
|
33 |
+
"Noto Sans Balinese",
|
34 |
+
"Noto Sans Bamum",
|
35 |
+
"Noto Sans Bassa Vah",
|
36 |
+
"Noto Sans Batak",
|
37 |
+
"Noto Sans Bengali",
|
38 |
+
"Noto Sans Buginese",
|
39 |
+
"Noto Sans Buhid",
|
40 |
+
"Noto Sans CJK HK",
|
41 |
+
"Noto Sans CJK JP",
|
42 |
+
"Noto Sans CJK KR",
|
43 |
+
"Noto Sans CJK SC",
|
44 |
+
"Noto Sans CJK TC",
|
45 |
+
"Noto Sans Chakma",
|
46 |
+
"Noto Sans Cham",
|
47 |
+
"Noto Sans Cherokee",
|
48 |
+
"Noto Sans Coptic",
|
49 |
+
"Noto Sans Deseret",
|
50 |
+
"Noto Sans Devanagari",
|
51 |
+
"Noto Sans Ethiopic",
|
52 |
+
"Noto Sans Georgian",
|
53 |
+
"Noto Sans Gujarati",
|
54 |
+
"Noto Sans Gunjala Gondi",
|
55 |
+
"Noto Sans Gurmukhi",
|
56 |
+
"Noto Sans Hanifi Rohingya",
|
57 |
+
"Noto Sans Hanunoo",
|
58 |
+
"Noto Sans Hebrew",
|
59 |
+
"Noto Sans Javanese",
|
60 |
+
"Noto Sans Kannada",
|
61 |
+
"Noto Sans Kayah Li",
|
62 |
+
"Noto Sans Khmer",
|
63 |
+
"Noto Sans Lao",
|
64 |
+
"Noto Sans Lepcha",
|
65 |
+
"Noto Sans Limbu",
|
66 |
+
"Noto Sans Lisu",
|
67 |
+
"Noto Sans Malayalam",
|
68 |
+
"Noto Sans Mandaic",
|
69 |
+
"Noto Sans Masaram Gondi",
|
70 |
+
"Noto Sans Math",
|
71 |
+
"Noto Sans Medefaidrin",
|
72 |
+
"Noto Sans Meetei Mayek",
|
73 |
+
"Noto Sans Mende Kikakui",
|
74 |
+
"Noto Sans Miao",
|
75 |
+
"Noto Sans Mongolian",
|
76 |
+
"Noto Sans Mro",
|
77 |
+
"Noto Sans Myanmar",
|
78 |
+
"Noto Sans NKo",
|
79 |
+
"Noto Sans New Tai Lue",
|
80 |
+
"Noto Sans Newa",
|
81 |
+
"Noto Sans Nushu",
|
82 |
+
"Noto Sans Ol Chiki",
|
83 |
+
"Noto Sans Oriya",
|
84 |
+
"Noto Sans Osage",
|
85 |
+
"Noto Sans Osmanya",
|
86 |
+
"Noto Sans Pahawh Hmong",
|
87 |
+
"Noto Sans Pau Cin Hau",
|
88 |
+
"Noto Sans Rejang",
|
89 |
+
"Noto Sans Samaritan",
|
90 |
+
"Noto Sans Saurashtra",
|
91 |
+
"Noto Sans SignWriting",
|
92 |
+
"Noto Sans Sinhala",
|
93 |
+
"Noto Sans Sundanese",
|
94 |
+
"Noto Sans Syloti Nagri",
|
95 |
+
"Noto Sans Symbols",
|
96 |
+
"Noto Sans Symbols2",
|
97 |
+
"Noto Sans Syriac",
|
98 |
+
"Noto Sans Tagalog",
|
99 |
+
"Noto Sans Tagbanwa",
|
100 |
+
"Noto Sans Tai Le",
|
101 |
+
"Noto Sans Tai Tham",
|
102 |
+
"Noto Sans Tai Viet",
|
103 |
+
"Noto Sans Tamil",
|
104 |
+
"Noto Sans Tangsa",
|
105 |
+
"Noto Sans Telugu",
|
106 |
+
"Noto Sans Thaana",
|
107 |
+
"Noto Sans Thai",
|
108 |
+
"Noto Sans Tifinagh",
|
109 |
+
"Noto Sans Vai",
|
110 |
+
"Noto Sans Wancho",
|
111 |
+
"Noto Sans Warang Citi",
|
112 |
+
"Noto Sans Yi",
|
113 |
+
"P052",
|
114 |
+
"Sans",
|
115 |
+
"Serif",
|
116 |
+
"Source Code Pro",
|
117 |
+
"System-ui",
|
118 |
+
"URW Bookman",
|
119 |
+
"URW Gothic",
|
120 |
+
"Ubuntu",
|
121 |
+
"Ubuntu Condensed",
|
122 |
+
"Ubuntu Mono",
|
123 |
+
"Z003"
|
124 |
+
],
|
125 |
+
"max_seq_length": 256,
|
126 |
+
"pad_size": 3,
|
127 |
+
"pixels_per_patch": 16,
|
128 |
+
"rgb": false,
|
129 |
+
"text_renderer_type": "PangoCairoTextRenderer"
|
130 |
+
}
|