katrintomanek commited on
Commit
07cccf4
·
verified ·
1 Parent(s): c7a5bf2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -36,10 +36,10 @@ dataset_info:
36
  num_bytes: 798310802.768
37
  num_examples: 4548
38
  - name: test
39
- num_bytes: 70180067.0
40
  num_examples: 397
41
  - name: validation
42
- num_bytes: 61840955.0
43
  num_examples: 335
44
  download_size: 839882578
45
  dataset_size: 930331824.768
@@ -52,4 +52,17 @@ configs:
52
  path: data/test-*
53
  - split: validation
54
  path: data/validation-*
 
 
55
  ---
 
 
 
 
 
 
 
 
 
 
 
 
36
  num_bytes: 798310802.768
37
  num_examples: 4548
38
  - name: test
39
+ num_bytes: 70180067
40
  num_examples: 397
41
  - name: validation
42
+ num_bytes: 61840955
43
  num_examples: 335
44
  download_size: 839882578
45
  dataset_size: 930331824.768
 
52
  path: data/test-*
53
  - split: validation
54
  path: data/validation-*
55
+ language:
56
+ - sw
57
  ---
58
+
59
+
60
+ Small dataset derived from Common Voice 20.0 (cv-corpus-22.0-2025-06-20) by selecting only utterances with minimum upvote counts.
61
+ This dataset is derived from Mozilla's Common Voice 20.0 (cv-corpus-22.0-2025-06-20), see also https://commonvoice.mozilla.org. Common Voice released under Creative Commons Zero licence (CC0 1.0).
62
+ **Users must not attempt to determine the identity of speakers in this dataset, as per Common Voice usage terms.**
63
+
64
+ This is a subset, derived by filtering based on up/down-votes. Here are the resulting split sizes as well as filter settings:
65
+
66
+ * training set: 4548 utterances, 149 speakers (0 down votes, > 2 upvotes)
67
+ * test set: 397 utterances, 220 speakers (0 down votes, > 5 upvotes)
68
+ * validation set: 335 utterances, 78 speakers (0 down votes, > 5 upvotes)