--- dataset_info: features: - name: name dtype: string - name: firstPrinting dtype: string - name: manaCost dtype: string - name: convertedManaCost dtype: float64 - name: type dtype: string - name: text dtype: string - name: power dtype: string - name: toughness dtype: string - name: loyalty dtype: string - name: layout dtype: string splits: - name: train num_bytes: 6999997 num_examples: 27703 download_size: 2637169 dataset_size: 6999997 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "magic-the-gathering" This is a HuggingFace adaptation of the [MTGJSON Atomic Card Database](https://mtgjson.com/data-models/card/card-atomic/) from the Taj-Mahal Data Science & Machine Learning Group. ## Usage ``` from datasets import load_dataset dataset = load_dataset("Taj-Mahal/magic-the-gathering") ```