"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d65e0bfea300bf811b1fef099f01719b1df7f1ce"
Unverified Commit 72add6c9 authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

[s2s] docs, document desired filenames nicely (#6525)

parent 20601811
...@@ -35,7 +35,15 @@ export ENRO_DIR=${PWD}/wmt_en_ro ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment