stillerman
commited on
Commit
·
d41b02d
1
Parent(s):
41aae4d
names
Browse files
README.md
CHANGED
@@ -46,5 +46,8 @@ This is a HuggingFace adaptation of the [MTGJSON Atomic Card Database](https://m
|
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
|
49 |
-
dataset = load_dataset("
|
50 |
-
```
|
|
|
|
|
|
|
|
46 |
```
|
47 |
from datasets import load_dataset
|
48 |
|
49 |
+
dataset = load_dataset("MechaCroc/magic-the-gathering")
|
50 |
+
```
|
51 |
+
|
52 |
+
## Notes
|
53 |
+
- 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+*`.
|