preference-agents-working/yelp_reviews_with_intents
收藏资源简介:
--- license: mit dataset_info: features: - name: label dtype: int64 - name: text dtype: string - name: intent struct: - name: casperhansen/llama-3-70b-instruct-awq dtype: string - name: training_data_casperhansen/llama-3-70b-instruct-awq dtype: string - name: review struct: - name: baseline_finetune_raw dtype: string - name: casperhansen/llama-3-70b-instruct-awq dtype: string splits: - name: train num_bytes: 3642762 num_examples: 800 - name: test num_bytes: 897648 num_examples: 200 download_size: 2637511 dataset_size: 4540410 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
许可证:MIT许可证 dataset_info: features: - name: 标签(label) dtype: 64位整数(int64) - name: 文本(text) dtype: 字符串(string) - name: 意图(intent) dtype: 结构体 - name: casperhansen/llama-3-70b-instruct-awq dtype: 字符串(string) - name: training_data_casperhansen/llama-3-70b-instruct-awq dtype: 字符串(string) - name: 审查信息(review) dtype: 结构体 - name: 基线微调原始数据(baseline_finetune_raw) dtype: 字符串(string) - name: casperhansen/llama-3-70b-instruct-awq dtype: 字符串(string) splits: - name: 训练集(train) 字节数: 3642762 样本数量: 800 - name: 测试集(test) 字节数: 897648 样本数量: 200 下载大小: 2637511 数据集总大小: 4540410 configs: - config_name: 默认配置(default) data_files: - split: 训练集(train) path: data/train-* - split: 测试集(test) path: data/test-*
数据集概述
数据集特征
- label:数据类型为
int64。 - text:数据类型为
string。 - intent:结构化数据,包含子特征
casperhansen/llama-3-70b-instruct-awq,数据类型为string。 - training_data_casperhansen/llama-3-70b-instruct-awq:数据类型为
string。 - review:结构化数据,包含子特征
baseline_finetune_raw和casperhansen/llama-3-70b-instruct-awq,数据类型均为string。
数据集分割
- train:包含800个示例,总字节数为3642762。
- test:包含200个示例,总字节数为897648。
数据集大小
- 下载大小:2637511字节。
- 数据集大小:4540410字节。
配置文件
- config_name:default
- data_files:
- train:路径为
data/train-*。 - test:路径为
data/test-*。
- train:路径为




