From fb3dc4ba22a7f8a550e83c170f358d92b9609606 Mon Sep 17 00:00:00 2001 From: 0x000011b <0x000011b@waifu.club> Date: Sun, 18 Dec 2022 17:36:01 -0300 Subject: [PATCH] chore: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daa781d..ac9d601 100644 --- a/README.md +++ b/README.md @@ -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