Upload 8 files
Browse files- README.md +8 -0
- data/random-00000-of-00003.csv +2 -0
- data/random-00001-of-00003.csv +2 -0
- data/random-00002-of-00003.csv +2 -0
- data/test-00000-of-00001.csv +5 -0
- data/train-00000-of-00003.csv +3 -0
- data/train-00001-of-00003.csv +2 -0
- data/train-00002-of-00003.csv +2 -0
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- n<1K
|
4 |
+
---
|
5 |
+
|
6 |
+
# [doc] file names and splits 8
|
7 |
+
|
8 |
+
This dataset contains seven files under the data/ directory, three for the train split, one for the test split and three for the random split.
|
data/random-00000-of-00003.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
human,hi
|
data/random-00001-of-00003.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
human,hola
|
data/random-00002-of-00003.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
cat,meeeeeoow
|
data/test-00000-of-00001.csv
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
dog,woof woof
|
3 |
+
cat,purrrr
|
4 |
+
pokemon,pika pika
|
5 |
+
horse,neigh
|
data/train-00000-of-00003.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
dog,woof
|
3 |
+
cat,meow
|
data/train-00001-of-00003.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
pokemon,pika
|
data/train-00002-of-00003.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
kind,sound
|
2 |
+
human,hello
|