Skip to content

Commit

Permalink
Add back [] for generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychhsu committed Apr 15, 2019
1 parent dfa8e3d commit b126921
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 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 b126921

Please sign in to comment.