MechaCroc/magic-the-gathering
收藏资源简介:
--- 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 - name: train_clean num_bytes: 6813519.081146446 num_examples: 26965 download_size: 2539289 dataset_size: 13813516.081146445 configs: - config_name: default data_files: - split: train path: data/train-* - split: train_clean path: data/train_clean-* --- # 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("MechaCroc/magic-the-gathering") ``` ## Notes - Power, Toughness, and Loyalty are strings because of the rare cases like [Tarmogoyf](https://gatherer.wizards.com/pages/Card/Details.aspx?multiverseid=136142) where the P/T is `* / 1+*`.
数据集概述
数据特征
- name: 字符串类型
- firstPrinting: 字符串类型
- manaCost: 字符串类型
- convertedManaCost: 浮点数类型
- type: 字符串类型
- text: 字符串类型
- power: 字符串类型
- toughness: 字符串类型
- loyalty: 字符串类型
- layout: 字符串类型
数据分割
- train:
- 字节数: 6999997
- 样本数: 27703
- train_clean:
- 字节数: 6813519.081146446
- 样本数: 26965
数据大小
- 下载大小: 2539289
- 数据集大小: 13813516.081146445
配置
- default:
- 数据文件:
- train: data/train-*
- train_clean: data/train_clean-*
- 数据文件:



