kavyamanohar
commited on
Commit
•
27272bb
1
Parent(s):
4c12049
Update with dummy vocab entries
Browse files- added_tokens.json +3 -1
- preprocessor_config.json +1 -0
- tokenizer_config.json +16 -0
added_tokens.json
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
{
|
2 |
"</s>": 78,
|
3 |
-
"<s>": 77
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"</s>": 78,
|
3 |
+
"<s>": 77,
|
4 |
+
"dummy1": 79,
|
5 |
+
"dummy2": 80
|
6 |
}
|
preprocessor_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
3 |
"feature_size": 80,
|
4 |
"num_mel_bins": 80,
|
|
|
1 |
{
|
2 |
+
"do_normalize": true,
|
3 |
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
|
4 |
"feature_size": 80,
|
5 |
"num_mel_bins": 80,
|
tokenizer_config.json
CHANGED
@@ -31,6 +31,22 @@
|
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
},
|
36 |
"bos_token": "<s>",
|
|
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
+
},
|
35 |
+
"79": {
|
36 |
+
"content": "dummy1",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"80": {
|
44 |
+
"content": "dummy2",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
}
|
51 |
},
|
52 |
"bos_token": "<s>",
|