datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
MTG_QGmtg-qa-10K-corpus
🧙♂️✨ MTG 10K Corpus Q&A Dataset
⚗️ Nomic visualization
Overview
This dataset is a comprehensive collection of question-answer pairs related to Magic: The Gathering (MTG). It combines and cleans data from several existing datasets to provide a unified resource for research and development in the MTG domain.
Contents
The dataset merges and processes the following datasets:
nelsntk/mtg-data
jakeboggs/MTG-Eval
RiverTest/Testmtg
TrevorJS/mtg-rules-qa… See the full description on the dataset page: https://huggingface.co/datasets/Javier-Jimenez99/mtg-qa-10K-corpus.tool-calling-conversations-mtgh1xc0
Tool Calling Conversations
An Arena-style dataset of anonymized, multi-turn conversations focused on real-world
tool use. It is intended for research, evaluation, and training of models that decide
when and how to call tools.
The conversations include:
Tool selection and no-tool decisions
Structured tool arguments
Sequential and parallel tool calls
Tool results and error recovery
Multi-step agent workflows
Final responses after tool execution
Data is organized into… See the full description on the dataset page: https://huggingface.co/datasets/dakr-pandas/tool-calling-conversations-mtgh1xc0.reddit-mtgrules-qa
🧙♂️✨ Reddit MTG Rulings Q&A Dataset
This dataset contains ~12.8K questions asked in the r/mtgrules subreddit from September 1, 2019, to December 31, 2022. It primarily focuses on card rulings and interactions in Magic: The Gathering.
The dataset has been filtered to include only question-answer pairs where the answers have at least 1 upvote. If multiple answers were available, the one with the highest vote count was selected.
⚠️ WARNING
The text has been cleaned up but some… See the full description on the dataset page: https://huggingface.co/datasets/Javier-Jimenez99/reddit-mtgrules-qa.mtg-qa-35K-corpus
🧙♂️✨ MTG 35K Corpus Q&A Dataset
⚗️ Nomic visualization
Overview
This dataset is a comprehensive collection of question-answer pairs related to Magic: The Gathering (MTG). It combines and cleans data from several existing datasets to provide a unified resource for research and development in the MTG domain.
Contents
The dataset merges and processes the following datasets:
nelsntk/mtg-data
jakeboggs/MTG-Eval
RiverTest/Testmtg
TrevorJS/mtg-rules-qa… See the full description on the dataset page: https://huggingface.co/datasets/Javier-Jimenez99/mtg-qa-35K-corpus.mtg-qa-145K-corpus
🧙♂️✨ MTG Full Corpus Q&A Dataset
Overview
This dataset is a comprehensive collection of question-answer pairs related to Magic: The Gathering (MTG). It combines and cleans data from several existing datasets to provide a unified resource for research and development in the MTG domain.
Contents
The dataset merges and processes the following datasets:
nelsntk/mtg-data
jakeboggs/MTG-Eval
RiverTest/Testmtg
TrevorJS/mtg-rules-qa… See the full description on the dataset page: https://huggingface.co/datasets/Javier-Jimenez99/mtg-qa-145K-corpus.mtg-qa-70K-corpus
🧙♂️✨ MTG 70K Corpus Q&A Dataset
⚗️ Nomic visualization
Overview
This dataset is a comprehensive collection of question-answer pairs related to Magic: The Gathering (MTG). It combines and cleans data from several existing datasets to provide a unified resource for research and development in the MTG domain.
Contents
The dataset merges and processes the following datasets:
nelsntk/mtg-data
jakeboggs/MTG-Eval
RiverTest/Testmtg
TrevorJS/mtg-rules-qa… See the full description on the dataset page: https://huggingface.co/datasets/Javier-Jimenez99/mtg-qa-70K-corpus.mtg_text
Magic the gathering dataset
This dataset contains text of all magic the gathering cards.
Example usage:
from datasets import load_dataset
dataset = load_dataset('augustoperes/mtg_text')
dataset
# outputs:
# DatasetDict({
# train: Dataset({
# features: ['card_name', 'type_line', 'oracle_text'],
# num_rows: 20063
# })
# validation: Dataset({
# features: ['card_name', 'type_line', 'oracle_text'],
# num_rows: 5016
# })
# })
Elements of the dataset are, for example:
train_dataset =… See the full description on the dataset page: https://huggingface.co/datasets/augustoperes/mtg_text.9898-MTG
