File size: 720 Bytes
2ed9fc4
f7658cb
 
 
2ed9fc4
f7658cb
 
 
 
 
2ed9fc4
 
f7658cb
2ed9fc4
f7658cb
2ed9fc4
f7658cb
 
 
 
2ed9fc4
f7658cb
 
 
2ed9fc4
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
---
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
```