Jump to content

Jonatasgrosman/wav2vec2-large-xlsr-53-english model: Difference between revisions

(Created page with "{{Model infobox | hugging-face-uri = jonatasgrosman/wav2vec2-large-xlsr-53-english | creator = | type = Audio | task = Automatic Speech Recognition | library = PyTorch, JAX, Safetensors, Transformers | dataset = common_voice, mozilla-foundation/common_voice_6_0 | language = English | paper = | related-to = wav2vec2, audio, hf-asr-leaderboard, mozilla-foundation/common_voice_6_0, robust-speech-event, speech, xlsr-fine-tuning-week | license = apache-2.0 | all-tags = Auto...")
 
Line 15: Line 15:


==Clone Model Repository==
==Clone Model Repository==
===HTTPS===
|-|HTTPS=
<pre>
<pre>
#Be sure to have git-lfs installed (https://git-lfs.com)
#Be sure to have git-lfs installed (https://git-lfs.com)
Line 26: Line 26:
</pre>
</pre>
    
    
===SSH===
|-|SSH=
<pre>
<pre>
#Be sure to have git-lfs installed (https://git-lfs.com)
#Be sure to have git-lfs installed (https://git-lfs.com)
Line 36: Line 36:
GIT_LFS_SKIP_SMUDGE=1
GIT_LFS_SKIP_SMUDGE=1
</pre>
</pre>


==Hugging Face Transformers Library==
==Hugging Face Transformers Library==