Gummybear05 commited on
Commit
463f0a7
ยท
verified ยท
1 Parent(s): f0eaa90

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 +48 -0
  5. vocab.json +835 -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>": 834,
3
+ "<s>": 833
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,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "831": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "832": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "833": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "834": {
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
+ "extra_special_tokens": {},
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "[PAD]",
43
+ "replace_word_delimiter_char": " ",
44
+ "target_lang": null,
45
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
46
+ "unk_token": "[UNK]",
47
+ "word_delimiter_token": "|"
48
+ }
vocab.json ADDED
@@ -0,0 +1,835 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "(": 1,
3
+ ")": 2,
4
+ "[PAD]": 832,
5
+ "[UNK]": 831,
6
+ "n": 3,
7
+ "p": 4,
8
+ "s": 5,
9
+ "|": 0,
10
+ "๊ฐ€": 6,
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
+ }