File size: 586 Bytes
979ad4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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`.