javigonzalezcorbelle
commited on
Commit
•
bf1b3ff
1
Parent(s):
54c1e66
readme udpate
Browse files
README.md
CHANGED
@@ -3,13 +3,19 @@ configs:
|
|
3 |
- config_name: clean
|
4 |
data_files:
|
5 |
- split: train
|
6 |
-
path:
|
|
|
|
|
|
|
|
|
7 |
- split: test
|
8 |
path: "data/clean/test/test_clean.tsv"
|
9 |
- config_name: other
|
10 |
data_files:
|
11 |
- split: train
|
12 |
path: "data/other/train/train_other.tsv"
|
|
|
|
|
13 |
- split: test
|
14 |
path: "data/other/test/test_other.tsv"
|
15 |
-
---
|
|
|
3 |
- config_name: clean
|
4 |
data_files:
|
5 |
- split: train
|
6 |
+
path:
|
7 |
+
- "data/clean/train/train_clean_1.tsv"
|
8 |
+
- "data/clean/train/train_clean_2.tsv"
|
9 |
+
- split: dev
|
10 |
+
path: "data/clean/dev/dev_clean.tsv"
|
11 |
- split: test
|
12 |
path: "data/clean/test/test_clean.tsv"
|
13 |
- config_name: other
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: "data/other/train/train_other.tsv"
|
17 |
+
- split: dev
|
18 |
+
path: "data/other/dev/dev_other.tsv"
|
19 |
- split: test
|
20 |
path: "data/other/test/test_other.tsv"
|
21 |
+
---
|