| | --- |
| | title: "stargo-embeddings" |
| | tags: |
| | - star-go |
| | - protein |
| | - gene-ontology |
| | - bioinformatics |
| | - embeddings |
| | --- |
| | |
| | # stargo-embeddings |
| |
|
| | Dataset repository containing STAR-GO related embedding assets. The `metadata.csv` is loadable via `datasets.load_dataset`, while large binaries (e.g. `.h5`, `.npy`) are stored as downloadable files. |
| |
|
| | ## How to use |
| |
|
| | Load the metadata table: |
| |
|
| | ```python |
| | from datasets import load_dataset |
| | |
| | ds = load_dataset("<your-org-or-username>/<your-dataset-repo>") |
| | print(ds) |
| | ``` |
| |
|
| | Download the large binary assets referenced in the table with `hf_hub_download`. |
| |
|