Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: type
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
'0': water
|
9 |
+
'1': grass
|
10 |
+
- name: pokemon
|
11 |
+
dtype: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 180.69230769230768
|
15 |
+
num_examples: 9
|
16 |
+
- name: test
|
17 |
+
num_bytes: 80.3076923076923
|
18 |
+
num_examples: 4
|
19 |
+
download_size: 2668
|
20 |
+
dataset_size: 261.0
|
21 |
+
---
|
22 |
+
# Dataset Card for "pokemon"
|
23 |
+
|
24 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|