sulaimank commited on
Commit
8f7d3a3
·
verified ·
1 Parent(s): d51db41

Upload processor

Browse files
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,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
- "pad_token": "[PAD]",
5
- "unk_token": "[UNK]"
6
  }
 
1
  {
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
+ "pad_token": "<pad>",
5
+ "unk_token": "<unk>"
6
  }
tokenizer_config.json CHANGED
@@ -1,48 +1,49 @@
1
  {
2
  "added_tokens_decoder": {
3
- "54": {
4
- "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
7
  "rstrip": true,
8
  "single_word": false,
9
  "special": false
10
  },
11
- "55": {
12
- "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
  },
19
- "56": {
20
- "content": "<s>",
21
- "lstrip": false,
22
  "normalized": false,
23
- "rstrip": false,
24
  "single_word": false,
25
- "special": true
26
  },
27
- "57": {
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": false,
38
  "do_lower_case": false,
39
  "eos_token": "</s>",
40
  "extra_special_tokens": {},
41
  "model_max_length": 1000000000000000019884624838656,
42
- "pad_token": "[PAD]",
 
43
  "replace_word_delimiter_char": " ",
44
- "target_lang": null,
45
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
46
- "unk_token": "[UNK]",
47
  "word_delimiter_token": "|"
48
  }
 
1
  {
2
  "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
  "lstrip": true,
6
  "normalized": false,
7
  "rstrip": true,
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "1": {
12
+ "content": "<s>",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
  },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": true,
22
  "normalized": false,
23
+ "rstrip": true,
24
  "single_word": false,
25
+ "special": false
26
  },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": true,
30
  "normalized": false,
31
+ "rstrip": true,
32
  "single_word": false,
33
+ "special": false
34
  }
35
  },
36
  "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": true,
38
  "do_lower_case": false,
39
  "eos_token": "</s>",
40
  "extra_special_tokens": {},
41
  "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "<pad>",
43
+ "processor_class": "Wav2Vec2Processor",
44
  "replace_word_delimiter_char": " ",
45
+ "target_lang": "eng",
46
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
47
+ "unk_token": "<unk>",
48
  "word_delimiter_token": "|"
49
  }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff