CoolFace
Datasetpublic

lukashinterleitner/LIMA-model-generated-amd-AMD-OLMo-1B-SFT

LIMA Paraphrased Prompts + OLMo-Generated Responses What this is.A companion to the paraphrased LIMA set. Each item keeps the original single-turn structure but replaces the assistant side with a new response generated by amd/AMD-OLMo-1B-SFT, conditioned on the paraphrased user prompt (from GPT-4o-mini). Data schema Each row is a dictionary with: id (string) — original LIMA/TÜLU identifier. model_generated_messages (list of dicts) — paraphrased user + new OLMo… See the full description on the dataset page: https://huggingface.co/datasets/lukashinterleitner/LIMA-model-generated-amd-AMD-OLMo-1B-SFT.

sourceHugging Faceotherupdated 1y agoView on Hugging Face
0likes6downloads
Dataset Card

LIMA Paraphrased Prompts + OLMo-Generated Responses

What this is. A companion to the paraphrased LIMA set. Each item keeps the original single-turn structure but replaces the assistant side with a new response generated by `amd/AMD-OLMo-1B-SFT`, conditioned on the paraphrased user prompt (from GPT-4o-mini).

Data schema

Each row is a dictionary with:

  • id (string) — original LIMA/TÜLU identifier.
  • model_generated_messages (list of dicts) — paraphrased user + new OLMo answer:
  • { "role": "user", "content": "<paraphrased user prompt>" }
  • { "role": "assistant", "content": "<OLMo-generated response>" }

Example

json
{
  "id": "lima_0",
  "model_generated_messages": [
    { "role": "user", "content": "Are brain cells capable of moving? Specifically, I’m referring to long-distance migration within the brain." },
    { "role": "assistant", "content": "Yes. Certain glial and neuronal populations migrate, with patterns influenced by development and injury. ..." }
  ]
}

License

If the source data of LIMA has a stricter license than CC BY-NC-SA, this dataset follows the same. Otherwise, it follows the CC BY-NC-SA license. Access to this dataset is gated; by requesting access, you agree to comply with the original sources’ licenses for each example.