--- language: ja license: cc-by-4.0 task_categories: - text-classification size_categories: - 100K= 2.15.0 is required from datasets import load_dataset ds = load_dataset( "retarfi/economy-watchers-survey-evaluation", name="sentiment", ews_version="2024.06.0", split="validation", ) ``` The `name` can be selected from `sentiment`, `domain`, or `reason`. If `ews_version` is not specified, the latest data will be read. If `split` is specified, the data is read in `datasets.Dataset` format, otherwise in `datasets.DatasetDict` format. `name`は`sentiment`、`domain`、`reason`から選択できます。 `ews_version`を指定しない場合、最新のデータが読み込まれます。 `split`を指定した場合は`datasets.Dataset`形式で、指定しない場合は`datasets.DatasetDict`形式で読み込まれます。 ## LICENSE CC-BY 4.0