Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,4 +2,26 @@
|
|
2 |
license: other
|
3 |
license_name: imdb
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
2 |
license: other
|
3 |
license_name: imdb
|
4 |
license_link: LICENSE
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: data/train-*
|
10 |
+
- split: validation
|
11 |
+
path: data/validation-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: label
|
15 |
+
dtype: int64
|
16 |
+
- name: text
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 1371423
|
21 |
+
num_examples: 1000
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 1321117
|
24 |
+
num_examples: 1000
|
25 |
+
download_size: 1711740
|
26 |
+
dataset_size: 2692540
|
27 |
---
|