Datasets:
Commit
·
789daa2
1
Parent(s):
7595bea
config
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ configs:
|
|
9 |
- config_name: default
|
10 |
data_files:
|
11 |
- split: train
|
12 |
-
path:
|
13 |
- split: test
|
14 |
-
path:
|
15 |
- split: validation
|
16 |
-
path:
|
17 |
tags:
|
18 |
- finance
|
19 |
---
|
|
|
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 |
---
|