Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AssaniIn
/
Wav2Vec2_30000rows
like
1
Safetensors
wav2vec2
Model card
Files
Files and versions
Community
main
Wav2Vec2_30000rows
/
my_env
/
lib
/
python3.13
/
site-packages
/
charset_normalizer
/
version.py
AssaniIn
Upload folder using huggingface_hub
051db69
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.1"
VERSION = __version__.split(
"."
)