Datasets:
File size: 1,059 Bytes
f7c2d4b 70b1b25 f7c2d4b |
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 52 53 54 |
---
license: mit
dataset_info:
features:
- name: author
dtype: string
- name: category
dtype: string
- name: category_bn
dtype: string
- name: published_date
dtype: string
- name: modification_date
dtype: string
- name: tag
dtype: string
- name: comment_count
dtype: float64
- name: title
dtype: string
- name: url
dtype: string
- name: content
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 1382983461
num_examples: 265506
- name: valid
num_bytes: 319504730
num_examples: 61274
- name: test_1
num_bytes: 424705486
num_examples: 81691
- name: test_2
num_bytes: 10496205
num_examples: 2000
download_size: 789893974
dataset_size: 2137689882
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test_1
path: data/test_1-*
- split: test_2
path: data/test_2-*
---
|