Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,33 @@
|
|
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]
|
|
|
2 |
tags:
|
3 |
- model_hub_mixin
|
4 |
- pytorch_model_hub_mixin
|
5 |
+
license: bsd-3-clause
|
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 v3 for Narrow Accent Classification
|
17 |
+
|
18 |
+
# Model Description
|
19 |
+
This model includes the implementation of narrow 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 |
+
|
22 |
+
The included English accents are:
|
23 |
+
<pre>
|
24 |
+
[
|
25 |
+
'East Asia', 'English', 'Germanic', 'Irish',
|
26 |
+
'North America', 'Northern Irish', 'Oceania',
|
27 |
+
'Other', 'Romance', 'Scottish', 'Semitic', 'Slavic',
|
28 |
+
'South African', 'Southeast Asia', 'South Asia', 'Welsh'
|
29 |
+
]
|
30 |
+
</pre>
|
31 |
+
|
32 |
|
|
|
33 |
- Library: https://github.com/tiantiaf0627/vox-profile-release
|
34 |
- Docs: [More Information Needed]
|