NIM
This repository hosts the model weights for Genos-10B-v2. For instructions and details, please refer to the Genos GitHub.
The Genos collection of models are foundation models for the human genome, achieving million-base-pair context modeling and single-nucleotide resolution learning capability for the human genome sequence. Genos adheres to the open science principles of collaboration, sharing, and co-construction, with a strong commitment to supporting the global genomics research community. To this end, we have openly released three models:
We also provide checkpoints trained under the Megatron-LM framework:
Test Command
curl --max-time 60 -sS http://127.0.0.1:6000/v1/completions -H 'Content-Type: application/json' --data-binary @- <<'EOF'
{"model":"BGI-HangzhouAI/Genos-10B-v2","prompt":"ACGTACGTACGTACGTACGT","temperature":0.2,"max_tokens":32,"stream":false,"skip_special_tokens":false}
EOF