Skip to content

Commit 72f24e4

Browse files
Update README.md
1 parent 50d4ee0 commit 72f24e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pkg> add HuggingFaceDatasets
2121

2222
HuggingFaceDatasets.jl provides wrappers around types from the `datasets` python package (e.g. `Dataset` and `DatasetDict`) along with a few related methods.
2323

24-
Check out the `examples/` folder for usage examples.
24+
Check out the [examples/](https://github.com/CarloLucibello/HuggingFaceDatasets.jl/tree/main/examples) folder for usage examples.
2525

2626
```julia
2727
julia> train_data = load_dataset("mnist", split = "train")

0 commit comments

Comments
 (0)