tiantiaf commited on
Commit
f883ecb
·
verified ·
1 Parent(s): 0a6b14d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,13 +15,16 @@ base_model:
15
  # Model Description
16
  This model includes the implementation of voice quality 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 labels are: [
 
 
19
  'shrill', 'nasal', 'deep', # Pitch
20
  'silky', 'husky', 'raspy', 'guttural', 'vocal-fry', # Texture
21
  'booming', 'authoritative', 'loud', 'hushed', 'soft', # Volume
22
  'crisp', 'slurred', 'lisp', 'stammering', # Clarity
23
  'singsong', 'pitchy', 'flowing', 'monotone', 'staccato', 'punctuated', 'enunciated', 'hesitant', # Rhythm
24
  ]
 
25
 
26
 
27
  - Library: https://github.com/tiantiaf0627/vox-profile-release
 
15
  # Model Description
16
  This model includes the implementation of voice quality 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 labels are:
19
+ <pre>
20
+ [
21
  'shrill', 'nasal', 'deep', # Pitch
22
  'silky', 'husky', 'raspy', 'guttural', 'vocal-fry', # Texture
23
  'booming', 'authoritative', 'loud', 'hushed', 'soft', # Volume
24
  'crisp', 'slurred', 'lisp', 'stammering', # Clarity
25
  'singsong', 'pitchy', 'flowing', 'monotone', 'staccato', 'punctuated', 'enunciated', 'hesitant', # Rhythm
26
  ]
27
+ </pre>
28
 
29
 
30
  - Library: https://github.com/tiantiaf0627/vox-profile-release