CoolFace
15 shown

datasets

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

Clear all
01open-r1 /verifiable-coding-problems-python Dataset Card for Verifiable Coding Problems Python 10k This dataset contains all Python problems from PrimeIntellect's verifiable-coding-problems dataset. We have formatted the verification_info and metadata columns to be proper dictionaries, but otherwise the data is the same. Please see their dataset for more details. text10K<n<100K12 likes2.9k downloads2y agoHugging Face02open-r1 /verifiable-coding-problems-python_decontaminated-testedtext10K<n<100K0 likes729 downloads2y agoHugging Face03open-r1 /verifiable-coding-problems-python_decontaminatedtext10K<n<100K5 likes359 downloads2y agoHugging Face04open-r1 /verifiable-coding-problems-python_decontaminated-tested-shuffledtext10K<n<100K2 likes310 downloads1y agoHugging Face05Kendamarron /magpie-python-coding-instruction-62k-qwen2.5-bakeneko-32b-instruct magpie-python-coding-instruction-62k-qwen2.5-bakeneko-32b-instruct rinna/qwen2.5-bakeneko-32b-instructを用いたMagpieで生成した合成Instructionデータセットです。 なお、計算リソースの問題からoutputの品質評価は行っていません。 ご利用の際はご注意ください。 作成手順 rinna/qwen2.5-bakeneko-32b-instruct-awqを用いたMagpieで"instruction"を生成(magpie_systemの値をシステムプロンプトとして使用) rinna/qwen2.5-bakeneko-32b-instruct-awqを用いて"instruction"の言語、タスクの種類、難易度、品質を評価 languageがja以外、もしくは品質がpoor/very poorのレコードを削除 rinna/qwen2.5-bakeneko-32b-instruct-awqを用いて応答を"output"として生成 tabular10K<n<100K0 likes77 downloads2y agoHugging Face06suzhentxt /open-r1-truncated-coding-pythontext10K<n<100K0 likes75 downloads1y agoHugging Face07plaguss /verifiable-coding-problems-python-10k_decontaminatedtext1K<n<10K0 likes71 downloads2y agoHugging Face08rasdani /verifiable-coding-problems-python_decontaminated_fewer_test_casesimport datasets import random def limit_test_cases_uniformly(example, max_test_cases=6): num_test_cases = random.randint(1, max_test_cases) example['verification_info']['test_cases'] = example['verification_info']['test_cases'][:num_test_cases] return example ds = datasets.load_dataset("open-r1/verifiable-coding-problems-python_decontaminated", split="train") ds_filtered = ds.map(limit_test_cases_uniformly, num_proc=10)… See the full description on the dataset page: https://huggingface.co/datasets/rasdani/verifiable-coding-problems-python_decontaminated_fewer_test_cases.text10K<n<100K0 likes45 downloads2y agoHugging Face09chansung /verifiable-coding-problems-pythontextn<1K0 likes38 downloads1y agoHugging Face10plaguss /verifiable-coding-problems-python-10k_decontaminated_2text1K<n<10K0 likes32 downloads2y agoHugging Face11adalbertojunior /verifiable-coding-problems-python-10ktext1K<n<10K0 likes17 downloads2y agoHugging Face12Blancy /verifiable-coding-problems-python-filteredtext1K<n<10K0 likes16 downloads1y agoHugging Face13teilomillet /verl-python-coding-datasettextn<1K1 likes11 downloads2y agoHugging Face14K-University-AIED /hallym_coding_python NOTI Coding Dataset - Python Language Submissions This is a subset of the NOTI Coding Education Dataset filtered by programming_language = Python. Dataset Overview Total Records: 2964 Filter Criteria: programming_language = Python Data Structure Each row represents a single grading record: problem_title: Problem identifier student_id: Student identifier (anonymized) code: Submitted code grader_id: Grader identifier score: Human grading score (0-10)… See the full description on the dataset page: https://huggingface.co/datasets/K-University-AIED/hallym_coding_python.tabular1K<n<10K0 likes11 downloads8mo agoHugging Face15chansung /verifiable-coding-problems-python-v2gatedtext10K<n<100K0 likes10 downloads1y agoHugging Face

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