Skip to content

Commit

Permalink
Fix split-train-eval command, remove -i and []
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychhsu committed Apr 3, 2019
1 parent 853b8fe commit 8be03d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ The sample parameter-datasets.tsv can found in [here](https://github.com/Stanfor

Given the created everything.tsv file, you can split in train/eval/test with:
```
genie split-train-eval -i everything.tsv --train train.tsv --eval eval.tsv [--test test.tsv] --eval-prob 0.1
genie split-train-eval everything.tsv --train train.tsv --eval eval.tsv --test test.tsv --eval-prob 0.1
--split-strategy sentence
```

Expand Down

0 comments on commit 8be03d7

Please sign in to comment.