[s2s] docs, document desired filenames nicely (#6525)
This commit is contained in:
@@ -35,7 +35,15 @@ export ENRO_DIR=${PWD}/wmt_en_ro
|
|||||||
this should make a directory called `wmt_en_ro/` with files like `test.source`.
|
this should make a directory called `wmt_en_ro/` with files like `test.source`.
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using your own data, it must be formatted as one directory with 6 files: train.source, train.target, val.source, val.target, test.source, test.target.
|
If you are using your own data, it must be formatted as one directory with 6 files:
|
||||||
|
```
|
||||||
|
train.source
|
||||||
|
train.target
|
||||||
|
val.source
|
||||||
|
val.target
|
||||||
|
test.source
|
||||||
|
test.target
|
||||||
|
```
|
||||||
The `.source` files are the input, the `.target` files are the desired output.
|
The `.source` files are the input, the `.target` files are the desired output.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user