Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
marinone94
/
xls-r-300m-sv-robust
like
1
Automatic Speech Recognition
Transformers
PyTorch
mozilla-foundation/common_voice_9_0
Swedish
wav2vec2
mozilla-foundation/common_voice_9_0
Generated from Trainer
Eval Results
Inference Endpoints
License:
cc0-1.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
e940b73
xls-r-300m-sv-robust
/
kenlm
/
lm
/
builder
/
hash_gamma.hh
marinone94
Training in progress, epoch 0
1ce325b
over 2 years ago
raw
Copy download link
history
blame
Safe
293 Bytes
#
ifndef
LM_BUILDER_HASH_GAMMA__
#
define
LM_BUILDER_HASH_GAMMA__
#
include
<stdint.h>
namespace
lm {
namespace
builder {
#
pragma
pack(push)
#
pragma
pack(4)
struct
HashGamma
{
uint64_t
hash_value;
float
gamma;
};
#
pragma
pack(pop)
}}
// namespaces
#
endif
// LM_BUILDER_HASH_GAMMA__