dmusingu commited on
Commit
7683a91
1 Parent(s): 750b095

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. added_tokens.json +2 -4
  3. tokenizer_config.json +2 -19
  4. vocab.json +2 -2
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  license: mit
3
- base_model: facebook/w2v-bert-2.0
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - common_voice_7_0
8
  metrics:
9
  - wer
 
10
  model-index:
11
  - name: w2v-bert-2.0-luganda-CV-train-validation-7.0
12
  results:
13
  - task:
14
- name: Automatic Speech Recognition
15
  type: automatic-speech-recognition
 
16
  dataset:
17
  name: common_voice_7_0
18
  type: common_voice_7_0
@@ -20,9 +20,9 @@ model-index:
20
  split: test
21
  args: lg
22
  metrics:
23
- - name: Wer
24
- type: wer
25
  value: 0.18224972173115955
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - common_voice_7_0
7
  metrics:
8
  - wer
9
+ base_model: facebook/w2v-bert-2.0
10
  model-index:
11
  - name: w2v-bert-2.0-luganda-CV-train-validation-7.0
12
  results:
13
  - task:
 
14
  type: automatic-speech-recognition
15
+ name: Automatic Speech Recognition
16
  dataset:
17
  name: common_voice_7_0
18
  type: common_voice_7_0
 
20
  split: test
21
  args: lg
22
  metrics:
23
+ - type: wer
 
24
  value: 0.18224972173115955
25
+ name: Wer
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
added_tokens.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "</s>": 30,
3
- "<s>": 29,
4
- "[PAD]": 28,
5
- "[UNK]": 27
6
  }
 
1
  {
2
+ "[PAD]": 30,
3
+ "[UNK]": 29
 
 
4
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "added_tokens_decoder": {
3
- "27": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
@@ -8,29 +8,13 @@
8
  "single_word": false,
9
  "special": false
10
  },
11
- "28": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
18
- },
19
- "29": {
20
- "content": "<s>",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "30": {
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>",
@@ -39,7 +23,6 @@
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
- "processor_class": "Wav2Vec2BertProcessor",
43
  "replace_word_delimiter_char": " ",
44
  "target_lang": null,
45
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
 
1
  {
2
  "added_tokens_decoder": {
3
+ "29": {
4
  "content": "[UNK]",
5
  "lstrip": true,
6
  "normalized": false,
 
8
  "single_word": false,
9
  "special": false
10
  },
11
+ "30": {
12
  "content": "[PAD]",
13
  "lstrip": true,
14
  "normalized": false,
15
  "rstrip": true,
16
  "single_word": false,
17
  "special": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
  },
20
  "bos_token": "<s>",
 
23
  "eos_token": "</s>",
24
  "model_max_length": 1000000000000000019884624838656,
25
  "pad_token": "[PAD]",
 
26
  "replace_word_delimiter_char": " ",
27
  "target_lang": null,
28
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
vocab.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "[PAD]": 28,
3
- "[UNK]": 27,
4
  "a": 3,
5
  "b": 4,
6
  "c": 5,
 
1
  {
2
+ "[PAD]": 30,
3
+ "[UNK]": 29,
4
  "a": 3,
5
  "b": 4,
6
  "c": 5,