ruby
Datasets
All datasets matching “ruby”rubygems-20230301rubygems-20241031Stack2Graph_KG_ruby
Ruby StackOverflow Knowledge Graph
Summary
This Hugging Face dataset repository contains the Ruby 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_ruby.ml-table-retrieval-benchmarks
ML Table Retrieval Benchmarks
Benchmark data for ml-table-retrieval: queries, database schemas, and SQLite databases for evaluating table-set retrieval and reranking.
Download everything with:
pip install huggingface_hub
python -c "from huggingface_hub import snapshot_download; snapshot_download('Rubyando59/ml-table-retrieval-benchmarks', repo_type='dataset', local_dir='data')"
or, from inside the ml-table-retrieval repo, python scripts/download_data.py (pulls only the splits… See the full description on the dataset page: https://huggingface.co/datasets/Rubyando59/ml-table-retrieval-benchmarks.marin-starcoderdata_rubycornstack-ruby-v1
CoRNStack Ruby Dataset
The CoRNStack Dataset, accepted to ICLR 2025, is a large-scale high quality training dataset specifically for code retrieval across multiple
programming languages. This dataset comprises of <query, positive, negative> triplets used to train nomic-embed-code,
CodeRankEmbed, and CodeRankLLM.
CoRNStack Dataset Curation
Starting with the deduplicated Stackv2, we create text-code pairs from function docstrings and respective code. We filtered out… See the full description on the dataset page: https://huggingface.co/datasets/nomic-ai/cornstack-ruby-v1.
