Skip to content

Commit

Permalink
fix int32 and included overwrite flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ferran committed Feb 9, 2021
1 parent 79ea0a1 commit 41eb058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ This should generate the files at [data/subsets/](https://github.com/fgh95/PKDoc
--output-dir data/results/distributional \
--output-dir-bootstrap data/results/distributional/bootstrap \
--path-labels data/labels/dev_data.csv \
--path-optimal-bow data/encoded/ngrams/dev_unigrams.parquet
--path-optimal-bow data/encoded/ngrams/dev_unigrams.parquet \
--overwrite True
````
Expand Down

0 comments on commit 41eb058

Please sign in to comment.