razhan commited on
Commit
b3f4d28
·
verified ·
1 Parent(s): 7f09484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -61
README.md CHANGED
@@ -43,65 +43,12 @@ size_categories:
43
 
44
  Data is gold standard recorded in studio
45
  ```
46
- === Per-User Statistics ===
47
- Top 10 Contributors (across all splits):
48
- speaker_id language split total_sentences total_duration gender avg_duration_per_sentence total_languages
49
- SPEAKER_196 hawrami train 674 39.014500 female 0.057885 1
50
- SPEAKER_129 hawrami train 408 18.766400 female 0.045996 1
51
- SPEAKER_138 hawrami train 335 16.521183 male 0.049317 1
52
- SPEAKER_113 hawrami train 292 12.657050 male 0.043346 1
53
- SPEAKER_106 hawrami train 238 12.247567 male 0.051460 1
54
- SPEAKER_126 hawrami train 211 10.166067 male 0.048180 1
55
- SPEAKER_156 hawrami train 196 8.347917 female 0.042591 1
56
- SPEAKER_144 hawrami train 138 9.635900 female 0.069825 1
57
- SPEAKER_135 hawrami train 135 6.678000 male 0.049467 1
58
- SPEAKER_170 hawrami train 134 5.194750 male 0.038767 1
59
-
60
- === Per-Language Statistics (by split) ===
61
- language split total_sentences total_duration unique_users gender_diversity
62
- hawrami test 204 9.464500 19 2
63
- hawrami train 4773 233.606133 99 2
64
-
65
- === Gender Distribution by Language and Split ===
66
- language split gender total_sentences total_duration unique_users
67
- hawrami test male 174 7.684700 13
68
- hawrami test female 30 1.779800 6
69
- hawrami train male 2527 118.401133 56
70
- hawrami train female 2246 115.205000 43
71
-
72
- === Content Statistics ===
73
-
74
- Avg Sentence Length:
75
- language split
76
- hawrami test 31.80
77
- train 33.41
78
- Name: sentence, dtype: float64
79
-
80
- Avg Duration Per Sentence:
81
- language split
82
- hawrami test 0.05
83
- train 0.05
84
- Name: duration, dtype: float64
85
-
86
- === Overall Statistics ===
87
-
88
- TRAIN Split:
89
- Total sentences: 4,773
90
- Total duration: 3.89 hours
91
- Total unique users: 99
92
- Total languages: 1
93
-
94
- Gender Distribution:
95
- male: 2,527 recordings
96
- female: 2,246 recordings
97
-
98
- TEST Split:
99
- Total sentences: 204
100
- Total duration: 0.16 hours
101
- Total unique users: 19
102
- Total languages: 1
103
-
104
- Gender Distribution:
105
- male: 174 recordings
106
- female: 30 recordings
107
  ```
 
43
 
44
  Data is gold standard recorded in studio
45
  ```
46
+ +---------+-------------+------------------+------------+------------+--------------+--------------+--------------+
47
+ | Split | Sentences | Duration (hrs) | Speakers | Male (%) | Female (%) | Avg. Sent. | Avg. Dur./ |
48
+ | | | | | | | Length | Sent (s) |
49
+ +=========+=============+==================+============+============+==============+==============+==============+
50
+ | Train | 4773 | 3.89 | 99 | 56.6 | 43.4 | 33.4 | 2.94 |
51
+ +---------+-------------+------------------+------------+------------+--------------+--------------+--------------+
52
+ | Test | 204 | 0.16 | 19 | 68.4 | 31.6 | 31.8 | 2.78 |
53
+ +---------+-------------+------------------+------------+------------+--------------+--------------+--------------+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ```