yangwang825
commited on
Upload config
Browse files- README.md +7 -7
- config.json +2 -6
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
tags:
|
4 |
-
- audio-classification
|
5 |
-
- generated_from_trainer
|
6 |
datasets:
|
7 |
- voxceleb
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
|
|
|
|
10 |
model-index:
|
11 |
- name: ecapa-tdnn-voxceleb1-c512-aam
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Audio Classification
|
15 |
type: audio-classification
|
|
|
16 |
dataset:
|
17 |
name: confit/voxceleb
|
18 |
type: voxceleb
|
@@ -20,9 +20,9 @@ model-index:
|
|
20 |
split: train
|
21 |
args: verification
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.8030272452068618
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- voxceleb
|
4 |
+
library_name: transformers
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
tags:
|
8 |
+
- audio-classification
|
9 |
+
- generated_from_trainer
|
10 |
model-index:
|
11 |
- name: ecapa-tdnn-voxceleb1-c512-aam
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
type: audio-classification
|
15 |
+
name: Audio Classification
|
16 |
dataset:
|
17 |
name: confit/voxceleb
|
18 |
type: voxceleb
|
|
|
20 |
split: train
|
21 |
args: verification
|
22 |
metrics:
|
23 |
+
- type: accuracy
|
|
|
24 |
value: 0.8030272452068618
|
25 |
+
name: Accuracy
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
config.json
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
{
|
|
|
2 |
"angular": true,
|
3 |
"angular_margin": 0.2,
|
4 |
"angular_scale": 30,
|
5 |
-
"architectures": [
|
6 |
-
"EcapaTdnnForSequenceClassification"
|
7 |
-
],
|
8 |
"attention_channels": 128,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "configuration_ecapa_tdnn.EcapaTdnnConfig"
|
11 |
-
"AutoModelForAudioClassification": "modeling_ecapa_tdnn.EcapaTdnnForSequenceClassification"
|
12 |
},
|
13 |
"bos_token_id": 1,
|
14 |
"decoder_config": {
|
@@ -2580,7 +2577,6 @@
|
|
2580 |
},
|
2581 |
"time_masks": 5,
|
2582 |
"time_width": 0.03,
|
2583 |
-
"torch_dtype": "float32",
|
2584 |
"transformers_version": "4.48.3",
|
2585 |
"use_torchaudio": true,
|
2586 |
"use_vectorized_spec_augment": true,
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
"angular": true,
|
4 |
"angular_margin": 0.2,
|
5 |
"angular_scale": 30,
|
|
|
|
|
|
|
6 |
"attention_channels": 128,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_ecapa_tdnn.EcapaTdnnConfig"
|
|
|
9 |
},
|
10 |
"bos_token_id": 1,
|
11 |
"decoder_config": {
|
|
|
2577 |
},
|
2578 |
"time_masks": 5,
|
2579 |
"time_width": 0.03,
|
|
|
2580 |
"transformers_version": "4.48.3",
|
2581 |
"use_torchaudio": true,
|
2582 |
"use_vectorized_spec_augment": true,
|