CoolFace
Datasetpublic

nassimjp/Liquid-Urdu-Reasoning-Chat-Dataset

Liquid Urdu Reasoning Chat Dataset This dataset contains high-quality, synthetically generated Urdu conversational and reasoning data designed for Supervised Fine-Tuning (SFT) of Small Language Models (SLMs), specifically optimized for reasoning models like those run via llama.cpp using DeepSeek-style reasoning formats. Dataset Structure The dataset is formatted in JSONL where each line contains chat history including system prompts, user queries, model… See the full description on the dataset page: https://huggingface.co/datasets/nassimjp/Liquid-Urdu-Reasoning-Chat-Dataset.

sourceHugging Facemitupdated 1d agoView on Hugging Face
0likes25downloads
Dataset Card

Liquid Urdu Reasoning Chat Dataset

This dataset contains high-quality, synthetically generated Urdu conversational and reasoning data designed for Supervised Fine-Tuning (SFT) of Small Language Models (SLMs), specifically optimized for reasoning models like those run via llama.cpp using DeepSeek-style reasoning formats.

Dataset Structure

The dataset is formatted in JSONL where each line contains chat history including system prompts, user queries, model thinking/reasoning blocks (<think>), and final responses in fluent standard Urdu script.

json
{
  "messages": [
    {"role": "system", "content": "You are a helpful AI assistant..."},
    {"role": "user", "content": "..."},
    {"role": "assistant", "content": "<think>\n...\n</think>\n\n..."}
  ]
}

Use Cases

  • Fine-Tuning Urdu Chatbots: Training models to converse fluently in standard Urdu script while adhering to polite, culturally aware system guidelines.
  • Reasoning Distillation: Training SLMs to output structured chain-of-thought (<think>) reasoning prior to delivering final outputs.
  • Conversational AI Enhancement: Adapting edge cases and classification-style datasets into rich conversational data.

License

This project is open-source and licensed under the MIT License.

MIT License

Copyright (c) 2026 nassimjp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.