EleutherAI/quirky_sentiment_alice_hard
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: label dtype: class_label: names: '0': negative '1': positive - name: id dtype: string - name: choices sequence: string - name: bob_label dtype: int64 - name: difficulty dtype: float64 - name: statement dtype: string - name: character dtype: string - name: alice_label dtype: int64 splits: - name: train num_bytes: 6326511.217343657 num_examples: 10494 - name: validation num_bytes: 616671.36 num_examples: 1016 - name: test num_bytes: 623176.427 num_examples: 1028 download_size: 4357135 dataset_size: 7566359.004343658 --- # Dataset Card for "quirky_sentiment_alice_hard" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
configs: - config_name: 默认(default) data_files: - split: 训练集(train) path: data/train-* - split: 验证集(validation) path: data/validation-* - split: 测试集(test) path: data/test-* dataset_info: features: - name: 标签(label) dtype: class_label: names: '0': 负向(negative) '1': 正向(positive) - name: 标识符(id) dtype: 字符串(string) - name: 选项集(choices) sequence: 字符串(string) - name: 鲍勃标签(bob_label) dtype: 64位整数(int64) - name: 难度 dtype: 64位浮点数(float64) - name: 陈述文本(statement) dtype: 字符串(string) - name: 角色(character) dtype: 字符串(string) - name: 爱丽丝标签(alice_label) dtype: 64位整数(int64) splits: - name: 训练集(train) num_bytes: 6326511.217343657 num_examples: 10494 - name: 验证集(validation) num_bytes: 616671.36 num_examples: 1016 - name: 测试集(test) num_bytes: 623176.427 num_examples: 1028 download_size: 4357135 dataset_size: 7566359.004343658 --- # 数据集卡片:"quirky_sentiment_alice_hard" [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
数据集信息
-
特征:
- label: 标签,包含两个类别:negative 和 positive
- id: 字符串类型
- choices: 字符串序列
- bob_label: 64位整数
- difficulty: 64位浮点数
- statement: 字符串类型
- character: 字符串类型
- alice_label: 64位整数
-
数据分割:
- 训练集:
- 字节数: 6326511.217343657
- 样本数: 10494
- 验证集:
- 字节数: 616671.36
- 样本数: 1016
- 测试集:
- 字节数: 623176.427
- 样本数: 1028
- 训练集:
-
下载大小: 4357135 字节
-
数据集大小: 7566359.004343658 字节



