stillerman HF Staff commited on
Commit
7ca6adc
·
1 Parent(s): 7ed592f
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -35,4 +35,11 @@ configs:
35
  ---
36
  # Dataset Card for "magic-the-gathering"
37
 
38
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
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
+ ```