File size: 712 Bytes
4d77f2e |
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 |
---
dataset_info:
features:
- name: 'Unnamed: 0'
dtype: int64
- name: post_id
dtype: string
- name: comment_id
dtype: int64
- name: comment_url
dtype: string
- name: commenter_id
dtype: int64
- name: commenter_name
dtype: string
- name: comment_text
dtype: string
- name: comment_time
dtype: string
- name: comment_image
dtype: string
- name: comment_reactors
dtype: string
- name: spam
dtype: string
- name: hate
dtype: string
splits:
- name: train
num_bytes: 2520157
num_examples: 5300
download_size: 896481
dataset_size: 2520157
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|