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
01semeru /code-code-translation-java-csharp 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-code/code-to-code-trans in Semeru CodeXGLUE -- Code2Code Translation Task Definition Code translation aims to migrate legacy software from one programming language in a platform toanother. In CodeXGLUE, given a piece of Java (C#) code, the task is to translate the code into C#… See the full description on the dataset page: https://huggingface.co/datasets/semeru/code-code-translation-java-csharp.text10K<n<100K2 likes451 downloads3y agoHugging Face02Nottybro /csharp-dotnet-cpt-v0 csharp-dotnet-cpt-v0 A reproducible C# / .NET continued-pretraining (CPT) corpus for Qwen2.5-Coder-1.5B. HF: https://huggingface.co/datasets/Nottybro/csharp-dotnet-cpt-v0 (private) Total unique tokens: 695,288,168 (Qwen2.5-Coder-1.5B tokenizer) Files: 681,426 | Repositories: 68,869 Format: Zstandard-compressed Parquet, schema below. See DATASET_CARD.md for sources, license policy, filtering, limitations. See reports/summary.md for full statistics. tabular10K<n<100K0 likes446 downloads2mo agoHugging Face03MehdiFe /csharp-instruction-Dataset 🧠 CodeGen C# Dataset A curated dataset for training and evaluating code generation models in the C# programming language. It combines high-quality open-source code with enterprise-grade internal code examples, carefully selected and preprocessed to support research on structured prompting and high-fidelity code generation. 📦 Dataset Summary This dataset is designed to support instruction-tuned and general-purpose code generation models, with a particular emphasis on… See the full description on the dataset page: https://huggingface.co/datasets/MehdiFe/csharp-instruction-Dataset.text-generation1K<n<10K3 likes421 downloads1y agoHugging Face04microsoft /LCC_csharp Dataset Card for "LCC_csharp" More Information needed text100K<n<1M19 likes357 downloads3y agoHugging Face05ZHENGRAN /cross_code_eval_csharptext1K<n<10K1 likes340 downloads2y agoHugging Face06Mo7art /Stack2Graph_KG_csharp C# StackOverflow Knowledge Graph Summary This Hugging Face dataset repository contains the C# shard of the Stack2Graph StackOverflow Knowledge Graph. Hugging Face uses one dataset repository per programming language, so this repository is directly cloneable without an extra top-level archive wrapper. The artifact is optimized for graph-based retrieval, SPARQL analytics, and retrieval-augmented question answering over Stack Overflow content. Stack2Graph source:… See the full description on the dataset page: https://huggingface.co/datasets/Mo7art/Stack2Graph_KG_csharp.100M<n<1B0 likes311 downloads2mo agoHugging Face07susnato /csharp_PRstabular1M<n<10M2 likes219 downloads3y agoHugging Face08Azamorn /tiny-codes-csharptext100K<n<1M2 likes86 downloads3y agoHugging Face09open-athena /exp_rpt_crosscodeeval-csharp-v4-qwen3.5-122b-131k-opencode-traces Agent trace dataset Decoding the literal token IDs The prompt_token_ids / completion_token_ids / logprobs columns are the verbatim tokens the serving engine emitted, stored PER AGENT STEP as a list-of-lists (one inner list per turn). To turn them back into text you MUST use the exact tokenizer the model was served with — a generic same-family tokenizer will decode word tokens to garbage. Served model / tokenizer source: Qwen/Qwen3.5-122B-A10B-FP8 from transformers… See the full description on the dataset page: https://huggingface.co/datasets/open-athena/exp_rpt_crosscodeeval-csharp-v4-qwen3.5-122b-131k-opencode-traces.text1K<n<10K0 likes82 downloads2mo agoHugging Face10kdrapel /csharp-dotnet-reviewing-reasoning-traces C#/.NET Code Review Reasoning Traces A curated dataset of 273 high-quality C#/.NET code-review examples with explicit reasoning traces, focused on grounded defect detection, execution/state tracing, falsification, and reduction of false-positive bug reports. The final corpus contains: 200 positive examples 73 negative examples 73.26% positive / 26.74% negative The dataset is derived from real open-source C#/.NET projects and includes historical bugs, controlled semantic… See the full description on the dataset page: https://huggingface.co/datasets/kdrapel/csharp-dotnet-reviewing-reasoning-traces.textn<1K0 likes78 downloads13d agoHugging Face11laion /terminal_bench_2_a1_nemotron_csharp_20260820_210818text1K<n<10K0 likes77 downloads1mo agoHugging Face12fasterinnerlooper /lcc_csharpThis dataset has been modified from the microsoft/LCC_csharp dataset to provide CodeLLaMa with infilling tasks as per the original fill-in-the-middle paper, were the text that needs to be filled in is moved to the end of the dataset, thus taking advantage of the Generative feature of GPT-style models. textmask-generation100K<n<1M0 likes64 downloads3y agoHugging Face13AmnaHassan /Unity-Engine-CSharp-Code-and-Game-Design-Document-Code-Pairs-Mix-and-Jam Unity Code and GPT-Generated GDD Pairs Dataset This dataset contains paired samples of Unity game mechanic scripts and their corresponding GPT-4 generated Game Design Documents (GDDs). It is intended for training and benchmarking LLMs in game code generation from design specifications. Format Each entry is stored as a .jsonl file with: "input": GPT-4 generated GDD describing a specific game and its mechanics "output": Unity C# scripts implementing the described mechanic… See the full description on the dataset page: https://huggingface.co/datasets/AmnaHassan/Unity-Engine-CSharp-Code-and-Game-Design-Document-Code-Pairs-Mix-and-Jam.textn<1K4 likes64 downloads1y agoHugging Face14loubnabnl /bigcode_csharptabular10K<n<100K4 likes63 downloads4y agoHugging Face15laion /terminal_bench_2_a3_rl_laion_exp_rpt_crosscodeeval_csharp_v4_50_8B_20260828_184838text1K<n<10K0 likes56 downloads23d agoHugging Face16open-athena /glm52-datagen-r11-18-crosscodeeval-csharp-tracestext1K<n<10K0 likes55 downloads2mo agoHugging Face17laion /dev_set_v2_a3_rl_laion_exp_rpt_crosscodeeval_csharp_v4_50_8B_20260825_141239text1K<n<10K0 likes55 downloads26d agoHugging Face18Mo7art /Stack2Graph_VD_csharp C# StackOverflow Vector Dataset Summary This Hugging Face dataset repository contains the C# shard of the Stack2Graph vector-database component as restorable Qdrant artifacts plus portable Parquet fallback files. Hugging Face uses one dataset repository per programming language, so this repository is directly cloneable without an extra top-level archive wrapper. The artifacts are intended for semantic and hybrid retrieval, graph entry-point finding, and… See the full description on the dataset page: https://huggingface.co/datasets/Mo7art/Stack2Graph_VD_csharp.feature-extraction0 likes48 downloads2mo agoHugging Face19DCAgent2 /terminal_bench_2_r2egym_nl2bash_stack_bugsseq_rl_crosscodeeval_csharp_20260222_044008textn<1K0 likes47 downloads7mo agoHugging Face20DCAgent2 /terminal_bench_2_a1_nemotron_csharp_20260710_043324text1K<n<10K0 likes41 downloads2mo agoHugging Face21averoo /sc_Csharptext100K<n<1M0 likes40 downloads2y agoHugging Face22privelabsdev /csharpdata Dataset Card for LeetCode Problems Dataset Dataset Summary This dataset contains LeetCode problems, including the problem statements, inputs, and solutions. It is useful for training code generation models and studying algorithmic problems. Supported Tasks and Leaderboards text-generation: This dataset can be used to train models to generate code snippets based on problem statements. Languages The dataset is in English. Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/privelabsdev/csharpdata.texttext-generationn<1K4 likes35 downloads2y agoHugging Face23qwaen /awesome-csharpнабор для fine-tuning C# expert model textn<1K1 likes34 downloads1y agoHugging Face24DCAgent /exp_rpt_crosscodeeval-csharptext1K<n<10K0 likes33 downloads8mo agoHugging Face25laion /eval-fsr-a1-stack-csharp-swe-r523-tracestext1K<n<10K0 likes33 downloads2mo agoHugging Face26laion /dev_set_v2_a1_nemotron_csharp_20260820_135113text1K<n<10K0 likes33 downloads1mo agoHugging Face27dmeldrum6 /c-sharp-coding-dataset Dataset Card for c-sharp-coding-dataset This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/dmeldrum6/c-sharp-coding-dataset/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/dmeldrum6/c-sharp-coding-dataset.textn<1K0 likes32 downloads2y agoHugging Face28DCAgent /exp_rpt_nemotron-csharp_10k_glm_4.7_traces_jupitertext10K<n<100K0 likes32 downloads6mo agoHugging Face29layoric /tiny-codes-alpaca-csharp Dataset Card for "tiny-codes-alpaca-csharp" More Information needed tabular100K<n<1M5 likes31 downloads3y agoHugging Face30open-athena /crosscodeeval-csharp-v4-qwen3.5-122b-32k-traces1K<n<10K0 likes31 downloads3mo agoHugging Face

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