Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,15 +11,25 @@ dataset_info:
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
-
num_examples:
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
configs:
|
19 |
- config_name: default
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
23 |
tags:
|
24 |
- legal
|
25 |
---
|
|
|
11 |
dtype: string
|
12 |
splits:
|
13 |
- name: train
|
14 |
+
num_bytes: 303997310.5045912
|
15 |
+
num_examples: 13460
|
16 |
+
- name: validation
|
17 |
+
num_bytes: 101339965.24770437
|
18 |
+
num_examples: 4487
|
19 |
+
- name: test
|
20 |
+
num_bytes: 101339965.24770437
|
21 |
+
num_examples: 4487
|
22 |
+
download_size: 232995741
|
23 |
+
dataset_size: 506677241.0
|
24 |
configs:
|
25 |
- config_name: default
|
26 |
data_files:
|
27 |
- split: train
|
28 |
path: data/train-*
|
29 |
+
- split: validation
|
30 |
+
path: data/validation-*
|
31 |
+
- split: test
|
32 |
+
path: data/test-*
|
33 |
tags:
|
34 |
- legal
|
35 |
---
|