CoolFace
Datasetpublic

Brinda12/malayalam_movies_sample

Malayalam Movies Instruction Dataset 🎬 This dataset contains a small set of Malayalam movie–related Q&A instructions.It can be used for fine-tuning instruction-based models such as Llama, Mistral, or GPT-like systems. 📂 Dataset Structure Each record has three fields: Field Description instruction The prompt or question. input Optional context or input text (may be empty). output The expected response. 🧾 Example {… See the full description on the dataset page: https://huggingface.co/datasets/Brinda12/malayalam_movies_sample.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes1downloads
Dataset Card

Malayalam Movies Instruction Dataset 🎬

This dataset contains a small set of Malayalam movie–related Q&A instructions. It can be used for fine-tuning instruction-based models such as Llama, Mistral, or GPT-like systems.

📂 Dataset Structure

Each record has three fields:

FieldDescription
instructionThe prompt or question.
inputOptional context or input text (may be empty).
outputThe expected response.

🧾 Example

json
{
  "instruction": "Give the release year of the Malayalam movie.",
  "input": "Drishyam",
  "output": "2013"
}