You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

This dataset is part of GhanaNLP's community projects.
To get access, please check out our contribution guide here:
CONTRIBUTING.md

Dataset Description

Code-170k-ga is a groundbreaking dataset containing 176,999 programming conversations, originally sourced from glaiveai/glaive-code-assistant-v2 and translated into Ga, making coding education accessible to Ga speakers.

🌟 Key Features

  • 176,999 high-quality conversations about programming and coding
  • Pure Ga language - democratizing coding education
  • Multi-turn dialogues covering various programming concepts
  • Diverse topics: algorithms, data structures, debugging, best practices, and more
  • Ready for instruction tuning of Large Language Models

🎯 Use Cases

  • Training Ga-language coding assistants
  • Building educational tools for Ga developers
  • Researching multilingual code generation
  • Creating programming tutorials in Ga
  • Supporting low-resource language AI development

Dataset Structure

Data Fields

  • conversations: A list of conversation turns, where each turn contains:
    • from: The speaker ("human" or "gpt")
    • value: The message content in Ga

Example

{
  "conversations": [
    {
      "from": "human",
      "value": "[Question in Ga]"
    },
    {
      "from": "gpt",
      "value": "[Answer in Ga]"
    }
  ]
}

Usage

Loading the Dataset

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("michsethowusu/Code-170k-ga")

# Access training data
train_data = dataset['train']

# Example: Print first conversation
for turn in train_data[0]['conversations']:
    print(f"{turn['from']}: {turn['value']}")

Citation

@dataset{code170k_ga,
  title={Code-170k-ga: Programming Conversations in Ga},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/michsethowusu/Code-170k-ga}
}

License

This dataset is released under the Apache 2.0 License.


Thank you for using Code-170k-ga to advance programming education in Ga! 🌍✨

Downloads last month
56

Collection including ghananlpcommunity/Code-170k-ga