ThomasYn/GenomeOcean-4B-v1.2-GGUF-Q4_K_M overview
GenomeOcean 4B v1.2 GGUF Q4 K M This repository contains a GGUF Q4 K M quantization of https://huggingface.co/DOEJGI/GenomeOcean 4B v1.2 https://huggingface.co…
Runs locally from ~2.39 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| GenomeOcean-4B-v1.2-Q4_K_M.gguf | GGUF | Q4_K_M | 2.39 GB | Download |
Model Details
Model README
---
license: other
language:
- en
tags:
- biology
- genomics
- DNA
- mistral
- quantized
base_model: DOEJGI/GenomeOcean-4B-v1.2
library_name: gguf
---
GenomeOcean-4B-v1.2 - GGUF Q4_K_M
This repository contains a GGUF Q4_K_M quantization of https://huggingface.co/DOEJGI/GenomeOcean-4B-v1.2, a 4.25B-parameter Mistral causal language model for microbial genomic sequences.
Quantization
- Method: llama.cpp Q4_K_M post-training quantization from an intermediate F16 GGUF.
- Runtime used for validation: llama.cpp
- Source precision: BF16
- Release size: 2.39 GiB
- llama.cpp source revision:
1e5ad35d5(the container build reportsb0-unknownbecause Git was unavailable inside the clean build environment)
Validation
The model was loaded from the release directory and used for real greedy inference inside the same Apptainer environment used by the quantization workflow.
- Load succeeded:
True - Inference succeeded:
True - Prompt:
ATGCGATCGATCGATCGATCGATCGATCGATCG
ATGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTGTTTG
Stratified Metagenome Proxy Perplexity
| Model | PPL [95% CI] | Relative to BF16 [95% CI] |
|---|---:|---:|
| BF16 | 102.7640 [91.3996, 115.6145] | baseline |
| FP8 | 105.2026 [93.6835, 118.3596] | +2.37% [+2.17%, +2.58%] |
| Q4_K_M | 109.3034 [97.4647, 122.7864] | +6.36% [+5.84%, +6.91%] |
| Q8_0 | 102.9155 [91.4151, 115.8558] | +0.15% [+0.10%, +0.20%] |
This paired benchmark uses the seven local metagenomic assemblies listed in the source v1.2 model card: Antarctic, GRE, Harvard Forest, Mendota, NEON, Oilcane, and Tara. These are officially listed training-data sources, but they are not verified as the unpublished validation split that produced the source card's PPL of 143.77.
Sampling uses fixed seed 20260711, equal allocation of 32 windows per environment, deterministic random byte seeks, 8,192 ACGT bases per window, a minimum 1 MB within-source gap, and 1,024 source-tokenizer tokens per sample. The 224 windows contain 229,152 scored next-token targets. The token corpus SHA-256 is 297c5261ae721b6f0a7083d3e44f92e82e6f17553dc72306ae1c26f2d1b6a083. Confidence intervals use 10,000 paired bootstrap replicates, stratified by environment. This release's measured PPL is 109.3034.
These measurements are conditional in-domain deployment-format regressions, not official validation or held-out generalization estimates. Pairing controls for window difficulty but cannot remove possible interactions between training-set membership and quantization error. The confidence intervals condition on these sampled windows and treat sufficiently separated windows as approximately independent; they do not describe uncertainty over unseen metagenomes. Sampling also favors long, clean ACGT regions, uses equal environment weighting, evaluates only 1,024-token contexts, and does not exercise [CLS], [SEP], [MASK], or scaffold-gap handling. Because safetensors FP8/BF16 and GGUF use different vLLM loading paths, the comparison measures the complete deployed format/runtime path rather than isolated weight-rounding error.
Full per-window and per-environment results are in metagenome_ppl.json; the cross-model comparison and sampling manifest are in metagenome_ppl_summary.json and metagenome_ppl_manifest.json.
Secondary Reference-Genome Proxy
| Model | PPL | Relative to BF16 |
|---|---:|---:|
| Source BF16 | 64.9039 | baseline |
| GGUF Q4_K_M | 87.4569 | +34.75% |
This earlier deterministic benchmark uses 40 windows from five reference genomes, 512 tokenizer tokens per window, and 20,440 scored next-token targets. Its token corpus SHA-256 is 125735fd43676e999bf7064c965ffbd1e264179a24acd391368b434dad4f654c. It is retained in proxy_ppl.json for historical comparison; the larger stratified metagenome benchmark above is the primary quantization-quality result.
Usage
The FP8 release is intended for vLLM on FP8-capable NVIDIA GPUs. The GGUF releases are intended for a recent llama.cpp build. GenomeOcean is a base genomic language model, not a chat model; provide DNA sequence prompts rather than chat messages.
See the source model card for training data, special-token semantics, citation, limitations, and the full LBNL BSD license terms. The original LICENSE file is included in this repository.
Run ThomasYn/GenomeOcean-4B-v1.2-GGUF-Q4_K_M with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models