File size: 1,506 Bytes
89d81b4
dd47380
 
ec21fce
dd47380
 
 
 
 
 
 
 
 
 
ec21fce
dd47380
 
 
 
 
 
 
 
 
 
 
 
89d81b4
ec21fce
dd47380
ec21fce
dd47380
ec21fce
dd47380
ec21fce
a3dbba3
ec21fce
dd47380
 
 
ec21fce
dd47380
ec21fce
dd47380
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
language: "ar"
pipeline_tag: automatic-speech-recognition
tags:
- CTC
- Attention
- pytorch
- Transformer
license: "cc-by-nc-4.0"
datasets:
- MGB-3
- egyptian-arabic-conversational-speech-corpus
metrics:
- wer
model-index:
- name: omarxadel/hubert-large-arabic-egyptian
  results:
  - task: 
      name: Automatic Speech Recognition
      type: automatic-speech-recognition
    metrics:
       - name: Test WER
         type: wer
         value: 25.9
       - name: Validation WER
         type: wer
         value: 23.5
---

# Arabic Hubert-Large - with CTC fine-tuned on MGB-3 and Egyptian Arabic Conversational Speech Corpus (No LM)

This model is a fine-tuned version of [Arabic Hubert-Large](https://huggingface.co/asafaya/hubert-large-arabic). We finetuned this model on the MGB-3 and Egyptian Arabic Conversational Speech Corpus datasets, acheiving a state of the art for Egyptian Arabic with WER of `25.9%`. 

The original model was pre-trained on 2,000 hours of 16kHz sampled Arabic speech audio. When using the model make sure that your speech input is also sampled at 16Khz, see the original [paper](https://arxiv.org/abs/2106.07447) for more details on the model.

The performance of the model on the datasets is the following:

| Valid WER | Test WER |
|:---------:|:--------:|
|   23.55   |  25.59   | 

# Acknowledgement

Model fine-tuning and data processing for this work were performed as a part of a Graduation Project from Faculty of Engineering, Alexandria University, CCE Program.