Datasets:
Commit
·
44074a3
1
Parent(s):
ef917d6
config
Browse files- README.md +3 -3
- images/test/test.jsonl +0 -0
- images/train/train.jsonl +0 -0
- images/val/val.jsonl +0 -0
- test.jsonl +0 -0
- train.jsonl +0 -0
- val.jsonl +0 -0
README.md
CHANGED
@@ -9,11 +9,11 @@ configs:
|
|
9 |
- config_name: default
|
10 |
data_files:
|
11 |
- split: train
|
12 |
-
path: train.jsonl
|
13 |
- split: test
|
14 |
-
path: test.jsonl
|
15 |
- split: validation
|
16 |
-
path: val.jsonl
|
17 |
tags:
|
18 |
- finance
|
19 |
---
|
|
|
9 |
- config_name: default
|
10 |
data_files:
|
11 |
- split: train
|
12 |
+
path: images/train/train.jsonl
|
13 |
- split: test
|
14 |
+
path: images/test/test.jsonl
|
15 |
- split: validation
|
16 |
+
path: images/val/val.jsonl
|
17 |
tags:
|
18 |
- finance
|
19 |
---
|
images/test/test.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
images/train/train.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
images/val/val.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test.jsonl
DELETED
The diff for this file is too large to render.
See raw diff
|
|
train.jsonl
DELETED
The diff for this file is too large to render.
See raw diff
|
|
val.jsonl
DELETED
The diff for this file is too large to render.
See raw diff
|
|