File size: 1,138 Bytes
b85e882 | 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"embpy_static_embedding": {
"description": "WikiCrow text embedding, scaled, 4096d.",
"entity_type": "gene",
"id_harmonization": {
"alias_columns": [
"gene_symbol",
"source_id"
],
"enabled": true,
"n_duplicate_canonical_ids": 0,
"n_unresolved_ids": 0,
"organism": "human",
"source_id_type": "symbol",
"target_id_type": "ensembl_id",
"unresolved_id_policy": "drop"
},
"id_key": "entity_id",
"id_type": "ensembl_id",
"index_columns": [
"entity_id",
"source_id",
"gene_symbol"
],
"matrix_key": "matrix",
"model_key": "wikicrow",
"n_dims": 4096,
"n_entities": 17208,
"organism": "human",
"schema_version": "embpy.static_embedding_package.v1",
"source": {
"name": "embeddings_4096.csv",
"path": "/Users/grpinto/Documents/embpy/data/static_embeddings/wikicrow/scaled/embeddings_4096.csv",
"size_bytes": 1383743151,
"suffix": ".csv"
},
"source_id_type": "symbol",
"storage": "zarr",
"target_id_type": "ensembl_id",
"values_path": "values.zarr"
}
} |