Upload 4 files
Browse files- README.md +8 -0
- my_train_file.csv +5 -0
- test-file.csv +5 -0
- validation1.csv +4 -0
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
size_categories:
|
| 3 |
+
- n<1K
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# [doc] file names and splits 3
|
| 7 |
+
|
| 8 |
+
This dataset contains three csv files at the root: my_train_file.csv, test-file.csv, validation1.csv.
|
my_train_file.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kind,sound
|
| 2 |
+
dog,woof
|
| 3 |
+
cat,meow
|
| 4 |
+
pokemon,pika
|
| 5 |
+
human,hello
|
test-file.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kind,sound
|
| 2 |
+
dog,woof woof
|
| 3 |
+
cat,purrrr
|
| 4 |
+
pokemon,pika pika
|
| 5 |
+
horse,neigh
|
validation1.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
kind,sound
|
| 2 |
+
human,hi
|
| 3 |
+
human,hola
|
| 4 |
+
cat,meeeeeoow
|