joshuasundance commited on
Commit
35fcfce
·
verified ·
1 Parent(s): 8c02bb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -13,7 +13,7 @@ dataset_info:
13
  num_bytes: 1253054.9229494615
14
  num_examples: 5553
15
  download_size: 2405205
16
- dataset_size: 6264372.0
17
  configs:
18
  - config_name: default
19
  data_files:
@@ -21,6 +21,20 @@ configs:
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
  This dataset was made specifically for multilabel classification using the following process:
26
 
 
13
  num_bytes: 1253054.9229494615
14
  num_examples: 5553
15
  download_size: 2405205
16
+ dataset_size: 6264372
17
  configs:
18
  - config_name: default
19
  data_files:
 
21
  path: data/train-*
22
  - split: test
23
  path: data/test-*
24
+ license: mit
25
+ task_categories:
26
+ - text-classification
27
+ task_ids:
28
+ - multi-label-classification
29
+ language:
30
+ - en
31
+ tags:
32
+ - mtg
33
+ - multilabel
34
+ - magic
35
+ pretty_name: Magic the Gathering Color Identity Multilabel Classification
36
+ size_categories:
37
+ - 10K<n<100K
38
  ---
39
  This dataset was made specifically for multilabel classification using the following process:
40