Gummybear05 commited on
Commit
307efc9
ยท
verified ยท
1 Parent(s): 0d95b69

Upload tokenizer

Browse files
Files changed (5) hide show
  1. README.md +199 -0
  2. added_tokens.json +4 -0
  3. special_tokens_map.json +6 -0
  4. tokenizer_config.json +47 -0
  5. vocab.json +836 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a ๐Ÿค— transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 835,
3
+ "<s>": 834
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "832": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "833": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "834": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "835": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "[PAD]",
42
+ "replace_word_delimiter_char": " ",
43
+ "target_lang": null,
44
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
+ "unk_token": "[UNK]",
46
+ "word_delimiter_token": "|"
47
+ }
vocab.json ADDED
@@ -0,0 +1,836 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "(": 1,
3
+ ")": 2,
4
+ ":": 3,
5
+ "N": 4,
6
+ "P": 5,
7
+ "S": 6,
8
+ "[PAD]": 833,
9
+ "[UNK]": 832,
10
+ "|": 0,
11
+ "๊ฐ€": 7,
12
+ "๊ฐ": 8,
13
+ "๊ฐ„": 9,
14
+ "๊ฐ‡": 10,
15
+ "๊ฐˆ": 11,
16
+ "๊ฐ‰": 12,
17
+ "๊ฐ": 13,
18
+ "๊ฐ‘": 14,
19
+ "๊ฐ’": 15,
20
+ "๊ฐ“": 16,
21
+ "๊ฐ”": 17,
22
+ "๊ฐ•": 18,
23
+ "๊ฐ–": 19,
24
+ "๊ฐ™": 20,
25
+ "๊ฐœ": 21,
26
+ "๊ฐ": 22,
27
+ "๊ฐฑ": 23,
28
+ "๊ฑ”": 24,
29
+ "๊ฑฐ": 25,
30
+ "๊ฑฑ": 26,
31
+ "๊ฑด": 27,
32
+ "๊ฑธ": 28,
33
+ "๊ฒ€": 29,
34
+ "๊ฒ": 30,
35
+ "๊ฒƒ": 31,
36
+ "๊ฒŒ": 32,
37
+ "๊ฒŸ": 33,
38
+ "๊ฒ ": 34,
39
+ "๊ฒจ": 35,
40
+ "๊ฒฉ": 36,
41
+ "๊ฒช": 37,
42
+ "๊ฒฌ": 38,
43
+ "๊ฒฐ": 39,
44
+ "๊ฒธ": 40,
45
+ "๊ฒน": 41,
46
+ "๊ฒผ": 42,
47
+ "๊ฒฝ": 43,
48
+ "๊ณ„": 44,
49
+ "๊ณ ": 45,
50
+ "๊ณค": 46,
51
+ "๊ณง": 47,
52
+ "๊ณจ": 48,
53
+ "๊ณฐ": 49,
54
+ "๊ณฑ": 50,
55
+ "๊ณณ": 51,
56
+ "๊ณต": 52,
57
+ "๊ณถ": 53,
58
+ "๊ณผ": 54,
59
+ "๊ด€": 55,
60
+ "๊ด‘": 56,
61
+ "๊ดœ": 57,
62
+ "๊ดด": 58,
63
+ "๊ต‰": 59,
64
+ "๊ต": 60,
65
+ "๊ตฌ": 61,
66
+ "๊ตญ": 62,
67
+ "๊ตฐ": 63,
68
+ "๊ตณ": 64,
69
+ "๊ตด": 65,
70
+ "๊ตต": 66,
71
+ "๊ตฝ": 67,
72
+ "๊ถ": 68,
73
+ "๊ถŒ": 69,
74
+ "๊ท€": 70,
75
+ "๊ทœ": 71,
76
+ "๊ท ": 72,
77
+ "๊ทธ": 73,
78
+ "๊ทน": 74,
79
+ "๊ทผ": 75,
80
+ "๊ธ€": 76,
81
+ "๊ธˆ": 77,
82
+ "๊ธ‰": 78,
83
+ "๊ธ": 79,
84
+ "๊ธฐ": 80,
85
+ "๊ธด": 81,
86
+ "๊ธธ": 82,
87
+ "๊น€": 83,
88
+ "๊นŠ": 84,
89
+ "๊นŒ": 85,
90
+ "๊น": 86,
91
+ "๊น": 87,
92
+ "๊นœ": 88,
93
+ "๊น": 89,
94
+ "๊นจ": 90,
95
+ "๊นผ": 91,
96
+ "๊บผ": 92,
97
+ "๊บฝ": 93,
98
+ "๊ป˜": 94,
99
+ "๊ปด": 95,
100
+ "๊ผˆ": 96,
101
+ "๊ผฌ": 97,
102
+ "๊ผญ": 98,
103
+ "๊ฝ": 99,
104
+ "๊ฝƒ": 100,
105
+ "๊ฝค": 101,
106
+ "๊พธ": 102,
107
+ "๊ฟ€": 103,
108
+ "๊ฟˆ": 104,
109
+ "๊ฟ": 105,
110
+ "๊ฟ”": 106,
111
+ "๋€Œ": 107,
112
+ "๋€": 108,
113
+ "๋„": 109,
114
+ "๋Š": 110,
115
+ "๋Œ": 111,
116
+ "๋“": 112,
117
+ "๋”": 113,
118
+ "๋—": 114,
119
+ "๋": 115,
120
+ "๋ผ": 116,
121
+ "๋ฝ": 117,
122
+ "๋‚€": 118,
123
+ "๋‚Œ": 119,
124
+ "๋‚˜": 120,
125
+ "๋‚™": 121,
126
+ "๋‚š": 122,
127
+ "๋‚œ": 123,
128
+ "๋‚ ": 124,
129
+ "๋‚ก": 125,
130
+ "๋‚จ": 126,
131
+ "๋‚ซ": 127,
132
+ "๋‚ฌ": 128,
133
+ "๋‚ญ": 129,
134
+ "๋‚ฎ": 130,
135
+ "๋‚ด": 131,
136
+ "๋‚ธ": 132,
137
+ "๋‚ผ": 133,
138
+ "๋ƒ„": 134,
139
+ "๋ƒˆ": 135,
140
+ "๋ƒ": 136,
141
+ "๋ƒฅ": 137,
142
+ "๋„ˆ": 138,
143
+ "๋„“": 139,
144
+ "๋„˜": 140,
145
+ "๋„ฃ": 141,
146
+ "๋„ค": 142,
147
+ "๋„ท": 143,
148
+ "๋…€": 144,
149
+ "๋…": 145,
150
+ "๋…„": 146,
151
+ "๋…": 147,
152
+ "๋…”": 148,
153
+ "๋…ธ": 149,
154
+ "๋…น": 150,
155
+ "๋…ผ": 151,
156
+ "๋†€": 152,
157
+ "๋†ˆ": 153,
158
+ "๋†’": 154,
159
+ "๋†“": 155,
160
+ "๋†”": 156,
161
+ "๋†จ": 157,
162
+ "๋ˆ„": 158,
163
+ "๋ˆˆ": 159,
164
+ "๋ˆ ": 160,
165
+ "๋‰ด": 161,
166
+ "๋Š": 162,
167
+ "๋Š”": 163,
168
+ "๋Š˜": 164,
169
+ "๋Š™": 165,
170
+ "๋Šฅ": 166,
171
+ "๋Šฆ": 167,
172
+ "๋Šฌ": 168,
173
+ "๋‹ˆ": 169,
174
+ "๋‹Œ": 170,
175
+ "๋‹": 171,
176
+ "๋‹˜": 172,
177
+ "๋‹ค": 173,
178
+ "๋‹ฅ": 174,
179
+ "๋‹จ": 175,
180
+ "๋‹ซ": 176,
181
+ "๋‹ฌ": 177,
182
+ "๋‹ญ": 178,
183
+ "๋‹ด": 179,
184
+ "๋‹ต": 180,
185
+ "๋‹ท": 181,
186
+ "๋‹น": 182,
187
+ "๋‹ฟ": 183,
188
+ "๋Œ€": 184,
189
+ "๋Œ": 185,
190
+ "๋Œ": 186,
191
+ "๋”": 187,
192
+ "๋˜": 188,
193
+ "๋Ÿ": 189,
194
+ "๋ค": 190,
195
+ "๋ฅ": 191,
196
+ "๋ฉ": 192,
197
+ "๋ฐ": 193,
198
+ "๋ด": 194,
199
+ "๋ธ": 195,
200
+ "๋„": 196,
201
+ "๋…": 197,
202
+ "๋ˆ": 198,
203
+ "๋Œ": 199,
204
+ "๋™": 200,
205
+ "๋ผ": 201,
206
+ "๋": 202,
207
+ "๋˜": 203,
208
+ "๋œ": 204,
209
+ "๋ ": 205,
210
+ "๋‘": 206,
211
+ "๋‘‘": 207,
212
+ "๋‘˜": 208,
213
+ "๋‘ก": 209,
214
+ "๋‘ฌ": 210,
215
+ "๋’ค": 211,
216
+ "๋’ท": 212,
217
+ "๋“œ": 213,
218
+ "๋“": 214,
219
+ "๋“ ": 215,
220
+ "๋“ฃ": 216,
221
+ "๋“ค": 217,
222
+ "๋“ฏ": 218,
223
+ "๋“ฑ": 219,
224
+ "๋””": 220,
225
+ "๋”˜": 221,
226
+ "๋”ฉ": 222,
227
+ "๋”ช": 223,
228
+ "๋”ฐ": 224,
229
+ "๋”ฑ": 225,
230
+ "๋”ธ": 226,
231
+ "๋•…": 227,
232
+ "๋•Œ": 228,
233
+ "๋•": 229,
234
+ "๋– ": 230,
235
+ "๋–ค": 231,
236
+ "๋–จ": 232,
237
+ "๋–ป": 233,
238
+ "๋˜": 234,
239
+ "๋˜‘": 235,
240
+ "๋›ฐ": 236,
241
+ "๋œฉ": 237,
242
+ "๋œฐ": 238,
243
+ "๋œป": 239,
244
+ "๋„": 240,
245
+ "๋ ": 241,
246
+ "๋ผ": 242,
247
+ "๋ฝ": 243,
248
+ "๋ž€": 244,
249
+ "๋ž„": 245,
250
+ "๋žŒ": 246,
251
+ "๋ž": 247,
252
+ "๋ž": 248,
253
+ "๋ž‘": 249,
254
+ "๋ž˜": 250,
255
+ "๋žœ": 251,
256
+ "๋žจ": 252,
257
+ "๋žฌ": 253,
258
+ "๋Ÿ‰": 254,
259
+ "๋Ÿฌ": 255,
260
+ "๋Ÿฐ": 256,
261
+ "๋Ÿด": 257,
262
+ "๋Ÿผ": 258,
263
+ "๋Ÿฝ": 259,
264
+ "๋ ‡": 260,
265
+ "๋ ˆ": 261,
266
+ "๋ ‰": 262,
267
+ "๋ Œ": 263,
268
+ "๋ ค": 264,
269
+ "๋ ฅ": 265,
270
+ "๋ จ": 266,
271
+ "๋ ด": 267,
272
+ "๋ ต": 268,
273
+ "๋ ธ": 269,
274
+ "๋ น": 270,
275
+ "๋ก€": 271,
276
+ "๋กœ": 272,
277
+ "๋ก": 273,
278
+ "๋ก ": 274,
279
+ "๋กญ": 275,
280
+ "๋กฏ": 276,
281
+ "๋กฑ": 277,
282
+ "๋ขฐ": 278,
283
+ "๋ฃŒ": 279,
284
+ "๋ฃจ": 280,
285
+ "๋ฃฌ": 281,
286
+ "๋ฃธ": 282,
287
+ "๋ฅ˜": 283,
288
+ "๋ฅ™": 284,
289
+ "๋ฅ ": 285,
290
+ "๋ฅด": 286,
291
+ "๋ฅธ": 287,
292
+ "๋ฅผ": 288,
293
+ "๋ฆ„": 289,
294
+ "๋ฆ‰": 290,
295
+ "๋ฆฌ": 291,
296
+ "๋ฆฐ": 292,
297
+ "๋ฆด": 293,
298
+ "๋ฆผ": 294,
299
+ "๋ฆฝ": 295,
300
+ "๋ฆฟ": 296,
301
+ "๋ง": 297,
302
+ "๋งˆ": 298,
303
+ "๋ง‰": 299,
304
+ "๋งŒ": 300,
305
+ "๋งŽ": 301,
306
+ "๋ง": 302,
307
+ "๋ง‘": 303,
308
+ "๋ง˜": 304,
309
+ "๋ง™": 305,
310
+ "๋ง›": 306,
311
+ "๋ง": 307,
312
+ "๋งž": 308,
313
+ "๋งค": 309,
314
+ "๋งฅ": 310,
315
+ "๋งจ": 311,
316
+ "๋งน": 312,
317
+ "๋จธ": 313,
318
+ "๋จน": 314,
319
+ "๋จผ": 315,
320
+ "๋ฉˆ": 316,
321
+ "๋ฉ‹": 317,
322
+ "๋ฉ”": 318,
323
+ "๋ฉง": 319,
324
+ "๋ฉฐ": 320,
325
+ "๋ฉด": 321,
326
+ "๋ช…": 322,
327
+ "๋ช‡": 323,
328
+ "๋ชจ": 324,
329
+ "๋ชฉ": 325,
330
+ "๋ชฌ": 326,
331
+ "๋ชฐ": 327,
332
+ "๋ชธ": 328,
333
+ "๋ชป": 329,
334
+ "๋ฌ˜": 330,
335
+ "๋ฌด": 331,
336
+ "๋ฌต": 332,
337
+ "๋ฌธ": 333,
338
+ "๋ฌผ": 334,
339
+ "๋ญ": 335,
340
+ "๋ญ”": 336,
341
+ "๋ญ˜": 337,
342
+ "๋ฎค": 338,
343
+ "๋ฏธ": 339,
344
+ "๋ฏน": 340,
345
+ "๋ฏผ": 341,
346
+ "๋ฏฟ": 342,
347
+ "๋ฐ€": 343,
348
+ "๋ฐŒ": 344,
349
+ "๋ฐ": 345,
350
+ "๋ฐ‘": 346,
351
+ "๋ฐ”": 347,
352
+ "๋ฐ•": 348,
353
+ "๋ฐ–": 349,
354
+ "๋ฐ˜": 350,
355
+ "๋ฐ›": 351,
356
+ "๋ฐœ": 352,
357
+ "๋ฐ": 353,
358
+ "๋ฐค": 354,
359
+ "๋ฐฅ": 355,
360
+ "๋ฐฉ": 356,
361
+ "๋ฐญ": 357,
362
+ "๋ฐฐ": 358,
363
+ "๋ฐฑ": 359,
364
+ "๋ฒ„": 360,
365
+ "๋ฒ…": 361,
366
+ "๋ฒˆ": 362,
367
+ "๋ฒŒ": 363,
368
+ "๋ฒ•": 364,
369
+ "๋ฒ ": 365,
370
+ "๋ฒค": 366,
371
+ "๋ฒผ": 367,
372
+ "๋ฒฝ": 368,
373
+ "๋ณ€": 369,
374
+ "๋ณ„": 370,
375
+ "๋ณ": 371,
376
+ "๋ณ‘": 372,
377
+ "๋ณด": 373,
378
+ "๋ณต": 374,
379
+ "๋ณถ": 375,
380
+ "๋ณธ": 376,
381
+ "๋ณผ": 377,
382
+ "๋ด‡": 378,
383
+ "๋ด‰": 379,
384
+ "๋ด": 380,
385
+ "๋ดค": 381,
386
+ "๋ถ€": 382,
387
+ "๋ถ": 383,
388
+ "๋ถ„": 384,
389
+ "๋ถˆ": 385,
390
+ "๋ถ“": 386,
391
+ "๋ถ•": 387,
392
+ "๋ถ™": 388,
393
+ "๋ธŒ": 389,
394
+ "๋ธ”": 390,
395
+ "๋น„": 391,
396
+ "๋นŒ": 392,
397
+ "๋น›": 393,
398
+ "๋น ": 394,
399
+ "๋นก": 395,
400
+ "๋นจ": 396,
401
+ "๋นผ": 397,
402
+ "๋นฝ": 398,
403
+ "๋ป": 399,
404
+ "๋ป”": 400,
405
+ "๋ฝ‘": 401,
406
+ "๋ฟŒ": 402,
407
+ "๋ฟ": 403,
408
+ "์˜": 404,
409
+ "์œ": 405,
410
+ "์‚ฌ": 406,
411
+ "์‚ฐ": 407,
412
+ "์‚ด": 408,
413
+ "์‚ถ": 409,
414
+ "์‚ผ": 410,
415
+ "์ƒ€": 411,
416
+ "์ƒ": 412,
417
+ "์ƒˆ": 413,
418
+ "์ƒ‰": 414,
419
+ "์ƒ": 415,
420
+ "์ƒต": 416,
421
+ "์„œ": 417,
422
+ "์„": 418,
423
+ "์„ž": 419,
424
+ "์„ ": 420,
425
+ "์„ค": 421,
426
+ "์„ฌ": 422,
427
+ "์„ญ": 423,
428
+ "์„ฏ": 424,
429
+ "์„ฑ": 425,
430
+ "์„ธ": 426,
431
+ "์„ผ": 427,
432
+ "์…”": 428,
433
+ "์…˜": 429,
434
+ "์…จ": 430,
435
+ "์…ฐ": 431,
436
+ "์†Œ": 432,
437
+ "์†": 433,
438
+ "์†": 434,
439
+ "์†”": 435,
440
+ "์†œ": 436,
441
+ "์†ก": 437,
442
+ "์‡„": 438,
443
+ "์‡ ": 439,
444
+ "์‡ผ": 440,
445
+ "์ˆ": 441,
446
+ "์ˆ˜": 442,
447
+ "์ˆ™": 443,
448
+ "์ˆœ": 444,
449
+ "์ˆ ": 445,
450
+ "์ˆจ": 446,
451
+ "์‰": 447,
452
+ "์‰ฌ": 448,
453
+ "์‰ฝ": 449,
454
+ "์Šค": 450,
455
+ "์Šจ": 451,
456
+ "์Šฌ": 452,
457
+ "์Šต": 453,
458
+ "์Šท": 454,
459
+ "์‹œ": 455,
460
+ "์‹": 456,
461
+ "์‹ ": 457,
462
+ "์‹ค": 458,
463
+ "์‹ซ": 459,
464
+ "์‹ฌ": 460,
465
+ "์‹ญ": 461,
466
+ "์‹ฑ": 462,
467
+ "์‹ถ": 463,
468
+ "์‹ธ": 464,
469
+ "์‹น": 465,
470
+ "์‹ผ": 466,
471
+ "์Œค": 467,
472
+ "์จ": 468,
473
+ "์ฉ": 469,
474
+ "์ผ": 470,
475
+ "์Ž„": 471,
476
+ "์Ÿ": 472,
477
+ "์“ฐ": 473,
478
+ "์“ด": 474,
479
+ "์“ธ": 475,
480
+ "์”จ": 476,
481
+ "์”ฉ": 477,
482
+ "์”ฌ": 478,
483
+ "์”น": 479,
484
+ "์”ป": 480,
485
+ "์•„": 481,
486
+ "์•…": 482,
487
+ "์•ˆ": 483,
488
+ "์•‰": 484,
489
+ "์•Š": 485,
490
+ "์•Œ": 486,
491
+ "์•“": 487,
492
+ "์•”": 488,
493
+ "์••": 489,
494
+ "์•˜": 490,
495
+ "์•ž": 491,
496
+ "์• ": 492,
497
+ "์•ก": 493,
498
+ "์•ค": 494,
499
+ "์•ผ": 495,
500
+ "์•ฝ": 496,
501
+ "์–‡": 497,
502
+ "์–‘": 498,
503
+ "์–˜": 499,
504
+ "์–ด": 500,
505
+ "์–ต": 501,
506
+ "์–ธ": 502,
507
+ "์–ป": 503,
508
+ "์–ผ": 504,
509
+ "์—„": 505,
510
+ "์—…": 506,
511
+ "์—†": 507,
512
+ "์—ˆ": 508,
513
+ "์—‰": 509,
514
+ "์—Š": 510,
515
+ "์—Ž": 511,
516
+ "์—": 512,
517
+ "์—”": 513,
518
+ "์—˜": 514,
519
+ "์—ฌ": 515,
520
+ "์—ญ": 516,
521
+ "์—ฐ": 517,
522
+ "์—ด": 518,
523
+ "์—ผ": 519,
524
+ "์—ฝ": 520,
525
+ "์˜€": 521,
526
+ "์˜": 522,
527
+ "์˜†": 523,
528
+ "์˜ˆ": 524,
529
+ "์˜›": 525,
530
+ "์˜ค": 526,
531
+ "์˜ฅ": 527,
532
+ "์˜จ": 528,
533
+ "์˜ฌ": 529,
534
+ "์˜ท": 530,
535
+ "์™€": 531,
536
+ "์™„": 532,
537
+ "์™“": 533,
538
+ "์™”": 534,
539
+ "์™•": 535,
540
+ "์™œ": 536,
541
+ "์™ธ": 537,
542
+ "์š”": 538,
543
+ "์š•": 539,
544
+ "์šฉ": 540,
545
+ "์šฐ": 541,
546
+ "์šฑ": 542,
547
+ "์šด": 543,
548
+ "์šธ": 544,
549
+ "์›€": 545,
550
+ "์›ƒ": 546,
551
+ "์›…": 547,
552
+ "์›Œ": 548,
553
+ "์›": 549,
554
+ "์›”": 550,
555
+ "์› ": 551,
556
+ "์›จ": 552,
557
+ "์›ฌ": 553,
558
+ "์œ„": 554,
559
+ "์œ ": 555,
560
+ "์œก": 556,
561
+ "์œจ": 557,
562
+ "์œผ": 558,
563
+ "์€": 559,
564
+ "์„": 560,
565
+ "์Œ": 561,
566
+ "์‘": 562,
567
+ "์˜": 563,
568
+ "์ด": 564,
569
+ "์ต": 565,
570
+ "์ธ": 566,
571
+ "์ผ": 567,
572
+ "์ฝ": 568,
573
+ "์ž„": 569,
574
+ "์ž…": 570,
575
+ "์ž‡": 571,
576
+ "์žˆ": 572,
577
+ "์žŠ": 573,
578
+ "์žŽ": 574,
579
+ "์ž": 575,
580
+ "์ž‘": 576,
581
+ "์ž”": 577,
582
+ "์ž–": 578,
583
+ "์ž˜": 579,
584
+ "์ž ": 580,
585
+ "์žก": 581,
586
+ "์žฃ": 582,
587
+ "์žฅ": 583,
588
+ "์žฌ": 584,
589
+ "์Ÿ": 585,
590
+ "์ €": 586,
591
+ "์ ": 587,
592
+ "์ „": 588,
593
+ "์ ˆ": 589,
594
+ "์ Š": 590,
595
+ "์ ": 591,
596
+ "์ ‘": 592,
597
+ "์ •": 593,
598
+ "์ –": 594,
599
+ "์ œ": 595,
600
+ "์ ธ": 596,
601
+ "์กŒ": 597,
602
+ "์กฐ": 598,
603
+ "์กฑ": 599,
604
+ "์กด": 600,
605
+ "์กธ": 601,
606
+ "์ข€": 602,
607
+ "์ข": 603,
608
+ "์ข…": 604,
609
+ "์ข‹": 605,
610
+ "์ขŒ": 606,
611
+ "์ฃ ": 607,
612
+ "์ฃผ": 608,
613
+ "์ฃฝ": 609,
614
+ "์ค€": 610,
615
+ "์ค„": 611,
616
+ "์คŒ": 612,
617
+ "์ค‘": 613,
618
+ "์ค˜": 614,
619
+ "์คฌ": 615,
620
+ "์ฅ": 616,
621
+ "์ฆˆ": 617,
622
+ "์ฆ": 618,
623
+ "์ฆ˜": 619,
624
+ "์ฆ™": 620,
625
+ "์ฆ": 621,
626
+ "์ง€": 622,
627
+ "์ง": 623,
628
+ "์ง„": 624,
629
+ "์งˆ": 625,
630
+ "์ง‘": 626,
631
+ "์ง“": 627,
632
+ "์ง•": 628,
633
+ "์งœ": 629,
634
+ "์ง": 630,
635
+ "์งง": 631,
636
+ "์งธ": 632,
637
+ "์จŒ": 633,
638
+ "์ฉ”": 634,
639
+ "์ช„": 635,
640
+ "์ชผ": 636,
641
+ "์ชฝ": 637,
642
+ "์ซ„": 638,
643
+ "์ซŒ": 639,
644
+ "์ซ™": 640,
645
+ "์ญ‰": 641,
646
+ "์ฏค": 642,
647
+ "์ฐŒ": 643,
648
+ "์ฐ": 644,
649
+ "์ฐ": 645,
650
+ "์ฐœ": 646,
651
+ "์ฐ": 647,
652
+ "์ฐจ": 648,
653
+ "์ฐฉ": 649,
654
+ "์ฐฌ": 650,
655
+ "์ฐฎ": 651,
656
+ "์ฐฐ": 652,
657
+ "์ฐธ": 653,
658
+ "์ฐป": 654,
659
+ "์ฐฝ": 655,
660
+ "์ฐพ": 656,
661
+ "์ฑ„": 657,
662
+ "์ฑ…": 658,
663
+ "์ฑ™": 659,
664
+ "์ฒ˜": 660,
665
+ "์ฒ™": 661,
666
+ "์ฒœ": 662,
667
+ "์ฒ ": 663,
668
+ "์ฒจ": 664,
669
+ "์ฒซ": 665,
670
+ "์ฒญ": 666,
671
+ "์ฒด": 667,
672
+ "์ณ": 668,
673
+ "์ณค": 669,
674
+ "์ดˆ": 670,
675
+ "์ด": 671,
676
+ "์ดฌ": 672,
677
+ "์ตœ": 673,
678
+ "์ถ”": 674,
679
+ "์ถ•": 675,
680
+ "์ถ˜": 676,
681
+ "์ถœ": 677,
682
+ "์ถฅ": 678,
683
+ "์ถง": 679,
684
+ "์ถฉ": 680,
685
+ "์ถฐ": 681,
686
+ "์ท„": 682,
687
+ "์ทจ": 683,
688
+ "์ธต": 684,
689
+ "์น˜": 685,
690
+ "์น™": 686,
691
+ "์นœ": 687,
692
+ "์น ": 688,
693
+ "์นก": 689,
694
+ "์นจ": 690,
695
+ "์นซ": 691,
696
+ "์นญ": 692,
697
+ "์นด": 693,
698
+ "์บ‰": 694,
699
+ "์บ ": 695,
700
+ "์ปค": 696,
701
+ "์ปจ": 697,
702
+ "์ปฌ": 698,
703
+ "์ปด": 699,
704
+ "์ปธ": 700,
705
+ "์ผ€": 701,
706
+ "์ผ“": 702,
707
+ "์ผœ": 703,
708
+ "์ฝ”": 704,
709
+ "์ฝ•": 705,
710
+ "์ฝ˜": 706,
711
+ "์ฝœ": 707,
712
+ "์ฝฉ": 708,
713
+ "์พŒ": 709,
714
+ "ํฌ": 710,
715
+ "ํฐ": 711,
716
+ "ํด": 712,
717
+ "ํผ": 713,
718
+ "ํ‚ค": 714,
719
+ "ํ‚จ": 715,
720
+ "ํ‚น": 716,
721
+ "ํƒ€": 717,
722
+ "ํƒ": 718,
723
+ "ํƒ„": 719,
724
+ "ํƒˆ": 720,
725
+ "ํƒ”": 721,
726
+ "ํƒ•": 722,
727
+ "ํƒœ": 723,
728
+ "ํƒ": 724,
729
+ "ํ„ฐ": 725,
730
+ "ํ„ด": 726,
731
+ "ํ„ธ": 727,
732
+ "ํ…ƒ": 728,
733
+ "ํ…Œ": 729,
734
+ "ํ…": 730,
735
+ "ํ…": 731,
736
+ "ํ…”": 732,
737
+ "ํ…œ": 733,
738
+ "ํ† ": 734,
739
+ "ํ†ก": 735,
740
+ "ํ†ต": 736,
741
+ "ํ‡ด": 737,
742
+ "ํˆฌ": 738,
743
+ "ํˆญ": 739,
744
+ "ํ‰": 740,
745
+ "ํŠ€": 741,
746
+ "ํŠˆ": 742,
747
+ "ํŠœ": 743,
748
+ "ํŠธ": 744,
749
+ "ํŠน": 745,
750
+ "ํŠผ": 746,
751
+ "ํ‹€": 747,
752
+ "ํ‹ฐ": 748,
753
+ "ํ‹ฑ": 749,
754
+ "ํ‹ด": 750,
755
+ "ํŒ€": 751,
756
+ "ํŒ…": 752,
757
+ "ํŒŒ": 753,
758
+ "ํŒ": 754,
759
+ "ํŒ": 755,
760
+ "ํŒ”": 756,
761
+ "ํŒ ": 757,
762
+ "ํŒจ": 758,
763
+ "ํŒฐ": 759,
764
+ "ํผ": 760,
765
+ "ํŽ˜": 761,
766
+ "ํŽœ": 762,
767
+ "ํŽธ": 763,
768
+ "ํ‰": 764,
769
+ "ํ": 765,
770
+ "ํฌ": 766,
771
+ "ํฐ": 767,
772
+ "ํผ": 768,
773
+ "ํ‘œ": 769,
774
+ "ํ‘ธ": 770,
775
+ "ํ’ˆ": 771,
776
+ "ํ’": 772,
777
+ "ํ“จ": 773,
778
+ "ํ”„": 774,
779
+ "ํ”ˆ": 775,
780
+ "ํ”Œ": 776,
781
+ "ํ”ผ": 777,
782
+ "ํ•„": 778,
783
+ "ํ•‘": 779,
784
+ "ํ•˜": 780,
785
+ "ํ•™": 781,
786
+ "ํ•œ": 782,
787
+ "ํ• ": 783,
788
+ "ํ•จ": 784,
789
+ "ํ•ฉ": 785,
790
+ "ํ•ซ": 786,
791
+ "ํ•ญ": 787,
792
+ "ํ•ด": 788,
793
+ "ํ•ธ": 789,
794
+ "ํ–‡": 790,
795
+ "ํ–ˆ": 791,
796
+ "ํ–‰": 792,
797
+ "ํ–ฅ": 793,
798
+ "ํ—ˆ": 794,
799
+ "ํ—": 795,
800
+ "ํ—˜": 796,
801
+ "ํ—ค": 797,
802
+ "ํ—ฌ": 798,
803
+ "ํ˜€": 799,
804
+ "ํ˜„": 800,
805
+ "ํ˜ˆ": 801,
806
+ "ํ˜‘": 802,
807
+ "ํ˜•": 803,
808
+ "ํ˜ธ": 804,
809
+ "ํ˜น": 805,
810
+ "ํ˜ผ": 806,
811
+ "ํ™ˆ": 807,
812
+ "ํ™": 808,
813
+ "ํ™”": 809,
814
+ "ํ™•": 810,
815
+ "ํ™˜": 811,
816
+ "ํ™œ": 812,
817
+ "ํ™ฉ": 813,
818
+ "ํšŒ": 814,
819
+ "ํš": 815,
820
+ "ํšจ": 816,
821
+ "ํ›„": 817,
822
+ "ํ›จ": 818,
823
+ "ํœ™": 819,
824
+ "ํœด": 820,
825
+ "ํ": 821,
826
+ "ํ”": 822,
827
+ "ํ˜": 823,
828
+ "ํ™": 824,
829
+ "ํฅ": 825,
830
+ "ํฉ": 826,
831
+ "ํฌ": 827,
832
+ "ํžˆ": 828,
833
+ "ํžŒ": 829,
834
+ "ํž": 830,
835
+ "ํž˜": 831
836
+ }