Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,26 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: wav2vec2-tiny-random-rodela-classifier
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
datasets:
|
9 |
- shhossain/rodela_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# wav2vec2-tiny-random-rodela-classifier
|
16 |
|
17 |
-
This model is a fine-tuned version of [patrickvonplaten/wav2vec2_tiny_random](https://huggingface.co/patrickvonplaten/wav2vec2_tiny_random) on
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- eval_loss: 0.7650
|
20 |
- eval_accuracy: 0.9102
|
@@ -26,15 +43,12 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
-
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
-
|
34 |
|
35 |
-
## Training and evaluation data
|
36 |
-
|
37 |
-
More information needed
|
38 |
|
39 |
## Training procedure
|
40 |
|
@@ -50,6 +64,7 @@ The following hyperparameters were used during training:
|
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_ratio: 0.1
|
52 |
- num_epochs: 100
|
|
|
53 |
|
54 |
### Framework versions
|
55 |
|
|
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
6 |
- name: wav2vec2-tiny-random-rodela-classifier
|
7 |
+
results:
|
8 |
+
- task:
|
9 |
+
type: audio-classification
|
10 |
+
dataset:
|
11 |
+
name: rodela_dataset
|
12 |
+
type: test
|
13 |
+
metrics:
|
14 |
+
- name: accuracy
|
15 |
+
type: accuracy
|
16 |
+
value: 0.91
|
17 |
+
|
18 |
datasets:
|
19 |
- shhossain/rodela_dataset
|
20 |
+
license: apache-2.0
|
21 |
+
language:
|
22 |
+
- be
|
23 |
+
- en
|
24 |
+
metrics:
|
25 |
+
- accuracy
|
26 |
+
pipeline_tag: audio-classification
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# wav2vec2-tiny-random-rodela-classifier
|
33 |
|
34 |
+
This model is a fine-tuned version of [patrickvonplaten/wav2vec2_tiny_random](https://huggingface.co/patrickvonplaten/wav2vec2_tiny_random) on [shhossain/rodela_dataset](https://huggingface.co/datasets/shhossain/rodela_dataset) dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- eval_loss: 0.7650
|
37 |
- eval_accuracy: 0.9102
|
|
|
43 |
|
44 |
## Model description
|
45 |
|
46 |
+
It classifies if a audio has `rodela` in it.
|
47 |
|
48 |
## Intended uses & limitations
|
49 |
|
50 |
+
It was designed for `Wake Word Detection`.
|
51 |
|
|
|
|
|
|
|
52 |
|
53 |
## Training procedure
|
54 |
|
|
|
64 |
- lr_scheduler_type: linear
|
65 |
- lr_scheduler_warmup_ratio: 0.1
|
66 |
- num_epochs: 100
|
67 |
+
- gradient_accumulation_steps: .5
|
68 |
|
69 |
### Framework versions
|
70 |
|