anujsahani01
commited on
Commit
•
78ff295
1
Parent(s):
77c57f7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: test
|
9 |
+
path: data/test-*
|
10 |
+
- split: validation
|
11 |
+
path: data/validation-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: input_ids
|
15 |
+
sequence: int32
|
16 |
+
- name: attention_mask
|
17 |
+
sequence: int8
|
18 |
+
- name: labels
|
19 |
+
sequence: int64
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 553543492
|
23 |
+
num_examples: 42541
|
24 |
+
- name: test
|
25 |
+
num_bytes: 185056664
|
26 |
+
num_examples: 14222
|
27 |
+
- name: validation
|
28 |
+
num_bytes: 527077084
|
29 |
+
num_examples: 40507
|
30 |
+
download_size: 306645968
|
31 |
+
dataset_size: 1265677240
|
32 |
---
|