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.
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:
🧾 Example
{
"instruction": "Give the release year of the Malayalam movie.",
"input": "Drishyam",
"output": "2013"
}