Skip to content

Commit

Permalink
Update README.md (#367)
Browse files Browse the repository at this point in the history
Fix wrong link to HF converter script
  • Loading branch information
ccl-core authored Nov 23, 2023
1 parent cb9ba3f commit 5fec2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/mlcroissant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata.to_json() # this returns the JSON-LD file.
```

For a full working example, refer to
[the script to convert Hugging Face datasets to Croissant files](./scripts/from_huggingface_to_croissant.py).
[the script to convert Hugging Face datasets to Croissant files](./mlcroissant/scripts/from_huggingface_to_croissant.py).
This script uses the Python API to programmatically build JSON-LD files.

## Run tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
flags.DEFINE_string(
"output",
None,
"Dataset name or URL on huggingface.co/datasets.",
"Path to the output croissant file.",
)

flags.mark_flag_as_required("dataset")
Expand Down

0 comments on commit 5fec2da

Please sign in to comment.