Datasets:
bytesWright
commited on
Commit
·
d9c3145
1
Parent(s):
ec89baa
config
Browse files
README.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
-
- object-detection
|
5 |
pretty_name: Credit Card V0.3 Dataset
|
6 |
size_categories:
|
7 |
-
- 1K<n<10K
|
8 |
configs:
|
9 |
-
- config_name: default
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
tags:
|
18 |
-
- finance
|
19 |
---
|
20 |
|
21 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
task_categories:
|
4 |
+
- object-detection
|
5 |
pretty_name: Credit Card V0.3 Dataset
|
6 |
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: /images/train/metadata.jsonl
|
13 |
+
- split: test
|
14 |
+
path: /images/test/metadata.jsonl
|
15 |
+
- split: validation
|
16 |
+
path: /images/val/metadata.jsonl
|
17 |
tags:
|
18 |
+
- finance
|
19 |
---
|
20 |
|
21 |
|
card.yaml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
license: apache-2.0
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
pretty_name: Credit Card V0.3 Dataset
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: /images/train/metadata.jsonl
|
12 |
+
- split: test
|
13 |
+
path: /images/test/metadata.jsonl
|
14 |
+
- split: validation
|
15 |
+
path: /images/val/metadata.jsonl
|
16 |
+
tags:
|
17 |
+
- finance
|