Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
addy88
/
hubert-base-timit-demo-colab
like
0
Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
hubert
Generated from Trainer
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
70cb23a
hubert-base-timit-demo-colab
/
tokenizer_config.json
addy88
add tokenizer
70cb23a
about 3 years ago
raw
Copy download link
history
blame
Safe
181 Bytes
{
"unk_token"
:
"[UNK]"
,
"bos_token"
:
"<s>"
,
"eos_token"
:
"</s>"
,
"pad_token"
:
"[PAD]"
,
"do_lower_case"
:
false
,
"word_delimiter_token"
:
"|"
,
"tokenizer_class"
:
"Wav2Vec2CTCTokenizer"
}