stillerman commited on
Commit
d41b02d
·
1 Parent(s): 41aae4d
Files changed (1) hide show
  1. README.md +5 -2
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("Taj-Mahal/magic-the-gathering")
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+*`.