Upload dataset
Browse files- README.md +27 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Rebus Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: image
|
| 11 |
+
dtype: image
|
| 12 |
+
- name: filename
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: solution
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: alternate_solutions
|
| 17 |
+
list: string
|
| 18 |
+
- name: category
|
| 19 |
+
list: string
|
| 20 |
+
- name: exact_spelling
|
| 21 |
+
dtype: bool
|
| 22 |
+
- name: theme
|
| 23 |
+
dtype: string
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_bytes: 28108720
|
| 27 |
+
num_examples: 221
|
| 28 |
+
download_size: 28044919
|
| 29 |
+
dataset_size: 28108720
|
| 30 |
---
|
| 31 |
|
| 32 |
# Rebus Dataset
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:592d6cadbc05486bd399f362278f7bf1b5fc9f220a873d5deeb866b04cde8ff4
|
| 3 |
+
size 28044919
|