Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswan authored Oct 7, 2020
1 parent 905ecc5 commit 58b2f4d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,19 @@ run.run_simple(args)

Bash version:
```bash
python jiant/scripts/download_data/runscript.py download --tasks mrpc --output_path /content/data
python jiant/proj/simple/runscript.py run --run_name=simple --exp_dir /content/data --data_dir /content/data --model_type roberta-base --tasks mrpc --train_batch_size 16 --num_train_epochs 3
python jiant/scripts/download_data/runscript.py \
download \
--tasks mrpc \
--output_path /content/data
python jiant/proj/simple/runscript.py \
run \
--run_name simple \
--exp_dir /content/data \
--data_dir /content/data \
--model_type roberta-base \
--tasks mrpc \
--train_batch_size 16 \
--num_train_epochs 3
```

Examples of more complex training workflows are found [here](./examples/README.md).
Expand Down

0 comments on commit 58b2f4d

Please sign in to comment.