Upload processor
Browse files- README.md +4 -4
- preprocessor_config.json +1 -0
- tokenizer_config.json +1 -0
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: facebook/wav2vec2-large-xlsr-53
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
datasets:
|
| 7 |
- common_voice_17_0
|
| 8 |
metrics:
|
|
@@ -11,8 +11,8 @@ model-index:
|
|
| 11 |
- name: wav2vec2-base-Manju
|
| 12 |
results:
|
| 13 |
- task:
|
| 14 |
-
name: Automatic Speech Recognition
|
| 15 |
type: automatic-speech-recognition
|
|
|
|
| 16 |
dataset:
|
| 17 |
name: common_voice_17_0
|
| 18 |
type: common_voice_17_0
|
|
@@ -20,9 +20,9 @@ model-index:
|
|
| 20 |
split: None
|
| 21 |
args: ml
|
| 22 |
metrics:
|
| 23 |
-
-
|
| 24 |
-
type: wer
|
| 25 |
value: 1.0
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
| 6 |
datasets:
|
| 7 |
- common_voice_17_0
|
| 8 |
metrics:
|
|
|
|
| 11 |
- name: wav2vec2-base-Manju
|
| 12 |
results:
|
| 13 |
- task:
|
|
|
|
| 14 |
type: automatic-speech-recognition
|
| 15 |
+
name: Automatic Speech Recognition
|
| 16 |
dataset:
|
| 17 |
name: common_voice_17_0
|
| 18 |
type: common_voice_17_0
|
|
|
|
| 20 |
split: None
|
| 21 |
args: ml
|
| 22 |
metrics:
|
| 23 |
+
- type: wer
|
|
|
|
| 24 |
value: 1.0
|
| 25 |
+
name: Wer
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
preprocessor_config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"feature_size": 1,
|
| 5 |
"padding_side": "right",
|
| 6 |
"padding_value": 0.0,
|
|
|
|
| 7 |
"return_attention_mask": false,
|
| 8 |
"sampling_rate": 16000
|
| 9 |
}
|
|
|
|
| 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 |
}
|
tokenizer_config.json
CHANGED
|
@@ -39,6 +39,7 @@
|
|
| 39 |
"eos_token": "</s>",
|
| 40 |
"model_max_length": 1000000000000000019884624838656,
|
| 41 |
"pad_token": "[PAD]",
|
|
|
|
| 42 |
"replace_word_delimiter_char": " ",
|
| 43 |
"target_lang": null,
|
| 44 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
|
|
|
| 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",
|