cagatayn commited on
Commit
2038a7a
·
verified ·
1 Parent(s): 1bb09de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,8 +6,8 @@ It consolidates multiple open-source accent corpora, converts all audio to a uni
6
  ---
7
 
8
  ## ✨ Key Features
9
- - **Accents covered (17 total):**
10
- american_english, british_english, indian_english, canadian_english, australian_english, scottish_english, irish_english, malayalam_english, non_native_english, bangla_english, telugu_english, new_zealand_english, northernirish, african_english, welsh_english, south_african_english, odiya_english
11
  - **Speaker-disjoint splits**: each speaker is assigned to exactly one split (train/validation/test).
12
  - **Augmentation strategy**:
13
  - < 2.6k samples → expanded to 5k via augmentation
@@ -56,10 +56,11 @@ hf_export/
56
  | `aug_label` | string | Applied augmentation method (e.g., `pitch:+1.2`) |
57
  | `duration_s` | float32 | Duration in seconds |
58
 
 
59
  ---
60
 
61
  ## 📊 Splitting Strategy
62
- - **Ratios**: 80% train, 10% validation, 10% test
63
  - **Speaker-disjoint**: a speaker appears in only one split
64
  - **Accent-aware**: splits preserve global accent proportions
65
  - **Dataset balance**: allocator prefers splits underrepresented for a dataset
 
6
  ---
7
 
8
  ## ✨ Key Features
9
+ - **Accents covered (12 total):**
10
+ american_english, british_english, indian_english, canadian_english, australian_english, scottish_english, irish_english, new_zealand_english, northernirish, african_english, welsh_english, south_african_english
11
  - **Speaker-disjoint splits**: each speaker is assigned to exactly one split (train/validation/test).
12
  - **Augmentation strategy**:
13
  - < 2.6k samples → expanded to 5k via augmentation
 
56
  | `aug_label` | string | Applied augmentation method (e.g., `pitch:+1.2`) |
57
  | `duration_s` | float32 | Duration in seconds |
58
 
59
+ Note: for accents with over 10k samples, is_augmented is false even though there's augmentation for half of their size. Use random sampling for these accents.
60
  ---
61
 
62
  ## 📊 Splitting Strategy
63
+ - **Ratios**: 78% train, 11% validation, 11% test
64
  - **Speaker-disjoint**: a speaker appears in only one split
65
  - **Accent-aware**: splits preserve global accent proportions
66
  - **Dataset balance**: allocator prefers splits underrepresented for a dataset