Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for Bingsu/arcalive_220506
Dataset Summary
아카라이브 베스트 라이브 채널의 2021년 8월 16일부터 2022년 5월 6일까지의 데이터를 수집하여, 댓글만 골라낸 데이터입니다.
커뮤니티 특성상, 민감한 데이터들도 많으므로 사용에 주의가 필요합니다.
Supported Tasks and Leaderboards
[Needs More Information]
Languages
ko
Dataset Structure
Data Instances
- Size of downloaded dataset files: 21.3 MB
Data Fields
- text:
string
Data Splits
| train | |
|---|---|
| # of texts | 195323 |
>>> from datasets import load_dataset
>>>
>>> data = load_dataset("Bingsu/arcalive_220506")
>>> data["train"].features
{'text': Value(dtype='string', id=None)}
>>> data["train"][0]
{'text': '오오오오...'}
- Downloads last month
- 16