thangtrungnguyen
commited on
Commit
•
96ab51b
1
Parent(s):
ce8cae3
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: cc-by-nc-4.0
|
4 |
-
base_model: nguyenvulebinh/wav2vec2-base-vi
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
datasets:
|
8 |
-
- doof-ferb/LSVSC
|
9 |
metrics:
|
10 |
- f1
|
11 |
model-index:
|
@@ -14,9 +11,6 @@ model-index:
|
|
14 |
- task:
|
15 |
name: Audio Classification
|
16 |
type: audio-classification
|
17 |
-
dataset:
|
18 |
-
name: LSVSC
|
19 |
-
type: doof-ferb/LSVSC
|
20 |
metrics:
|
21 |
- name: F1
|
22 |
type: f1
|
@@ -28,7 +22,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
# vietnamese-gender-voice-classification-model
|
30 |
|
31 |
-
This model is a fine-tuned version of [nguyenvulebinh/wav2vec2-base-vi](https://huggingface.co/nguyenvulebinh/wav2vec2-base-vi) on the LSVSC dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 0.0946
|
34 |
- F1: 0.9772
|
@@ -77,4 +70,4 @@ The following hyperparameters were used during training:
|
|
77 |
- Transformers 4.45.1
|
78 |
- Pytorch 2.4.0
|
79 |
- Datasets 3.0.1
|
80 |
-
- Tokenizers 0.20.0
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: cc-by-nc-4.0
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- f1
|
8 |
model-index:
|
|
|
11 |
- task:
|
12 |
name: Audio Classification
|
13 |
type: audio-classification
|
|
|
|
|
|
|
14 |
metrics:
|
15 |
- name: F1
|
16 |
type: f1
|
|
|
22 |
|
23 |
# vietnamese-gender-voice-classification-model
|
24 |
|
|
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.0946
|
27 |
- F1: 0.9772
|
|
|
70 |
- Transformers 4.45.1
|
71 |
- Pytorch 2.4.0
|
72 |
- Datasets 3.0.1
|
73 |
+
- Tokenizers 0.20.0
|