Update README.md
Browse files
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 |
+
```
|