tiantiaf commited on
Commit
0ae678f
·
verified ·
1 Parent(s): e86a150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -2,8 +2,20 @@
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: apache-2.0
6
+ language:
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ base_model:
11
+ - microsoft/wavlm-large
12
  ---
13
+ # WavLM-Large for Broader Accent Classification
14
+
15
+ # Model Description
16
+ 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)
17
+
18
+ The included English accents are: ['British Isles', 'North America', 'Other']
19
 
 
20
  - Library: https://github.com/tiantiaf0627/vox-profile-release
21
  - Docs: [More Information Needed]