test
Browse files
README.md
CHANGED
@@ -3,11 +3,14 @@ configs:
|
|
3 |
- config_name: eng-aai
|
4 |
data_files:
|
5 |
- split: train
|
6 |
-
|
|
|
7 |
- split: validation
|
8 |
-
|
|
|
9 |
- split: test
|
10 |
-
|
|
|
11 |
---
|
12 |
|
13 |
test
|
|
|
3 |
- config_name: eng-aai
|
4 |
data_files:
|
5 |
- split: train
|
6 |
+
source_path: data/eng-aai/train.eng.txt
|
7 |
+
target_path: data/eng-aai/train.aai.txt
|
8 |
- split: validation
|
9 |
+
source_path: data/eng-aai/validation.eng.txt
|
10 |
+
target_path: data/eng-aai/validation.aai.txt
|
11 |
- split: test
|
12 |
+
source_path: data/eng-aai/test.eng.txt
|
13 |
+
target_path: data/eng-aai/test.aai.txt
|
14 |
---
|
15 |
|
16 |
test
|