Akashpb13 commited on
Commit
99ded6a
1 Parent(s): 98b84b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Test WER
23
  type: wer
24
- value: 32.77
25
  ---
26
  # Wav2Vec2-Large-XLSR-53-Maltese
27
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Maltese using the [Common Voice](https://huggingface.co/datasets/common_voice)
@@ -41,7 +41,7 @@ import sys
41
 
42
  model_name = "Akashpb13/xlsr_maltese_wav2vec2"
43
  device = "cuda"
44
- chars_to_ignore_regex = '[\,\?\.\!\-\;\:\"\“\%\‘\”\�\)\(\*)]'
45
 
46
  model = Wav2Vec2ForCTC.from_pretrained(model_name).to(device)
47
  processor = Wav2Vec2Processor.from_pretrained(model_name)
21
  metrics:
22
  - name: Test WER
23
  type: wer
24
+ value: 32.83
25
  ---
26
  # Wav2Vec2-Large-XLSR-53-Maltese
27
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Maltese using the [Common Voice](https://huggingface.co/datasets/common_voice)
41
 
42
  model_name = "Akashpb13/xlsr_maltese_wav2vec2"
43
  device = "cuda"
44
+ chars_to_ignore_regex = '[\\,\\?\\.\\!\\-\\;\\:\\"\\“\\%\\‘\\”\\�\\)\\(\\*)]'
45
 
46
  model = Wav2Vec2ForCTC.from_pretrained(model_name).to(device)
47
  processor = Wav2Vec2Processor.from_pretrained(model_name)