skadnd/youtube_comment_sentiment_dataset_preprocessing
03
1---2dataset_info:3 features:4 - name: cid5 dtype: string6 - name: text7 dtype: string8 - name: time9 dtype: string10 - name: author11 dtype: string12 - name: channel13 dtype: string14 - name: votes15 dtype: int6416 - name: replies17 dtype: int6418 - name: heart19 dtype: bool20 - name: reply21 dtype: bool22 - name: time_parsed23 dtype: float6424 - name: source_video_id25 dtype: string26 - name: source_video_title27 dtype: string28 - name: text_length29 dtype: int6430 - name: is_not_spam31 dtype: bool32 - name: votes_norm33 dtype: float6434 - name: replies_norm35 dtype: float6436 - name: heart_norm37 dtype: int6438 - name: 검수_감정39 dtype: string40 splits:41 - name: train42 num_bytes: 286788443 num_examples: 1003544 download_size: 109178945 dataset_size: 286788446configs:47- config_name: default48 data_files:49 - split: train50 path: data/train-*51---52 