CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01flytech /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508 Features… See the full description on the dataset page: https://huggingface.co/datasets/flytech/python-codes-25k.texttext-classification10K<n<100K182 likes8.9k downloads2y agoHugging Face02code-rag-bench /github-repos-pythonThe Github repository retrieval source for [code-rag-bench], containing all Python files from the entire GitHub dump (in github-repos) text100K<n<1M2 likes3.3k downloads2y agoHugging Face03ajibawa-2023 /Python-Code-23k-ShareGPTThis dataset is in Vicuna/ShareGPT format. There are 23000+ set of conversations. Each set having 2 conversations. Along with the Python code detailed explanation is provided. This dataset was generated using GPT-3.5, GPT-4 etc. text10K<n<100K42 likes1.2k downloads3y agoHugging Face04Lovett01 /Python-Code-LargePython-Code-Large Python-Code-Large is a large-scale corpus of Python source code comprising more than 2 million rows of Python code. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis for the Python ecosystem. By providing a high-volume, language-specific corpus, Python-Code-Large enables systematic experimentation in Python-focused model training, domain adaptation, and downstream… See the full description on the dataset page: https://huggingface.co/datasets/Lovett01/Python-Code-Large.texttext-generation1M<n<10M0 likes721 downloads2mo agoHugging Face05ajibawa-2023 /Python-Code-LargePython-Code-Large Python-Code-Large is a large-scale corpus of Python source code comprising more than 2 million rows of Python code. The dataset is designed to support research in large language model (LLM) pretraining, code intelligence, software engineering automation, and program analysis for the Python ecosystem. By providing a high-volume, language-specific corpus, Python-Code-Large enables systematic experimentation in Python-focused model training, domain adaptation, and downstream… See the full description on the dataset page: https://huggingface.co/datasets/ajibawa-2023/Python-Code-Large.texttext-generation1M<n<10M19 likes660 downloads7mo agoHugging Face06NickIBrody /python-code-instructions-85k Python Code Instructions - 85K Instruction-tuning dataset of Python functions paired with short natural-language instructions derived from repository docstrings. What changed in this release This release keeps the original public rows and format, but makes the dataset easier to use responsibly: exact duplicate rows were removed again using normalized instruction + output hashing deterministic train, validation, and test splits were added the dataset card now documents… See the full description on the dataset page: https://huggingface.co/datasets/NickIBrody/python-code-instructions-85k.texttext-generation10K<n<100K1 likes308 downloads5mo agoHugging Face07semeru /code-text-python Dataset is imported from CodeXGLUE and pre-processed using their script. Where to find in Semeru: The dataset can be found at /nfs/semeru/semeru_datasets/code_xglue/code-to-text/python in Semeru CodeXGLUE -- Code-To-Text Task Definition The task is to generate natural language comments for a code, and evaluted by smoothed bleu-4 score. Dataset The dataset we use comes from CodeSearchNet and we filter the dataset as the following: Remove… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-text-python.text100K<n<1M11 likes300 downloads4y agoHugging Face08karths /python_codetextn<1K1 likes189 downloads2y agoHugging Face09bunyaminergen /Stable-Code-Python-SFT Stable Code Python SFT The Stable Code Python SFT dataset is a high-quality synthetic dataset derived from the stabilityai/stable-code-instruct-3b model for the purpose of supervised fine-tuning (SFT). Please refer to the Versioning section for dataset versions. Note: If you would like to contribute to this repository, please read the CONTRIBUTING first. TableofContents Features File Structure Metadata Usage Versioning License TeamContact Reference Citation… See the full description on the dataset page: https://huggingface.co/datasets/bunyaminergen/Stable-Code-Python-SFT.textquestion-answering10K<n<100K2 likes186 downloads1y agoHugging Face10Mir-2002 /python_code_docstring_ast_corpus Overview This dataset contains 34,000+ rows of code-docstring-ast data along with additional metadata. Data was gathered from various Python libraries and frameworks and their publicly available GitHub repos. This dataset was created for the purpose of training the CodeT5+ transformer on AST-enhanced code-to-doc tasks. Sources The dataset was gathered from various GitHub repos sampled from this repo by Vinta. The 26 repos are: matplotlib pytorch cryptography django… See the full description on the dataset page: https://huggingface.co/datasets/Mir-2002/python_code_docstring_ast_corpus.textsummarization10K<n<100K1 likes122 downloads1y agoHugging Face11Programming-Language /codeagent-pythontext100K<n<1M11 likes120 downloads3y agoHugging Face12jeffmeloy /python_documentation_codeDataset created using https://github.com/jeffmeloy/py2dataset using the Python code from the following: https://github.com/ansible/ansible https://github.com/apache/airflow https://github.com/arogozhnikov/einops https://github.com/arviz-devs/arviz https://github.com/astropy/astropy https://github.com/biopython/biopython https://github.com/bjodah/chempy https://github.com/bokeh/bokehhttps://github.com/CalebBell/thermo https://github.com/camDavidsonPilon/lifelines https://github.com/coin-or/pulp… See the full description on the dataset page: https://huggingface.co/datasets/jeffmeloy/python_documentation_code.texttext-generation10K<n<100K1 likes116 downloads2y agoHugging Face13flytech /llama-python-codes-30k Python Codes - 30k examples, Llama1&2 tokenized dataset Author FlyTech For general guide on how to create, quantize, merge or inference the model and more, visit: hackmd.io/my_first_ai Overview This dataset serves as a rich resource for various Natural Language Processing tasks such as: Question Answering Text Generation Text-to-Text Generation It primarily focuses on instructional tasks in Python, tokenized specifically for the Llama architecture.… See the full description on the dataset page: https://huggingface.co/datasets/flytech/llama-python-codes-30k.textquestion-answering10K<n<100K19 likes106 downloads3y agoHugging Face14WithinUsAI /Python_GOD_Coder_Omniforge_AI_12k Python GOD Coder Omniforge AI 12k Creator: Within Us AI A 12,000-row mixed-format Python coding dataset designed as a sharpening corpus for building a small but dangerous Python specialist. This dataset is intentionally focused on the practical behaviors that matter for a modern Python coding model: implementation with tests strict code-only instruction following debugging and repair refactoring for readability and production readiness next-token code completion… See the full description on the dataset page: https://huggingface.co/datasets/WithinUsAI/Python_GOD_Coder_Omniforge_AI_12k.texttext-generation10K<n<100K1 likes94 downloads7mo agoHugging Face15anubrag /Python-CodeExercises-Evoltext10K<n<100K3 likes83 downloads3y agoHugging Face16theprint /MultiRoundConvos-Code-JS-HTML-CSS-Pythontext1K<n<10K0 likes83 downloads9mo agoHugging Face17MexIvanov /CodeExercise-Python-27k-ruA machine translated version of the codefuse-ai/CodeExercise-Python-27k dataset. Consists of synthetically generated code with code-related data and natural language instructions. Released under the same license as the original dataset, provided as is with research intent, use/read at your own risk. text10K<n<100K4 likes67 downloads3y agoHugging Face18xphillyx /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508 Features… See the full description on the dataset page: https://huggingface.co/datasets/xphillyx/python-codes-25k.texttext-classification10K<n<100K0 likes59 downloads6mo agoHugging Face19Arjun-G-Ravi /Python-codes Dataset Card for Dataset Name Please note that this dataset maynot be perfect and may contain a very small quantity of non python codes. But the quantity appears to be very small Dataset Summary The dataset contains a collection of python question and their code. This is meant to be used for training models to be efficient in Python specific coding. The dataset has two features - 'question' and 'code'. An example is: {'question': 'Create a function that takes in a string… See the full description on the dataset page: https://huggingface.co/datasets/Arjun-G-Ravi/Python-codes.texttext-generation10K<n<100K7 likes53 downloads3y agoHugging Face20nitish26 /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508 Features… See the full description on the dataset page: https://huggingface.co/datasets/nitish26/python-codes-25k.texttext-classification10K<n<100K1 likes50 downloads9mo agoHugging Face21badaranta /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508 Features… See the full description on the dataset page: https://huggingface.co/datasets/badaranta/python-codes-25k.texttext-classification10K<n<100K0 likes49 downloads8mo agoHugging Face22WithinUsAI /Python_GOD_Coder_25ktext10K<n<100K3 likes49 downloads8mo agoHugging Face23Ramikan-BR /code.evol.instruct.wiz.oss_python.jsontabulartext-generation1K<n<10K0 likes40 downloads2y agoHugging Face24Riswan-BluBridge /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508… See the full description on the dataset page: https://huggingface.co/datasets/Riswan-BluBridge/python-codes-25k.texttext-classification10K<n<100K0 likes39 downloads2mo agoHugging Face25WithinUsAI /Python_GOD_Coder_5kGod-Level AI Python Coding – 5K Dataset Summary God-Level AI Python Coding – 5K is a curriculum-aligned instruction dataset designed to train language models in end-to-end Python software development, from fundamentals to advanced AI engineering concepts. The dataset emphasizes correctness, reasoning, testing, and production-quality code, making it suitable for building strong generalist Python coding models. Motivation Most coding datasets emphasize surface-level syntax or fragmented… See the full description on the dataset page: https://huggingface.co/datasets/WithinUsAI/Python_GOD_Coder_5k.text1K<n<10K1 likes37 downloads8mo agoHugging Face26Wanfq /python_codehttps://huggingface.co/datasets/ajibawa-2023/Python-Code-23k-ShareGPT features: coding, single-turn, task length: 22.6k text10K<n<100K3 likes35 downloads3y agoHugging Face27WithinUsAI /Python_GOD_Coder_50ktext10K<n<100K1 likes35 downloads8mo agoHugging Face28gonglinyuan /code_search_net_python_tokenizedtext100K<n<1M2 likes33 downloads3y agoHugging Face29MohamedSaeed-dev /python_dataset_codestext10K<n<100K1 likes30 downloads3y agoHugging Face30me-aas /python-codes-25k License MIT This is a Cleaned Python Dataset Covering 25,000 Instructional Tasks Overview The dataset has 4 key features (fields): instruction, input, output, and text.It's a rich source for Python codes, tasks, and extends into behavioral aspects. Dataset Statistics Total Entries: 24,813 Unique Instructions: 24,580 Unique Inputs: 3,666 Unique Outputs: 24,581 Unique Texts: 24,813 Average Tokens per example: 508… See the full description on the dataset page: https://huggingface.co/datasets/me-aas/python-codes-25k.texttext-classification10K<n<100K0 likes28 downloads4mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.