File size: 985 Bytes
187cf30 b0b7799 187cf30 b0b7799 187cf30 b0b7799 187cf30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
dataset_info:
- config_name: default
features:
- name: text
dtype: string
- name: clf_label
dtype: int64
- name: chunked_text
sequence: string
splits:
- name: train
num_bytes: 56981232
num_examples: 29567
- name: validation
num_bytes: 3588410
num_examples: 1870
download_size: 37440525
dataset_size: 60569642
- config_name: pos
features:
- name: text
dtype: string
- name: clf_label
dtype: int64
- name: chunked_text
sequence: string
splits:
- name: train
num_bytes: 29102498.881590962
num_examples: 15101
- name: validation
num_bytes: 1815313.294117647
num_examples: 946
download_size: 18877626
dataset_size: 30917812.17570861
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- config_name: pos
data_files:
- split: train
path: pos/train-*
- split: validation
path: pos/validation-*
---
|