ittailup commited on
Commit
a0a814a
1 Parent(s): 24ddede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -27,3 +27,50 @@ configs:
27
  - split: train
28
  path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: train
28
  path: data/train-*
29
  ---
30
+
31
+
32
+ Country Counts:
33
+ country
34
+ mexico 27075
35
+ spain 16427
36
+ ar 5739
37
+ pe 5447
38
+ co 4903
39
+ cl 4374
40
+ ve 3357
41
+ argentina 1735
42
+ latin_america 1570
43
+ chile 719
44
+ pr 617
45
+ unknown 483
46
+
47
+ Gender Counts:
48
+ gender
49
+ male 42796
50
+ female 29650
51
+ Name: count, dtype: int64
52
+
53
+ Country Durations:
54
+ country
55
+ ar 28902.400391
56
+ argentina 15207.706055
57
+ chile 6055.791016
58
+ cl 25737.898438
59
+ co 27286.101562
60
+ latin_america 13626.547852
61
+ mexico 186613.390625
62
+ pe 33189.800781
63
+ pr 3610.026611
64
+ spain 133173.468750
65
+ unknown 4087.912109
66
+ ve 17331.457031
67
+ Name: duration, dtype: float32
68
+
69
+ Gender Durations:
70
+ gender
71
+ female 190691.234375
72
+ male 304131.281250
73
+ Name: duration, dtype: float32
74
+
75
+ Speakers
76
+ Name: count, Length: 2473, dtype: int64