Commit
·
23a3e8d
1
Parent(s):
9e573d4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
|
|
|
|
5 |
dtype: string
|
6 |
-
- name: ground_truths
|
7 |
-
sequence: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
-
num_examples:
|
12 |
-
download_size:
|
13 |
-
dataset_size:
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: pokemon
|
5 |
+
dtype: string
|
6 |
+
- name: type
|
7 |
dtype: string
|
|
|
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
+
num_bytes: 43
|
11 |
+
num_examples: 2
|
12 |
+
download_size: 1215
|
13 |
+
dataset_size: 43
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|