MaloOLIVIER commited on
Commit
91686a7
·
verified ·
1 Parent(s): 524d0b9

Upload processor

Browse files
preprocessor_config.json CHANGED
@@ -5,6 +5,6 @@
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
  "processor_class": "Wav2Vec2Processor",
8
- "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
 
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 CHANGED
@@ -1,30 +1,6 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": true,
19
- "normalized": false,
20
- "rstrip": true,
21
- "single_word": false
22
- },
23
- "unk_token": {
24
- "content": "[UNK]",
25
- "lstrip": true,
26
- "normalized": false,
27
- "rstrip": true,
28
- "single_word": false
29
- }
30
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }