CoolFace
Datasetpublic

StarpowerTechnology/Dense-Information-Science-Physics-Dataset

Dense Information With Multiple Fine-tuned Variations This dataaset has multiple for each input to learn how to express the same answer in different ways Dataset Structure The dataset contains two columns: Column Description input A science or quantum-physics question output A conversational answer to the question Example: { "input": "What is quantum entanglement?", "output": "Quantum entanglement is when two quantum systems share one… See the full description on the dataset page: https://huggingface.co/datasets/StarpowerTechnology/Dense-Information-Science-Physics-Dataset.

sourceHugging Faceapache-2.0updated 12d agoView on Hugging Face
0likes72downloads
Dataset Card

Dense Information With Multiple Fine-tuned Variations

This dataaset has multiple for each input to learn how to express the same answer in different ways

Dataset Structure

The dataset contains two columns:

ColumnDescription
inputA science or quantum-physics question
outputA conversational answer to the question

Example:

json
{
  "input": "What is quantum entanglement?",
  "output": "Quantum entanglement is when two quantum systems share one connected state. Measuring one can tell you something about the other even if they're far apart."
}