Image-to-Text
PEFT
Safetensors
computational-pathology
spatial-transcriptomics
histology
gene-ranking
lora
Instructions to use wli13/HistAgent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wli13/HistAgent with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 336 Bytes
877d075 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"architecture": "HistAgentVisualOmics",
"base_model_id": "prov-gigapath/prov-gigapath",
"vocab_size": 44542,
"num_organs": 32,
"num_species": 3,
"d_model": 512,
"n_head": 8,
"n_layers": 6,
"max_len": 52,
"num_latents": 16,
"vision_embed_dim": 1536,
"lora_rank": 16,
"lora_alpha": 32,
"max_gene_rank": 50
}
|