File size: 600 Bytes
ca727e0 |
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 |
---
dataset_info:
features:
- name: platform_id
dtype: string
- name: master_product_id
dtype: int32
- name: title
dtype: string
- name: description
dtype: string
- name: low_category
dtype: string
- name: category_id
dtype: int16
- name: taxonomy
dtype: string
- name: text
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: test
num_bytes: 505884484
num_examples: 200000
download_size: 297253242
dataset_size: 505884484
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|