plaguss/test_personahub_fineweb_edu
收藏数据集概述
数据集结构
特征
- text: 类型为字符串。
- persona: 类型为字符串。
- distilabel_metadata: 结构化数据,包含以下字段:
- raw_output_text_to_persona_0: 类型为字符串。
- model_name: 类型为字符串。
数据分割
- train: 包含3个样本,占用14689字节。
配置
- default: 包含一个数据文件,路径为
data/train-*。
标签
- synthetic
- distilabel
- rlaif
数据集大小
- 下载大小: 13811字节
- 数据集大小: 14689字节
示例
json { "distilabel_metadata": { "raw_output_text_to_persona_0": "A health-conscious food blogger or a specialty tea shop owner knowledgeable about tea varieties and their benefits." }, "model_name": "meta-llama/Meta-Llama-3-70B-Instruct", "persona": "A health-conscious food blogger or a specialty tea shop owner knowledgeable about tea varieties and their benefits.", "text": "Ever wondered what white tea is? Why we call it white anyway? Here are a few interesting facts about white tea, made from the plant Camellia sinensis: - White tea is similar to green tea in that it has undergone little processing and no fermentation whatsoever. - The leaves are harvested before they open fully, when the unopened buds are still covered by thin silvery white hair. Hence the white tea name. - White tea has a subtle and slightly sweet flavor that sharpens the senses without overwhelming the tongue, whereas green tea has a u201cgrassyu201d taste. - There is 25% to 30% less caffeine in white tea than in green tea, though it depends on the variety. - White tea health benefits are the highest among the tea familyu00b9. - It is more expensive than green or black tea because white tea is scarcer. Yet, at Savorique, white tea is as cheap as black or green tea. Note 1: Science Daily u201cu201dWhite Tea Could Keep You Healthy and Looking Youngu201d", (August 14, 2009) and Science Daily u201cu201dWhite Tea Beats Green Tea In Fighting Germsu201d", (May 28, 2004)." }
加载数据集
python from datasets import load_dataset
ds = load_dataset("plaguss/test_personahub_fineweb_edu")



