yangwang825 commited on
Commit
e10bbf5
·
verified ·
1 Parent(s): b1fa54e

Upload config

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. 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: xvector-voxceleb1
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
- - name: Accuracy
24
- type: accuracy
25
  value: 0.9405314497140935
 
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: xvector-voxceleb1
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.9405314497140935
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,12 +1,9 @@
1
  {
 
2
  "angular": false,
3
- "architectures": [
4
- "XVectorForSequenceClassification"
5
- ],
6
  "attention_channels": 128,
7
  "auto_map": {
8
- "AutoConfig": "configuration_xvector.XVectorConfig",
9
- "AutoModelForAudioClassification": "modeling_xvector.XVectorForSequenceClassification"
10
  },
11
  "bos_token_id": 1,
12
  "decoder_config": {
@@ -2576,7 +2573,6 @@
2576
  },
2577
  "time_masks": 5,
2578
  "time_width": 0.03,
2579
- "torch_dtype": "float32",
2580
  "transformers_version": "4.48.3",
2581
  "use_torchaudio": true,
2582
  "use_vectorized_spec_augment": true,
 
1
  {
2
+ "_attn_implementation_autoset": true,
3
  "angular": false,
 
 
 
4
  "attention_channels": 128,
5
  "auto_map": {
6
+ "AutoConfig": "configuration_xvector.XVectorConfig"
 
7
  },
8
  "bos_token_id": 1,
9
  "decoder_config": {
 
2573
  },
2574
  "time_masks": 5,
2575
  "time_width": 0.03,
 
2576
  "transformers_version": "4.48.3",
2577
  "use_torchaudio": true,
2578
  "use_vectorized_spec_augment": true,