Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Downsized and split version of
|
| 2 |
https://huggingface.co/datasets/tukey/playingcards_roboflow
|
| 3 |
meant for teaching.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: Train
|
| 6 |
+
path: "Train_Split.parquet"
|
| 7 |
+
- split: Test
|
| 8 |
+
path: "Test_Split.parquet"
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
Downsized and split version of
|
| 12 |
https://huggingface.co/datasets/tukey/playingcards_roboflow
|
| 13 |
meant for teaching.
|