Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
arxyzan
/
data2vec-wav2vec2-base
like
0
Feature Extraction
Transformers
PyTorch
wav2vec2
Inference Endpoints
arxiv:
2202.03555
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
bc17545
data2vec-wav2vec2-base
/
tokenizer_config.json
arxyzan
Create tokenizer_config.json
82ba4c5
over 2 years ago
raw
Copy download link
history
blame
Safe
164 Bytes
{
"unk_token"
:
"<unk>"
,
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"pad_token"
:
"<pad>"
,
"do_lower_case"
:
false
,
"return_attention_mask"
:
false
,
"do_normalize"
:
true
}