Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
gary109/AI_Light_Dance
Generated from Trainer
Instructions to use gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2") model = AutoModelForCTC.from_pretrained("gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
|
|
|
| 3 |
- generated_from_trainer
|
| 4 |
datasets:
|
| 5 |
- ai_light_dance
|
|
@@ -7,20 +9,7 @@ metrics:
|
|
| 7 |
- wer
|
| 8 |
model-index:
|
| 9 |
- name: ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2
|
| 10 |
-
results:
|
| 11 |
-
- task:
|
| 12 |
-
name: Automatic Speech Recognition
|
| 13 |
-
type: automatic-speech-recognition
|
| 14 |
-
dataset:
|
| 15 |
-
name: ai_light_dance
|
| 16 |
-
type: ai_light_dance
|
| 17 |
-
config: onset-idmt-mdb-2
|
| 18 |
-
split: train
|
| 19 |
-
args: onset-idmt-mdb-2
|
| 20 |
-
metrics:
|
| 21 |
-
- name: Wer
|
| 22 |
-
type: wer
|
| 23 |
-
value: 0.17699115044247787
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -28,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 28 |
|
| 29 |
# ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2
|
| 30 |
|
| 31 |
-
This model is a fine-tuned version of [gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2](https://huggingface.co/gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2) on the
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
-
- Loss: 0.
|
| 34 |
-
- Wer: 0.
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- automatic-speech-recognition
|
| 4 |
+
- gary109/AI_Light_Dance
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
- ai_light_dance
|
|
|
|
| 9 |
- wer
|
| 10 |
model-index:
|
| 11 |
- name: ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2
|
| 12 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2](https://huggingface.co/gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base-new_onset-idmt-mdb-2) on the GARY109/AI_LIGHT_DANCE - ONSET-IDMT-MDB-2 dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.4204
|
| 23 |
+
- Wer: 0.1844
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|