Kkonjeong commited on
Commit
4d8a08d
β€’
1 Parent(s): fe39dc6

Upload processor

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 37,
3
+ "<s>": 36
4
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": false,
9
+ "sampling_rate": 16000
10
+ }
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
+ "34": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "35": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "36": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "37": {
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": true,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "[PAD]",
42
+ "processor_class": "Wav2Vec2Processor",
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,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 0,
3
+ "[PAD]": 35,
4
+ "[UNK]": 34,
5
+ "γ„±": 1,
6
+ "γ„²": 2,
7
+ "γ„΄": 3,
8
+ "γ„·": 4,
9
+ "γ„Έ": 5,
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
+ }