Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some directory specifics in the README.md #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ scripts can be found in each model hub's script directory's `README.md` file.

An existing dataset is available on
[this Purdue University Globus share](https://app.globus.org/file-manager?origin_id=55e17a6e-9d8f-11ed-a2a2-8383522b48d9&origin_path=%2F%7E%2F).
In this share, each model hub (except for Hugging Face) is its own tarball file. Packaging Hugging Face into a single tarball file was not practical due to its size, so we split the data into several smaller tarballs. In the root Globus share folder, a `/huggingface_metadata.tar.gz` file contains the generated metadata for Hugging Face. All Hugging Face repositories are split among several tarball files in the `/huggingface/` directory. Each of these tarballs packages a seperate set of authors.

All tarballs in the Globus share extract using the same path structure. For example, the command `tar -xzvf /onnxmodelzoo.tar.gz` will extract Onnx Model Zoo files into `/PTMTorrent/ptm_torrent/onnxmodelzoo/data/onnxmodelzoo/`. We reccomend using a multithreaded extraction program, such as pigz, for extracting larger files.

If you are unfamiliar with Globus, we prepared a guide in the [globus-docs/](globus-docs/) directory.

Expand Down