"vscode:/vscode.git/clone" did not exist on "a767276fdd8835c31a37b4b6cefea18d6e86064b"
Unverified Commit 99c0e553 authored by chenk's avatar chenk Committed by GitHub
Browse files

docs: typo in tf qa example (#31864)


Signed-off-by: default avatarchenk <hen.keinan@gmail.com>
parent 4c2538b8
......@@ -21,6 +21,7 @@ For straightforward use-cases you may be able to use this script without modific
included comments in the code to indicate areas that you may need to adapt to your own projects.
### Usage notes
Note that when contexts are long they may be split into multiple training cases, not all of which may contain
the answer span.
......@@ -45,11 +46,12 @@ README, but for more information you can see the 'Input Datasets' section of
[this document](https://www.tensorflow.org/guide/tpu).
### Example command
```bash
python run_qa.py \
--model_name_or_path distilbert/distilbert-base-cased \
--output_dir output \
--dataset_name squad \
--do_train \
--do_eval \
--do_eval
```
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