Commit
·
d56e349
1
Parent(s):
a748044
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: split_1
|
| 6 |
+
path: data/split_1-*
|
| 7 |
+
- split: split_2
|
| 8 |
+
path: data/split_2-*
|
| 9 |
+
- split: split_3
|
| 10 |
+
path: data/split_3-*
|
| 11 |
+
- split: split_4
|
| 12 |
+
path: data/split_4-*
|
| 13 |
+
- split: split_5
|
| 14 |
+
path: data/split_5-*
|
| 15 |
+
- split: split_6
|
| 16 |
+
path: data/split_6-*
|
| 17 |
+
- split: split_7
|
| 18 |
+
path: data/split_7-*
|
| 19 |
+
- split: split_8
|
| 20 |
+
path: data/split_8-*
|
| 21 |
+
- split: split_9
|
| 22 |
+
path: data/split_9-*
|
| 23 |
+
- split: split_10
|
| 24 |
+
path: data/split_10-*
|
| 25 |
+
- split: split_11
|
| 26 |
+
path: data/split_11-*
|
| 27 |
+
- split: split_12
|
| 28 |
+
path: data/split_12-*
|
| 29 |
+
- split: split_13
|
| 30 |
+
path: data/split_13-*
|
| 31 |
+
- split: split_14
|
| 32 |
+
path: data/split_14-*
|
| 33 |
+
- split: train
|
| 34 |
+
path: data/train-*
|
| 35 |
+
- split: val
|
| 36 |
+
path: data/val-*
|
| 37 |
+
dataset_info:
|
| 38 |
+
features:
|
| 39 |
+
- name: text
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: split_1
|
| 43 |
+
num_bytes: 22
|
| 44 |
+
num_examples: 1
|
| 45 |
+
- name: split_2
|
| 46 |
+
num_bytes: 44
|
| 47 |
+
num_examples: 2
|
| 48 |
+
- name: split_3
|
| 49 |
+
num_bytes: 66
|
| 50 |
+
num_examples: 3
|
| 51 |
+
- name: split_4
|
| 52 |
+
num_bytes: 88
|
| 53 |
+
num_examples: 4
|
| 54 |
+
- name: split_5
|
| 55 |
+
num_bytes: 110
|
| 56 |
+
num_examples: 5
|
| 57 |
+
- name: split_6
|
| 58 |
+
num_bytes: 132
|
| 59 |
+
num_examples: 6
|
| 60 |
+
- name: split_7
|
| 61 |
+
num_bytes: 154
|
| 62 |
+
num_examples: 7
|
| 63 |
+
- name: split_8
|
| 64 |
+
num_bytes: 176
|
| 65 |
+
num_examples: 8
|
| 66 |
+
- name: split_9
|
| 67 |
+
num_bytes: 198
|
| 68 |
+
num_examples: 9
|
| 69 |
+
- name: split_10
|
| 70 |
+
num_bytes: 230
|
| 71 |
+
num_examples: 10
|
| 72 |
+
- name: split_11
|
| 73 |
+
num_bytes: 254
|
| 74 |
+
num_examples: 11
|
| 75 |
+
- name: split_12
|
| 76 |
+
num_bytes: 278
|
| 77 |
+
num_examples: 12
|
| 78 |
+
- name: split_13
|
| 79 |
+
num_bytes: 302
|
| 80 |
+
num_examples: 13
|
| 81 |
+
- name: split_14
|
| 82 |
+
num_bytes: 326
|
| 83 |
+
num_examples: 14
|
| 84 |
+
- name: train
|
| 85 |
+
num_bytes: 20
|
| 86 |
+
num_examples: 1
|
| 87 |
+
- name: val
|
| 88 |
+
num_bytes: 18
|
| 89 |
+
num_examples: 1
|
| 90 |
+
download_size: 14197
|
| 91 |
+
dataset_size: 2418
|
| 92 |
+
---
|
| 93 |
+
# Dataset Card for "short_data_test"
|
| 94 |
+
|
| 95 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|