Update README.md
Browse files
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 (
|
| 10 |
-
american_english, british_english, indian_english, canadian_english, australian_english, scottish_english, irish_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**:
|
| 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
|