"src/vscode:/vscode.git/clone" did not exist on "5e704a2c71a7c2cc819b2311d9b6c35e6bfe6797"
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