--- annotations_creators: - no-annotation language_creators: - crowdsourced language: - ko license: - cc0-1.0 multilinguality: - monolingual paperswithcode_id: null pretty_name: arcalive_210816_220506 size_categories: - 100K>> from datasets import load_dataset >>> >>> data = load_dataset("Bingsu/arcalive_220506") >>> data["train"].features {'text': Value(dtype='string', id=None)} ``` ```pycon >>> data["train"][0] {'text': '오오오오...'} ```