Push model using huggingface_hub.
Browse files- README.md +6 -24
- config.json +11 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,27 +1,9 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- model_hub_mixin
|
4 |
-
- pytorch_model_hub_mixin
|
5 |
-
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
-
base_model:
|
11 |
-
- openai/whisper-large-v3
|
12 |
-
pipeline_tag: audio-classification
|
13 |
-
datasets:
|
14 |
-
- mozilla-foundation/common_voice_11_0
|
15 |
-
---
|
16 |
-
# Whisper-Large for Broad Accent Classification
|
17 |
|
18 |
-
#
|
19 |
-
This model includes the implementation of broader accent classification described in Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits (https://arxiv.org/pdf/2505.14648)
|
20 |
-
|
21 |
-
The included English accents are:
|
22 |
-
<pre>
|
23 |
-
['British Isles', 'North America', 'Other']
|
24 |
-
</pre>
|
25 |
-
|
26 |
- Library: https://github.com/tiantiaf0627/vox-profile-release
|
27 |
- Docs: [More Information Needed]
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- Library: https://github.com/tiantiaf0627/vox-profile-release
|
9 |
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_gradient_reversal": false,
|
3 |
+
"finetune_method": "lora",
|
4 |
+
"freeze_params": true,
|
5 |
+
"hidden_dim": 256,
|
6 |
+
"lora_rank": 16,
|
7 |
+
"num_dataset": 3,
|
8 |
+
"output_class_num": 3,
|
9 |
+
"pretrain_model": "whisper_large",
|
10 |
+
"use_conv_output": true
|
11 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:078ee2bad85070a562c9c9de5bd04f8aa35bb10dc46b2b6b2c72647154c53ba7
|
3 |
+
size 6184684528
|