ctaguchi commited on
Commit
457cb0e
·
verified ·
1 Parent(s): cb84b22

End of training

Browse files
README.md CHANGED
@@ -1,199 +1,139 @@
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-pne-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-pne-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.3988
22
+ - Cer: 0.1116
23
+ - Wer: 0.3299
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
+ | 1.2889 | 0.2685 | 200 | 0.8402 | 0.2271 | 0.6489 |
59
+ | 1.0716 | 0.5369 | 400 | 0.6725 | 0.1834 | 0.5259 |
60
+ | 0.9362 | 0.8054 | 600 | 0.6121 | 0.1678 | 0.4840 |
61
+ | 0.89 | 1.0738 | 800 | 0.5791 | 0.1584 | 0.4544 |
62
+ | 0.8681 | 1.3423 | 1000 | 0.5532 | 0.1530 | 0.4397 |
63
+ | 0.8789 | 1.6107 | 1200 | 0.5536 | 0.1538 | 0.4418 |
64
+ | 0.8424 | 1.8792 | 1400 | 0.5269 | 0.1464 | 0.4200 |
65
+ | 0.826 | 2.1477 | 1600 | 0.5185 | 0.1424 | 0.4075 |
66
+ | 0.8315 | 2.4161 | 1800 | 0.5052 | 0.1396 | 0.4019 |
67
+ | 0.8123 | 2.6846 | 2000 | 0.5048 | 0.1379 | 0.3952 |
68
+ | 0.8159 | 2.9530 | 2200 | 0.4888 | 0.1363 | 0.3919 |
69
+ | 0.7834 | 3.2215 | 2400 | 0.4804 | 0.1347 | 0.3854 |
70
+ | 0.7479 | 3.4899 | 2600 | 0.4968 | 0.1371 | 0.3953 |
71
+ | 0.7565 | 3.7584 | 2800 | 0.4762 | 0.1315 | 0.3734 |
72
+ | 0.7769 | 4.0268 | 3000 | 0.4869 | 0.1315 | 0.3744 |
73
+ | 0.702 | 4.2953 | 3200 | 0.4835 | 0.1317 | 0.3775 |
74
+ | 0.7573 | 4.5638 | 3400 | 0.4771 | 0.1295 | 0.3676 |
75
+ | 0.7165 | 4.8322 | 3600 | 0.4696 | 0.1272 | 0.3646 |
76
+ | 0.7126 | 5.1007 | 3800 | 0.4942 | 0.1339 | 0.3843 |
77
+ | 0.7197 | 5.3691 | 4000 | 0.4670 | 0.1268 | 0.3628 |
78
+ | 0.7472 | 5.6376 | 4200 | 0.4651 | 0.1273 | 0.3646 |
79
+ | 0.7005 | 5.9060 | 4400 | 0.4690 | 0.1316 | 0.3830 |
80
+ | 0.7072 | 6.1745 | 4600 | 0.4853 | 0.1306 | 0.3767 |
81
+ | 0.6864 | 6.4430 | 4800 | 0.4825 | 0.1261 | 0.3587 |
82
+ | 0.6764 | 6.7114 | 5000 | 0.4550 | 0.1258 | 0.3614 |
83
+ | 0.763 | 6.9799 | 5200 | 0.4843 | 0.1281 | 0.3678 |
84
+ | 0.7177 | 7.2483 | 5400 | 0.4715 | 0.1276 | 0.3667 |
85
+ | 0.6742 | 7.5168 | 5600 | 0.4600 | 0.1248 | 0.3589 |
86
+ | 0.6795 | 7.7852 | 5800 | 0.5308 | 0.1275 | 0.3692 |
87
+ | 0.7109 | 8.0537 | 6000 | 0.4499 | 0.1226 | 0.3550 |
88
+ | 0.6684 | 8.3221 | 6200 | 0.4773 | 0.1299 | 0.3773 |
89
+ | 0.6827 | 8.5906 | 6400 | 0.4802 | 0.1260 | 0.3631 |
90
+ | 0.6555 | 8.8591 | 6600 | 0.4561 | 0.1249 | 0.3611 |
91
+ | 0.6481 | 9.1275 | 6800 | 0.4601 | 0.1302 | 0.3848 |
92
+ | 0.6913 | 9.3960 | 7000 | 0.4303 | 0.1184 | 0.3415 |
93
+ | 0.661 | 9.6644 | 7200 | 0.4449 | 0.1193 | 0.3452 |
94
+ | 0.628 | 9.9329 | 7400 | 0.4491 | 0.1213 | 0.3518 |
95
+ | 0.6669 | 10.2013 | 7600 | 0.4299 | 0.1185 | 0.3446 |
96
+ | 0.6471 | 10.4698 | 7800 | 0.4364 | 0.1210 | 0.3531 |
97
+ | 0.6254 | 10.7383 | 8000 | 0.4457 | 0.1240 | 0.3642 |
98
+ | 0.6406 | 11.0067 | 8200 | 0.4365 | 0.1199 | 0.3503 |
99
+ | 0.6053 | 11.2752 | 8400 | 0.4365 | 0.1162 | 0.3345 |
100
+ | 0.6322 | 11.5436 | 8600 | 0.4191 | 0.1171 | 0.3405 |
101
+ | 0.6391 | 11.8121 | 8800 | 0.4088 | 0.1141 | 0.3289 |
102
+ | 0.6205 | 12.0805 | 9000 | 0.4149 | 0.1141 | 0.3301 |
103
+ | 0.6313 | 12.3490 | 9200 | 0.4185 | 0.1171 | 0.3431 |
104
+ | 0.6017 | 12.6174 | 9400 | 0.4075 | 0.1157 | 0.3400 |
105
+ | 0.6437 | 12.8859 | 9600 | 0.4050 | 0.1132 | 0.3292 |
106
+ | 0.6354 | 13.1544 | 9800 | 0.4087 | 0.1153 | 0.3359 |
107
+ | 0.6149 | 13.4228 | 10000 | 0.4035 | 0.1134 | 0.3267 |
108
+ | 0.6002 | 13.6913 | 10200 | 0.3985 | 0.1135 | 0.3292 |
109
+ | 0.6098 | 13.9597 | 10400 | 0.4298 | 0.1180 | 0.3492 |
110
+ | 0.5787 | 14.2282 | 10600 | 0.4065 | 0.1144 | 0.3333 |
111
+ | 0.6282 | 14.4966 | 10800 | 0.4057 | 0.1149 | 0.3358 |
112
+ | 0.5775 | 14.7651 | 11000 | 0.4188 | 0.1175 | 0.3471 |
113
+ | 0.595 | 15.0336 | 11200 | 0.4063 | 0.1144 | 0.3354 |
114
+ | 0.6184 | 15.3020 | 11400 | 0.4004 | 0.1125 | 0.3300 |
115
+ | 0.5909 | 15.5705 | 11600 | 0.4156 | 0.1157 | 0.3431 |
116
+ | 0.5826 | 15.8389 | 11800 | 0.4147 | 0.1172 | 0.3476 |
117
+ | 0.5858 | 16.1074 | 12000 | 0.4010 | 0.1129 | 0.3346 |
118
+ | 0.5793 | 16.3758 | 12200 | 0.3852 | 0.1089 | 0.3154 |
119
+ | 0.5661 | 16.6443 | 12400 | 0.3964 | 0.1109 | 0.3229 |
120
+ | 0.5861 | 16.9128 | 12600 | 0.3976 | 0.1120 | 0.3283 |
121
+ | 0.585 | 17.1812 | 12800 | 0.3937 | 0.1108 | 0.3231 |
122
+ | 0.5873 | 17.4497 | 13000 | 0.4106 | 0.1142 | 0.3392 |
123
+ | 0.5572 | 17.7181 | 13200 | 0.3959 | 0.1120 | 0.3320 |
124
+ | 0.5958 | 17.9866 | 13400 | 0.4018 | 0.1118 | 0.3301 |
125
+ | 0.5597 | 18.2550 | 13600 | 0.3958 | 0.1129 | 0.3347 |
126
+ | 0.5559 | 18.5235 | 13800 | 0.3987 | 0.1105 | 0.3255 |
127
+ | 0.5951 | 18.7919 | 14000 | 0.3957 | 0.1097 | 0.3217 |
128
+ | 0.5752 | 19.0604 | 14200 | 0.3935 | 0.1116 | 0.3298 |
129
+ | 0.5571 | 19.3289 | 14400 | 0.4006 | 0.1115 | 0.3292 |
130
+ | 0.5683 | 19.5973 | 14600 | 0.4020 | 0.1122 | 0.3329 |
131
+ | 0.5625 | 19.8658 | 14800 | 0.3988 | 0.1116 | 0.3299 |
132
+
133
+
134
+ ### Framework versions
135
+
136
+ - Transformers 4.52.1
137
+ - Pytorch 2.9.1+cu128
138
+ - Datasets 3.6.0
139
+ - Tokenizers 0.21.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter.pne.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf11fe335d6da117be72eff76cbf89ecd6e056af3ba9a3b41b723aae397082f
3
+ size 8926640
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": 53,
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": 56,
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:4a93f35a9d7d87f81604e81c43186e876d51b2101a7dd1c36090f83cd984b1ba
3
+ size 3859019024
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:479cce9cc5b493ecaa2805e81220df867b1f949a02ed9d00d65827f01ce4af8b
3
+ size 5969
vocab.json CHANGED
@@ -1,58 +1 @@
1
- {
2
- "pne": {
3
- "'": 18,
4
- "-": 27,
5
- ".": 23,
6
- "...": 51,
7
- "A": 24,
8
- "B": 36,
9
- "C": 30,
10
- "D": 0,
11
- "E": 31,
12
- "H": 46,
13
- "I": 28,
14
- "J": 50,
15
- "K": 13,
16
- "L": 35,
17
- "M": 12,
18
- "N": 45,
19
- "O": 32,
20
- "P": 37,
21
- "R": 8,
22
- "S": 26,
23
- "T": 49,
24
- "U": 17,
25
- "V": 29,
26
- "Y": 9,
27
- "[PAD]": 53,
28
- "[UNK]": 52,
29
- "a": 2,
30
- "b": 47,
31
- "c": 3,
32
- "d": 25,
33
- "e": 11,
34
- "f": 40,
35
- "g": 6,
36
- "h": 1,
37
- "i": 19,
38
- "j": 22,
39
- "k": 7,
40
- "l": 41,
41
- "m": 16,
42
- "n": 33,
43
- "ng": 15,
44
- "o": 48,
45
- "p": 38,
46
- "q": 20,
47
- "r": 34,
48
- "s": 14,
49
- "t": 5,
50
- "u": 4,
51
- "v": 21,
52
- "w": 10,
53
- "x": 43,
54
- "y": 39,
55
- "z": 42,
56
- "|": 44
57
- }
58
- }
 
1
+ {"pne": {"D": 0, "h": 1, "a": 2, "c": 3, "u": 4, "t": 5, "g": 6, "k": 7, "R": 8, "Y": 9, "w": 10, "e": 11, "M": 12, "K": 13, "s": 14, "ng": 15, "m": 16, "U": 17, "'": 18, "i": 19, "q": 20, "v": 21, "j": 22, ".": 23, "A": 24, "d": 25, "S": 26, "-": 27, "I": 28, "V": 29, "C": 30, "E": 31, "O": 32, "n": 33, "r": 34, "L": 35, "B": 36, "P": 37, "p": 38, "y": 39, "f": 40, "l": 41, "z": 42, "x": 43, "N": 45, "H": 46, "b": 47, "o": 48, "T": 49, "J": 50, "|": 44, "...": 51, "[UNK]": 52, "[PAD]": 53}}