Spaces:
Runtime error
Runtime error
Commit
·
e1f20c0
1
Parent(s):
c555b3d
Fix: Add required Gradio SDK configuration to README.md
Browse files
README.md
CHANGED
@@ -1,69 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
license: apache-2.0
|
5 |
-
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- hf-asr-leaderboard
|
8 |
-
- mozilla-foundation/common_voice_8_0
|
9 |
-
- pt
|
10 |
-
- robust-speech-event
|
11 |
-
datasets:
|
12 |
-
- mozilla-foundation/common_voice_8_0
|
13 |
-
model-index:
|
14 |
-
- name: XLS-R Wav2Vec2 Portuguese by Jonatas Grosman
|
15 |
-
results:
|
16 |
-
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
-
type: automatic-speech-recognition
|
19 |
-
dataset:
|
20 |
-
name: Common Voice 8
|
21 |
-
type: mozilla-foundation/common_voice_8_0
|
22 |
-
args: pt
|
23 |
-
metrics:
|
24 |
-
- name: Test WER
|
25 |
-
type: wer
|
26 |
-
value: 8.7
|
27 |
-
- name: Test CER
|
28 |
-
type: cer
|
29 |
-
value: 2.55
|
30 |
-
- name: Test WER (+LM)
|
31 |
-
type: wer
|
32 |
-
value: 6.04
|
33 |
-
- name: Test CER (+LM)
|
34 |
-
type: cer
|
35 |
-
value: 1.98
|
36 |
-
- task:
|
37 |
-
name: Automatic Speech Recognition
|
38 |
-
type: automatic-speech-recognition
|
39 |
-
dataset:
|
40 |
-
name: Robust Speech Event - Dev Data
|
41 |
-
type: speech-recognition-community-v2/dev_data
|
42 |
-
args: pt
|
43 |
-
metrics:
|
44 |
-
- name: Dev WER
|
45 |
-
type: wer
|
46 |
-
value: 24.23
|
47 |
-
- name: Dev CER
|
48 |
-
type: cer
|
49 |
-
value: 11.3
|
50 |
-
- name: Dev WER (+LM)
|
51 |
-
type: wer
|
52 |
-
value: 19.41
|
53 |
-
- name: Dev CER (+LM)
|
54 |
-
type: cer
|
55 |
-
value: 10.19
|
56 |
-
- task:
|
57 |
-
name: Automatic Speech Recognition
|
58 |
-
type: automatic-speech-recognition
|
59 |
-
dataset:
|
60 |
-
name: Robust Speech Event - Test Data
|
61 |
-
type: speech-recognition-community-v2/eval_data
|
62 |
-
args: pt
|
63 |
-
metrics:
|
64 |
-
- name: Test WER
|
65 |
-
type: wer
|
66 |
-
value: 18.8
|
67 |
---
|
68 |
|
69 |
# Fine-tuned XLS-R 1B model for speech recognition in Portuguese
|
|
|
1 |
---
|
2 |
+
title: Wav2Vec2 XLS-R 1B Portuguese ASR
|
3 |
+
emoji: 🎙️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.19.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Fine-tuned XLS-R 1B model for speech recognition in Portuguese
|