ctaguchi commited on
Commit
1f00411
·
verified ·
1 Parent(s): b2b8123

End of training

Browse files
README.md CHANGED
@@ -1,199 +1,150 @@
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]
 
1
  ---
2
  library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/mms-1b-all
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: ssc-top-mms-model-mix-adapt-max3-devtrain
11
+ results: []
12
  ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # ssc-top-mms-model-mix-adapt-max3-devtrain
18
+
19
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.5486
22
+ - Cer: 0.1274
23
+ - Wer: 0.4912
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0005
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 6
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 16
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 100
51
+ - num_epochs: 20
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
57
+ |:-------------:|:-------:|:-----:|:---------------:|:------:|:------:|
58
+ | 4.5395 | 0.2349 | 200 | 3.9902 | 0.8483 | 0.9864 |
59
+ | 1.2516 | 0.4698 | 400 | 0.7499 | 0.1577 | 0.6582 |
60
+ | 1.0661 | 0.7046 | 600 | 0.7080 | 0.1548 | 0.6384 |
61
+ | 0.9816 | 0.9395 | 800 | 0.7173 | 0.1468 | 0.5960 |
62
+ | 1.038 | 1.1738 | 1000 | 0.6984 | 0.1446 | 0.5940 |
63
+ | 0.9052 | 1.4087 | 1200 | 0.6845 | 0.1446 | 0.5777 |
64
+ | 0.9644 | 1.6436 | 1400 | 0.6873 | 0.1437 | 0.5722 |
65
+ | 1.0056 | 1.8784 | 1600 | 0.6882 | 0.1438 | 0.5827 |
66
+ | 0.8508 | 2.1127 | 1800 | 0.6833 | 0.1477 | 0.6014 |
67
+ | 0.9788 | 2.3476 | 2000 | 0.6626 | 0.1394 | 0.5594 |
68
+ | 1.0398 | 2.5825 | 2200 | 0.6562 | 0.1423 | 0.5792 |
69
+ | 0.9474 | 2.8174 | 2400 | 0.6690 | 0.1397 | 0.5527 |
70
+ | 0.8748 | 3.0517 | 2600 | 0.6417 | 0.1387 | 0.5516 |
71
+ | 0.8954 | 3.2866 | 2800 | 0.6287 | 0.1394 | 0.5543 |
72
+ | 0.8888 | 3.5214 | 3000 | 0.6554 | 0.1396 | 0.5520 |
73
+ | 0.8773 | 3.7563 | 3200 | 0.6303 | 0.1393 | 0.5601 |
74
+ | 0.9764 | 3.9912 | 3400 | 0.6943 | 0.1414 | 0.5520 |
75
+ | 0.8526 | 4.2255 | 3600 | 0.6324 | 0.1385 | 0.5450 |
76
+ | 0.8854 | 4.4604 | 3800 | 0.6152 | 0.1373 | 0.5434 |
77
+ | 0.8665 | 4.6952 | 4000 | 0.6796 | 0.1399 | 0.5524 |
78
+ | 0.9514 | 4.9301 | 4200 | 0.6399 | 0.1386 | 0.5539 |
79
+ | 0.8874 | 5.1644 | 4400 | 0.6498 | 0.1376 | 0.5364 |
80
+ | 0.8003 | 5.3993 | 4600 | 0.6179 | 0.1353 | 0.5344 |
81
+ | 0.8767 | 5.6342 | 4800 | 0.6095 | 0.1360 | 0.5411 |
82
+ | 0.8108 | 5.8691 | 5000 | 0.6238 | 0.1366 | 0.5446 |
83
+ | 0.7463 | 6.1033 | 5200 | 0.6101 | 0.1356 | 0.5399 |
84
+ | 0.8332 | 6.3382 | 5400 | 0.6387 | 0.1358 | 0.5387 |
85
+ | 0.7857 | 6.5731 | 5600 | 0.6476 | 0.1370 | 0.5333 |
86
+ | 0.8174 | 6.8080 | 5800 | 0.6367 | 0.1361 | 0.5399 |
87
+ | 0.8541 | 7.0423 | 6000 | 0.5987 | 0.1345 | 0.5364 |
88
+ | 0.8084 | 7.2772 | 6200 | 0.6049 | 0.1339 | 0.5251 |
89
+ | 0.7698 | 7.5120 | 6400 | 0.5872 | 0.1344 | 0.5282 |
90
+ | 0.7773 | 7.7469 | 6600 | 0.5751 | 0.1321 | 0.5298 |
91
+ | 0.7841 | 7.9818 | 6800 | 0.6204 | 0.1357 | 0.5348 |
92
+ | 0.7404 | 8.2161 | 7000 | 0.5911 | 0.1337 | 0.5309 |
93
+ | 0.7761 | 8.4510 | 7200 | 0.6190 | 0.1328 | 0.5200 |
94
+ | 0.7472 | 8.6858 | 7400 | 0.5623 | 0.1333 | 0.5290 |
95
+ | 0.8122 | 8.9207 | 7600 | 0.6448 | 0.1338 | 0.5251 |
96
+ | 0.7392 | 9.1550 | 7800 | 0.5716 | 0.1336 | 0.5251 |
97
+ | 0.733 | 9.3899 | 8000 | 0.6182 | 0.1336 | 0.5259 |
98
+ | 0.8222 | 9.6248 | 8200 | 0.5997 | 0.1310 | 0.5103 |
99
+ | 0.7215 | 9.8597 | 8400 | 0.6208 | 0.1331 | 0.5189 |
100
+ | 0.7273 | 10.0940 | 8600 | 0.5544 | 0.1316 | 0.5130 |
101
+ | 0.7153 | 10.3288 | 8800 | 0.5911 | 0.1326 | 0.5056 |
102
+ | 0.7107 | 10.5637 | 9000 | 0.5880 | 0.1335 | 0.5278 |
103
+ | 0.6917 | 10.7986 | 9200 | 0.6183 | 0.1324 | 0.5267 |
104
+ | 0.7065 | 11.0329 | 9400 | 0.5724 | 0.1312 | 0.5103 |
105
+ | 0.7393 | 11.2678 | 9600 | 0.6037 | 0.1319 | 0.5130 |
106
+ | 0.7501 | 11.5026 | 9800 | 0.5306 | 0.1299 | 0.5107 |
107
+ | 0.7255 | 11.7375 | 10000 | 0.5773 | 0.1337 | 0.5239 |
108
+ | 0.7202 | 11.9724 | 10200 | 0.5753 | 0.1308 | 0.5068 |
109
+ | 0.6715 | 12.2067 | 10400 | 0.5536 | 0.1298 | 0.5099 |
110
+ | 0.7266 | 12.4416 | 10600 | 0.5584 | 0.1298 | 0.5018 |
111
+ | 0.6818 | 12.6765 | 10800 | 0.5770 | 0.1305 | 0.5091 |
112
+ | 0.7021 | 12.9113 | 11000 | 0.5828 | 0.1307 | 0.5053 |
113
+ | 0.6707 | 13.1456 | 11200 | 0.5881 | 0.1307 | 0.5018 |
114
+ | 0.6441 | 13.3805 | 11400 | 0.5854 | 0.1300 | 0.5049 |
115
+ | 0.6929 | 13.6154 | 11600 | 0.5789 | 0.1310 | 0.5088 |
116
+ | 0.6742 | 13.8503 | 11800 | 0.5326 | 0.1295 | 0.5056 |
117
+ | 0.6978 | 14.0846 | 12000 | 0.5668 | 0.1298 | 0.5041 |
118
+ | 0.6741 | 14.3194 | 12200 | 0.5433 | 0.1295 | 0.5037 |
119
+ | 0.6895 | 14.5543 | 12400 | 0.5489 | 0.1305 | 0.5080 |
120
+ | 0.6458 | 14.7892 | 12600 | 0.5667 | 0.1300 | 0.5045 |
121
+ | 0.6476 | 15.0235 | 12800 | 0.5614 | 0.1294 | 0.5025 |
122
+ | 0.6351 | 15.2584 | 13000 | 0.5554 | 0.1283 | 0.4963 |
123
+ | 0.6495 | 15.4932 | 13200 | 0.5333 | 0.1276 | 0.4947 |
124
+ | 0.668 | 15.7281 | 13400 | 0.5517 | 0.1292 | 0.5006 |
125
+ | 0.6249 | 15.9630 | 13600 | 0.5728 | 0.1288 | 0.4979 |
126
+ | 0.6328 | 16.1973 | 13800 | 0.5503 | 0.1279 | 0.4916 |
127
+ | 0.6642 | 16.4322 | 14000 | 0.5651 | 0.1286 | 0.4920 |
128
+ | 0.6625 | 16.6671 | 14200 | 0.5732 | 0.1279 | 0.4909 |
129
+ | 0.6453 | 16.9019 | 14400 | 0.5684 | 0.1291 | 0.5006 |
130
+ | 0.6289 | 17.1362 | 14600 | 0.5617 | 0.1278 | 0.4963 |
131
+ | 0.5953 | 17.3711 | 14800 | 0.5319 | 0.1269 | 0.4986 |
132
+ | 0.6608 | 17.6060 | 15000 | 0.5409 | 0.1279 | 0.4951 |
133
+ | 0.6275 | 17.8409 | 15200 | 0.5484 | 0.1280 | 0.4916 |
134
+ | 0.647 | 18.0752 | 15400 | 0.5523 | 0.1279 | 0.4975 |
135
+ | 0.639 | 18.3100 | 15600 | 0.5525 | 0.1275 | 0.4998 |
136
+ | 0.614 | 18.5449 | 15800 | 0.5374 | 0.1272 | 0.4940 |
137
+ | 0.6266 | 18.7798 | 16000 | 0.5463 | 0.1281 | 0.4951 |
138
+ | 0.6486 | 19.0141 | 16200 | 0.5441 | 0.1271 | 0.4944 |
139
+ | 0.6409 | 19.2490 | 16400 | 0.5552 | 0.1271 | 0.4920 |
140
+ | 0.6283 | 19.4839 | 16600 | 0.5486 | 0.1272 | 0.4944 |
141
+ | 0.6115 | 19.7187 | 16800 | 0.5507 | 0.1274 | 0.4955 |
142
+ | 0.6125 | 19.9536 | 17000 | 0.5486 | 0.1274 | 0.4912 |
143
+
144
+
145
+ ### Framework versions
146
+
147
+ - Transformers 4.52.1
148
+ - Pytorch 2.9.1+cu128
149
+ - Datasets 3.6.0
150
+ - Tokenizers 0.21.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter.top.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560bf5a90a4bae1416fa07819ff6a1606ac974f66cb826ff6b93f6175de30716
3
+ size 9054748
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.05,
3
+ "adapter_attn_dim": 16,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ForCTC"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 1024,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": true,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "mean",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": true,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "layer",
52
+ "feat_proj_dropout": 0.0,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.05,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.0,
57
+ "hidden_size": 1280,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 5120,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.0,
62
+ "mask_feature_length": 10,
63
+ "mask_feature_min_masks": 0,
64
+ "mask_feature_prob": 0.0,
65
+ "mask_time_length": 10,
66
+ "mask_time_min_masks": 2,
67
+ "mask_time_prob": 0.05,
68
+ "model_type": "wav2vec2",
69
+ "num_adapter_layers": 3,
70
+ "num_attention_heads": 16,
71
+ "num_codevector_groups": 2,
72
+ "num_codevectors_per_group": 320,
73
+ "num_conv_pos_embedding_groups": 16,
74
+ "num_conv_pos_embeddings": 128,
75
+ "num_feat_extract_layers": 7,
76
+ "num_hidden_layers": 48,
77
+ "num_negatives": 100,
78
+ "output_hidden_size": 1280,
79
+ "pad_token_id": 78,
80
+ "proj_codevector_dim": 1024,
81
+ "tdnn_dilation": [
82
+ 1,
83
+ 2,
84
+ 3,
85
+ 1,
86
+ 1
87
+ ],
88
+ "tdnn_dim": [
89
+ 512,
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 1500
94
+ ],
95
+ "tdnn_kernel": [
96
+ 5,
97
+ 3,
98
+ 3,
99
+ 1,
100
+ 1
101
+ ],
102
+ "torch_dtype": "float32",
103
+ "transformers_version": "4.52.1",
104
+ "use_weighted_layer_sum": false,
105
+ "vocab_size": 81,
106
+ "xvector_output_dim": 512
107
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca858d04f1e1a4337ecff6306b0a0c13460111ff526016f8a9d3b58afc4b2f64
3
+ size 3859147124
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e5461c29eebea9fbf37c89b224a42886153abf34a53aefc4712c450e8fb6e0
3
+ size 5969
vocab.json CHANGED
@@ -1,83 +1 @@
1
- {
2
- "top": {
3
- "\n": 51,
4
- "'": 19,
5
- "(": 15,
6
- ")": 39,
7
- "*": 13,
8
- "+": 42,
9
- ".": 3,
10
- "...": 76,
11
- "4": 56,
12
- "8": 0,
13
- "A": 22,
14
- "B": 50,
15
- "C": 58,
16
- "D": 5,
17
- "E": 43,
18
- "F": 37,
19
- "G": 25,
20
- "H": 26,
21
- "I": 8,
22
- "J": 55,
23
- "K": 23,
24
- "L": 11,
25
- "M": 59,
26
- "N": 62,
27
- "O": 12,
28
- "P": 32,
29
- "Q": 16,
30
- "R": 34,
31
- "S": 28,
32
- "T": 38,
33
- "U": 70,
34
- "V": 69,
35
- "W": 52,
36
- "X": 30,
37
- "Z": 2,
38
- "[PAD]": 78,
39
- "[UNK]": 77,
40
- "a": 7,
41
- "b": 6,
42
- "c": 75,
43
- "ch": 68,
44
- "d": 48,
45
- "e": 49,
46
- "f": 71,
47
- "g": 47,
48
- "h": 4,
49
- "i": 73,
50
- "j": 1,
51
- "k": 53,
52
- "kg": 36,
53
- "l": 35,
54
- "m": 66,
55
- "n": 18,
56
- "o": 17,
57
- "p": 67,
58
- "q": 29,
59
- "r": 63,
60
- "s": 61,
61
- "t": 40,
62
- "tl": 60,
63
- "u": 57,
64
- "v": 74,
65
- "w": 45,
66
- "x": 46,
67
- "y": 24,
68
- "z": 65,
69
- "|": 21,
70
- "´": 14,
71
- "Á": 31,
72
- "É": 27,
73
- "á": 9,
74
- "é": 72,
75
- "í": 10,
76
- "ñ": 33,
77
- "ó": 20,
78
- "ú": 54,
79
- "ý": 41,
80
- "ʼ": 64,
81
- " ": 44
82
- }
83
- }
 
1
+ {"top": {"8": 0, "j": 1, "Z": 2, ".": 3, "h": 4, "D": 5, "b": 6, "a": 7, "I": 8, "\u00e1": 9, "\u00ed": 10, "L": 11, "O": 12, "*": 13, "\u00b4": 14, "(": 15, "Q": 16, "o": 17, "n": 18, "'": 19, "\u00f3": 20, "A": 22, "K": 23, "y": 24, "G": 25, "H": 26, "\u00c9": 27, "S": 28, "q": 29, "X": 30, "\u00c1": 31, "P": 32, "\u00f1": 33, "R": 34, "l": 35, "kg": 36, "F": 37, "T": 38, ")": 39, "t": 40, "\u00fd": 41, "+": 42, "E": 43, "\u202f": 44, "w": 45, "x": 46, "g": 47, "d": 48, "e": 49, "B": 50, "\n": 51, "W": 52, "k": 53, "\u00fa": 54, "J": 55, "4": 56, "u": 57, "C": 58, "M": 59, "tl": 60, "s": 61, "N": 62, "r": 63, "\u02bc": 64, "z": 65, "m": 66, "p": 67, "ch": 68, "V": 69, "U": 70, "f": 71, "\u00e9": 72, "i": 73, "v": 74, "c": 75, "|": 21, "...": 76, "[UNK]": 77, "[PAD]": 78}}