Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,31 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
features:
|
| 4 |
-
- name: text
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: label
|
| 7 |
-
dtype: int64
|
| 8 |
-
- name: __index_level_0__
|
| 9 |
-
dtype: int64
|
| 10 |
-
splits:
|
| 11 |
-
- name: train
|
| 12 |
-
num_bytes: 173
|
| 13 |
-
num_examples: 4
|
| 14 |
-
- name: validation
|
| 15 |
-
num_bytes: 46
|
| 16 |
-
num_examples: 1
|
| 17 |
-
- name: test
|
| 18 |
-
num_bytes: 49
|
| 19 |
-
num_examples: 1
|
| 20 |
-
download_size: 5093
|
| 21 |
-
dataset_size: 268
|
| 22 |
-
configs:
|
| 23 |
-
- config_name: default
|
| 24 |
-
data_files:
|
| 25 |
-
- split: train
|
| 26 |
-
path: data/train-*
|
| 27 |
-
- split: validation
|
| 28 |
-
path: data/validation-*
|
| 29 |
-
- split: test
|
| 30 |
-
path: data/test-*
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# My Cool Dataset
|
| 6 |
+
|
| 7 |
+
This dataset is an example of how to create and upload a dataset card using Python. I use only to practice how to manipulate
|
| 8 |
+
dataset iteslf, add new data remove them. Fix TIPOS.
|
| 9 |
+
|
| 10 |
+
## Dataset Details
|
| 11 |
+
|
| 12 |
+
- **Language**: English
|
| 13 |
+
- **License**: MIT
|
| 14 |
+
- **Tags**: text-classification, example
|