Datasets:

Modalities:
Audio
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
mrfakename commited on
Commit
d628594
1 Parent(s): 6eb5d8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -48,4 +48,10 @@ language:
48
  - en
49
  ---
50
 
51
- Reformatted version of https://huggingface.co/datasets/edinburghcstr/edacc for audio classification
 
 
 
 
 
 
 
48
  - en
49
  ---
50
 
51
+ Reformatted version of https://huggingface.co/datasets/edinburghcstr/edacc for audio classification
52
+
53
+ Make sure to remove the "Don't know" label:
54
+
55
+ ```
56
+ dataset = dataset.filter(lambda example: example["label"] != 15)
57
+ ```