Update README.md
This commit is contained in:
parent
5e3d456ec1
commit
8833830560
26
README.md
26
README.md
|
@ -5,12 +5,38 @@ datasets:
|
||||||
tags:
|
tags:
|
||||||
- audio
|
- audio
|
||||||
- automatic-speech-recognition
|
- automatic-speech-recognition
|
||||||
|
- hf-asr-leaderboard
|
||||||
license: apache-2.0
|
license: apache-2.0
|
||||||
widget:
|
widget:
|
||||||
- example_title: Librispeech sample 1
|
- example_title: Librispeech sample 1
|
||||||
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
||||||
- example_title: Librispeech sample 2
|
- example_title: Librispeech sample 2
|
||||||
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
||||||
|
model-index:
|
||||||
|
- name: wav2vec2-base-960h
|
||||||
|
results:
|
||||||
|
- task:
|
||||||
|
name: Automatic Speech Recognition
|
||||||
|
type: automatic-speech-recognition
|
||||||
|
dataset:
|
||||||
|
name: Librispeech (clean)
|
||||||
|
type: librispeech_asr
|
||||||
|
args: en
|
||||||
|
metrics:
|
||||||
|
- name: Test WER
|
||||||
|
type: wer
|
||||||
|
value: 3.4
|
||||||
|
- task:
|
||||||
|
name: Automatic Speech Recognition
|
||||||
|
type: automatic-speech-recognition
|
||||||
|
dataset:
|
||||||
|
name: Librispeech (other)
|
||||||
|
type: librispeech_asr
|
||||||
|
args: en
|
||||||
|
metrics:
|
||||||
|
- name: Test WER
|
||||||
|
type: wer
|
||||||
|
value: 8.6
|
||||||
---
|
---
|
||||||
|
|
||||||
# Wav2Vec2-Base-960h
|
# Wav2Vec2-Base-960h
|
||||||
|
|
Loading…
Reference in New Issue