Commit
·
7ca6adc
1
Parent(s):
7ed592f
Readme
Browse files
README.md
CHANGED
@@ -35,4 +35,11 @@ configs:
|
|
35 |
---
|
36 |
# Dataset Card for "magic-the-gathering"
|
37 |
|
38 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
# Dataset Card for "magic-the-gathering"
|
37 |
|
38 |
+
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.
|
39 |
+
|
40 |
+
## Usage
|
41 |
+
```
|
42 |
+
from datasets import load_dataset
|
43 |
+
|
44 |
+
dataset = load_dataset("Taj-Mahal/magic-the-gathering")
|
45 |
+
```
|