hamnaanaa/MixInstruct-Llama-3
收藏数据集概述
基本信息
- 许可证: Apache-2.0
- 任务类别: 文本生成
- 语言: 英语
- 数据集名称: MixInstruct Llama 3
- 数据规模: 1K<n<10K
数据集内容
- 来源: 包含来自
MixInstruct数据集的5000个问题的回答,由Llama模型生成。 - 包含模型:
- Llama 3 Instruct:
- meta-llama-3-8b-instruct
- meta-llama-3-70b-instruct
- Llama 2 Chat:
- llama-2-7b-chat
- llama-2-70b-chat
- Llama 3 Instruct:
数据格式
- 存储格式:
.jsonl文件 - 字段:
model: 生成回答的模型output: 模型的回答
示例数据
json { "model": "meta/meta-llama-3-8b-instruct", "instruction": "", "input": "Ive always wondered what the difference is between a skeptic and a denier.", "output": "A skeptic is someone who questions or doubts the validity of something, often without being definitively convinced of its truth. A denier, on the other hand, is someone who actively and obstinately rejects or refuses to acknowledge the existence or truth of something, often despite overwhelming evidence to the contrary. In other words, a skeptic is open to considering alternative perspectives, while a denier is not." } { "model": "meta/meta-llama-3-8b-instruct", "instruction": "Select the best word that completes the sentence.", "input": "Jill is so ____.", "output": "excitable." } { "model": "meta/meta-llama-3-70b-instruct", "instruction": "", "input": "Ive always wondered what the difference is between a skeptic and a denier.", "output": "A skeptic is someone who questions or doubts a claim or belief, often requiring evidence or proof before accepting it. A denier, on the other hand, is someone who refuses to acknowledge or accept a claim or belief, often despite overwhelming evidence or proof. In other words, skepticism is a healthy dose of doubt, while denial is an unreasonable refusal to accept the truth." }



