Upload processor
Browse files- README.md +199 -0
- added_tokens.json +5 -0
- preprocessor_config.json +11 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +56 -0
- vocab.json +272 -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,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 271,
|
3 |
+
"<s>": 270,
|
4 |
+
"[PAD]": 272
|
5 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
3 |
+
"feature_size": 80,
|
4 |
+
"num_mel_bins": 80,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 1,
|
7 |
+
"processor_class": "Wav2Vec2BertProcessor",
|
8 |
+
"return_attention_mask": true,
|
9 |
+
"sampling_rate": 16000,
|
10 |
+
"stride": 2
|
11 |
+
}
|
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,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"268": {
|
4 |
+
"content": "[UNK]",
|
5 |
+
"lstrip": true,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": true,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"269": {
|
12 |
+
"content": "[PAD",
|
13 |
+
"lstrip": true,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": true,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"270": {
|
20 |
+
"content": "<s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"271": {
|
28 |
+
"content": "</s>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"272": {
|
36 |
+
"content": "[PAD]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": false,
|
46 |
+
"do_lower_case": false,
|
47 |
+
"eos_token": "</s>",
|
48 |
+
"model_max_length": 1000000000000000019884624838656,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"processor_class": "Wav2Vec2BertProcessor",
|
51 |
+
"replace_word_delimiter_char": " ",
|
52 |
+
"target_lang": null,
|
53 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
54 |
+
"unk_token": "[UNK]",
|
55 |
+
"word_delimiter_token": "|"
|
56 |
+
}
|
vocab.json
ADDED
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
" ": 0,
|
3 |
+
"[PAD": 269,
|
4 |
+
"[UNK]": 268,
|
5 |
+
"|": 267,
|
6 |
+
"ሀ": 1,
|
7 |
+
"ሁ": 2,
|
8 |
+
"ሂ": 3,
|
9 |
+
"ሃ": 4,
|
10 |
+
"ሄ": 5,
|
11 |
+
"ህ": 6,
|
12 |
+
"ሆ": 7,
|
13 |
+
"ለ": 8,
|
14 |
+
"ሉ": 9,
|
15 |
+
"ሊ": 10,
|
16 |
+
"ላ": 11,
|
17 |
+
"ሌ": 12,
|
18 |
+
"ል": 13,
|
19 |
+
"ሎ": 14,
|
20 |
+
"ሏ": 15,
|
21 |
+
"ሐ": 16,
|
22 |
+
"ሑ": 17,
|
23 |
+
"ሒ": 18,
|
24 |
+
"ሓ": 19,
|
25 |
+
"ሔ": 20,
|
26 |
+
"ሕ": 21,
|
27 |
+
"ሖ": 22,
|
28 |
+
"ሗ": 23,
|
29 |
+
"መ": 24,
|
30 |
+
"ሙ": 25,
|
31 |
+
"ሚ": 26,
|
32 |
+
"ማ": 27,
|
33 |
+
"ሜ": 28,
|
34 |
+
"ም": 29,
|
35 |
+
"ሞ": 30,
|
36 |
+
"ሟ": 31,
|
37 |
+
"ሠ": 32,
|
38 |
+
"ሡ": 33,
|
39 |
+
"ሢ": 34,
|
40 |
+
"ሣ": 35,
|
41 |
+
"ሤ": 36,
|
42 |
+
"ሥ": 37,
|
43 |
+
"ሦ": 38,
|
44 |
+
"ሧ": 39,
|
45 |
+
"ረ": 40,
|
46 |
+
"ሩ": 41,
|
47 |
+
"ሪ": 42,
|
48 |
+
"ራ": 43,
|
49 |
+
"ሬ": 44,
|
50 |
+
"ር": 45,
|
51 |
+
"ሮ": 46,
|
52 |
+
"ሯ": 47,
|
53 |
+
"ሰ": 48,
|
54 |
+
"ሱ": 49,
|
55 |
+
"ሲ": 50,
|
56 |
+
"ሳ": 51,
|
57 |
+
"ሴ": 52,
|
58 |
+
"ስ": 53,
|
59 |
+
"ሶ": 54,
|
60 |
+
"ሷ": 55,
|
61 |
+
"ሸ": 56,
|
62 |
+
"ሹ": 57,
|
63 |
+
"ሺ": 58,
|
64 |
+
"ሻ": 59,
|
65 |
+
"ሼ": 60,
|
66 |
+
"ሽ": 61,
|
67 |
+
"ሾ": 62,
|
68 |
+
"ሿ": 63,
|
69 |
+
"ቀ": 64,
|
70 |
+
"ቁ": 65,
|
71 |
+
"ቂ": 66,
|
72 |
+
"ቃ": 67,
|
73 |
+
"ቄ": 68,
|
74 |
+
"ቅ": 69,
|
75 |
+
"ቆ": 70,
|
76 |
+
"ቋ": 71,
|
77 |
+
"በ": 72,
|
78 |
+
"ቡ": 73,
|
79 |
+
"ቢ": 74,
|
80 |
+
"ባ": 75,
|
81 |
+
"ቤ": 76,
|
82 |
+
"ብ": 77,
|
83 |
+
"ቦ": 78,
|
84 |
+
"ቧ": 79,
|
85 |
+
"ቨ": 80,
|
86 |
+
"ቩ": 81,
|
87 |
+
"ቪ": 82,
|
88 |
+
"ቫ": 83,
|
89 |
+
"ቬ": 84,
|
90 |
+
"ቭ": 85,
|
91 |
+
"ቮ": 86,
|
92 |
+
"ቯ": 87,
|
93 |
+
"ተ": 88,
|
94 |
+
"ቱ": 89,
|
95 |
+
"ቲ": 90,
|
96 |
+
"ታ": 91,
|
97 |
+
"ቴ": 92,
|
98 |
+
"ት": 93,
|
99 |
+
"ቶ": 94,
|
100 |
+
"ቷ": 95,
|
101 |
+
"ቸ": 96,
|
102 |
+
"ቹ": 97,
|
103 |
+
"ቺ": 98,
|
104 |
+
"ቻ": 99,
|
105 |
+
"ቼ": 100,
|
106 |
+
"ች": 101,
|
107 |
+
"ቾ": 102,
|
108 |
+
"ቿ": 103,
|
109 |
+
"ኀ": 104,
|
110 |
+
"ኁ": 105,
|
111 |
+
"ኂ": 106,
|
112 |
+
"ኃ": 107,
|
113 |
+
"ኄ": 108,
|
114 |
+
"ኅ": 109,
|
115 |
+
"ኆ": 110,
|
116 |
+
"ኋ": 111,
|
117 |
+
"ነ": 112,
|
118 |
+
"ኑ": 113,
|
119 |
+
"ኒ": 114,
|
120 |
+
"ና": 115,
|
121 |
+
"ኔ": 116,
|
122 |
+
"ን": 117,
|
123 |
+
"ኖ": 118,
|
124 |
+
"ኗ": 119,
|
125 |
+
"ኘ": 120,
|
126 |
+
"ኙ": 121,
|
127 |
+
"ኚ": 122,
|
128 |
+
"ኛ": 123,
|
129 |
+
"ኜ": 124,
|
130 |
+
"ኝ": 125,
|
131 |
+
"ኞ": 126,
|
132 |
+
"ኟ": 127,
|
133 |
+
"አ": 128,
|
134 |
+
"ኡ": 129,
|
135 |
+
"ኢ": 130,
|
136 |
+
"ኣ": 131,
|
137 |
+
"ኤ": 132,
|
138 |
+
"እ": 133,
|
139 |
+
"ኦ": 134,
|
140 |
+
"ከ": 135,
|
141 |
+
"ኩ": 136,
|
142 |
+
"ኪ": 137,
|
143 |
+
"ካ": 138,
|
144 |
+
"ኬ": 139,
|
145 |
+
"ክ": 140,
|
146 |
+
"ኮ": 141,
|
147 |
+
"ኳ": 142,
|
148 |
+
"ኸ": 143,
|
149 |
+
"ኹ": 144,
|
150 |
+
"ኺ": 145,
|
151 |
+
"ኻ": 146,
|
152 |
+
"ኼ": 147,
|
153 |
+
"ኽ": 148,
|
154 |
+
"ኾ": 149,
|
155 |
+
"ዃ": 150,
|
156 |
+
"ወ": 151,
|
157 |
+
"ዉ": 152,
|
158 |
+
"ዊ": 153,
|
159 |
+
"ዋ": 154,
|
160 |
+
"ዌ": 155,
|
161 |
+
"ው": 156,
|
162 |
+
"ዎ": 157,
|
163 |
+
"ዐ": 158,
|
164 |
+
"ዑ": 159,
|
165 |
+
"ዒ": 160,
|
166 |
+
"ዓ": 161,
|
167 |
+
"ዔ": 162,
|
168 |
+
"ዕ": 163,
|
169 |
+
"ዖ": 164,
|
170 |
+
"ዘ": 165,
|
171 |
+
"ዙ": 166,
|
172 |
+
"ዚ": 167,
|
173 |
+
"ዛ": 168,
|
174 |
+
"ዜ": 169,
|
175 |
+
"ዝ": 170,
|
176 |
+
"ዞ": 171,
|
177 |
+
"ዟ": 172,
|
178 |
+
"ዠ": 173,
|
179 |
+
"ዡ": 174,
|
180 |
+
"ዢ": 175,
|
181 |
+
"ዣ": 176,
|
182 |
+
"ዤ": 177,
|
183 |
+
"ዥ": 178,
|
184 |
+
"ዦ": 179,
|
185 |
+
"ዧ": 180,
|
186 |
+
"የ": 181,
|
187 |
+
"ዩ": 182,
|
188 |
+
"ዪ": 183,
|
189 |
+
"ያ": 184,
|
190 |
+
"ዬ": 185,
|
191 |
+
"ይ": 186,
|
192 |
+
"ዮ": 187,
|
193 |
+
"ደ": 188,
|
194 |
+
"ዱ": 189,
|
195 |
+
"ዲ": 190,
|
196 |
+
"ዳ": 191,
|
197 |
+
"ዴ": 192,
|
198 |
+
"ድ": 193,
|
199 |
+
"ዶ": 194,
|
200 |
+
"ዷ": 195,
|
201 |
+
"ጀ": 196,
|
202 |
+
"ጁ": 197,
|
203 |
+
"ጂ": 198,
|
204 |
+
"ጃ": 199,
|
205 |
+
"ጄ": 200,
|
206 |
+
"ጅ": 201,
|
207 |
+
"ጆ": 202,
|
208 |
+
"ጇ": 203,
|
209 |
+
"ገ": 204,
|
210 |
+
"ጉ": 205,
|
211 |
+
"ጊ": 206,
|
212 |
+
"ጋ": 207,
|
213 |
+
"ጌ": 208,
|
214 |
+
"ግ": 209,
|
215 |
+
"ጎ": 210,
|
216 |
+
"ጓ": 211,
|
217 |
+
"ጠ": 212,
|
218 |
+
"ጡ": 213,
|
219 |
+
"ጢ": 214,
|
220 |
+
"ጣ": 215,
|
221 |
+
"ጤ": 216,
|
222 |
+
"ጥ": 217,
|
223 |
+
"ጦ": 218,
|
224 |
+
"ጧ": 219,
|
225 |
+
"ጨ": 220,
|
226 |
+
"ጩ": 221,
|
227 |
+
"ጪ": 222,
|
228 |
+
"ጫ": 223,
|
229 |
+
"ጬ": 224,
|
230 |
+
"ጭ": 225,
|
231 |
+
"ጮ": 226,
|
232 |
+
"ጯ": 227,
|
233 |
+
"ጰ": 228,
|
234 |
+
"ጱ": 229,
|
235 |
+
"ጲ": 230,
|
236 |
+
"ጳ": 231,
|
237 |
+
"ጴ": 232,
|
238 |
+
"ጵ": 233,
|
239 |
+
"ጶ": 234,
|
240 |
+
"ጷ": 235,
|
241 |
+
"ጸ": 236,
|
242 |
+
"ጹ": 237,
|
243 |
+
"ጺ": 238,
|
244 |
+
"ጻ": 239,
|
245 |
+
"ጼ": 240,
|
246 |
+
"ጽ": 241,
|
247 |
+
"ጾ": 242,
|
248 |
+
"ጿ": 243,
|
249 |
+
"ፀ": 244,
|
250 |
+
"ፁ": 245,
|
251 |
+
"ፂ": 246,
|
252 |
+
"ፃ": 247,
|
253 |
+
"ፄ": 248,
|
254 |
+
"ፅ": 249,
|
255 |
+
"ፆ": 250,
|
256 |
+
"ፈ": 251,
|
257 |
+
"ፉ": 252,
|
258 |
+
"ፊ": 253,
|
259 |
+
"ፋ": 254,
|
260 |
+
"ፌ": 255,
|
261 |
+
"ፍ": 256,
|
262 |
+
"ፎ": 257,
|
263 |
+
"ፏ": 258,
|
264 |
+
"ፐ": 259,
|
265 |
+
"ፑ": 260,
|
266 |
+
"ፒ": 261,
|
267 |
+
"ፓ": 262,
|
268 |
+
"ፔ": 263,
|
269 |
+
"ፕ": 264,
|
270 |
+
"ፖ": 265,
|
271 |
+
"ፗ": 266
|
272 |
+
}
|