some error when I finetune wav2vec2 by rum_common_voice.py
See original GitHub issuewhen I run run rum_common_voice.py with –max_train_samples 100 \ –max_val_samples 10,
I meet an error.
Traceback (most recent call last): File "rum_common_voice.py", line 537, in <module> main() File "rum_common_voice.py", line 404, in main train_dataset = train_dataset.select(range(data_args.max_train_samples)) AttributeError: 'DatasetDict' object has no attibute 'select'
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Fine-Tune Wav2Vec2 for English ASR with Transformers
Wav2Vec2 is fine-tuned using Connectionist Temporal Classification (CTC), which is an algorithm that is used to train neural networks for ...
Read more >Fine-tuning Wav2Vec2 with an LM head | TensorFlow Hub
In this notebook, we will load the pre-trained wav2vec2 model from TFHub and will fine-tune it on LibriSpeech dataset by appending Language Modeling...
Read more >fine-tune-wav2vec2-model - Kaggle
Explore and run machine learning code with Kaggle Notebooks | Using data from Common Voice persian subset v8.0.
Read more >Fine-Tune XLSR-Wav2Vec2 for low-resource ASR with :câlin
This video will explain in-detail how to fine-tune a multi-lingual Wav2Vec2 model on any dataset of Common Voice. It is a walkthrough of ......
Read more >Fine-tune and deploy a Wav2Vec2 model for speech ...
Hugging Face, an AI company, provides an open-source platform where developers can share and reuse thousands of pre-trained transformer models.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
cc @anton-l - this should be rather easy to solve with a chunking method provided by us very soon 😃
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.