Skip to content

Commit

Permalink
[Misc] Fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung authored Sep 19, 2024
1 parent f6f1c3d commit 5dfea89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ data_path = dict(train="9_train.json", validation="9_val.json")
raw_datasets = datasets.load_dataset("json", data_files=data_path)
```

For a full example, please refer to [`examples/batch_size_optimizer/capriccio/train.py`](/examples/batch_size_optimizer/capriccio/train.py).
For a full example, please refer to [`examples/batch_size_optimizer/capriccio`](/examples/batch_size_optimizer/capriccio).

0 comments on commit 5dfea89

Please sign in to comment.