chore: fix typo in README

This commit is contained in:
11b 2022-12-18 17:36:01 -03:00
parent 877b1bc56b
commit fb3dc4ba22
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ I've gone ahead and, using [their example scripts](https://github.com/hpcaitech/
If you don't want to mess with anything, all you need to do is put the built data file at `/training/data/train.json` and invoke [finetune.bash](/training/finetune.bash). To see metrics, you can use Tensorboard by visiting http://localhost:6006 after starting the server like this:
```bash
tensorboard serve --port 6006 --logdir training/checkpoints/runs`
tensorboard serve --port 6006 --logdir training/checkpoints/runs
```
## Running inference on the fine-tuned model