"docs/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "50a35717b229fa363dbc4b0f84a9d3d72ba90e2f"
Commit a8f0b752 authored by Angela Fan's avatar Angela Fan
Browse files

gzip instead of bzip change to stories download

parent 411018fc
...@@ -5,7 +5,7 @@ The following commands provide an example of pre-processing data, training a mod ...@@ -5,7 +5,7 @@ The following commands provide an example of pre-processing data, training a mod
The dataset can be downloaded like this: The dataset can be downloaded like this:
``` ```
curl https://s3.amazonaws.com/fairseq-py/data/writingPrompts.tar.gz | tar xvjf - curl https://s3.amazonaws.com/fairseq-py/data/writingPrompts.tar.gz | tar xvzf -
``` ```
and contains a train, test, and valid split. The dataset is described here: https://arxiv.org/abs/1805.04833, where only the first 1000 words of each story are modeled. and contains a train, test, and valid split. The dataset is described here: https://arxiv.org/abs/1805.04833, where only the first 1000 words of each story are modeled.
......
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