| language: | |
| - en | |
| license: apache-2.0 | |
| tags: | |
| - marine-biology | |
| - coralfill | |
| - nemotron | |
| - atlantis | |
| inference: false | |
| # Atlantis-Pyramid | |
| Atlantis-Pyramid is a fine-tuned version of `nvidia/Nemotron-3-Nano-30B-A3B-BF16`. It is explicitly tailored for the Coralfil OS ecosystem, focusing on marine restoration, aquaculture chemistry, and dynamic oceanography modeling. | |
| ## Model Details | |
| - **Base Model:** nvidia/Nemotron-3-Nano-30B-A3B-BF16 (30B params, 3B active) | |
| - **Fine-Tuning:** LoRA SFT on 12 validated marine science domains. | |
| - **Quantization:** FP8 Supported natively via vLLM. | |
| ## Usage (vLLM) | |
| ```bash | |
| vllm serve Coralfil-Atlantis/Atlantis-Pyramid --quantization fp8 --dtype bfloat16 --max-model-len 1000000 | |
| ``` | |