Fix directory path in README.md

This commit is contained in:
chloeh13q 2021-11-06 23:19:47 -07:00 committed by GitHub
parent 2592d5a02c
commit b9fc93920e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ To run on multiple nodes, see the [Multi-node](#multi-node) section.
7. Start fine-tuning with the SQuAD dataset.
The above pretrained BERT representations can be fine tuned with just one additional output layer for a state-of-the-art question answering system. Running the following script launches fine-tuning for question answering with the SQuAD dataset.
`bash scripts/run_squad.sh /workspace/checkpoints/<downloaded_checkpoint>`
`bash scripts/run_squad.sh /workspace/bert/checkpoints/<downloaded_checkpoint>`
8. Start fine-tuning with the GLUE tasks.