File size: 3,597 Bytes
b7dbaab
 
f74767a
 
 
b7dbaab
 
 
 
f74767a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: README
emoji: ⚙️
colorFrom: indigo
colorTo: gray
sdk: static
pinned: false
---

<div align="center">

# RESMP.DEV

### Evidence-first model systems for real hardware

**Inference engineering · calibrated compression · code intelligence · agent traces**

</div>

RESMP.DEV is an independent applied research and engineering organization focused on making capable models measurable, reproducible, and useful across heterogeneous hardware. We publish quantized weights, native inference artifacts, retrieval encoders, accessibility models, and agentic datasets—together with the evidence needed to evaluate them.

## What we work on

| Area | Work |
| --- | --- |
| **Low-precision inference** | Architecture-aware NVFP4, FP8, MXFP4/MXFP8, GPTQ, and mixed-precision releases for CUDA and Apple Silicon. |
| **Code intelligence** | Multilingual code-retrieval encoders, calibrated quantization, and OpenAI-compatible local serving. |
| **Agentic systems** | Large-scale reasoning and coding traces, continuous distillation, model mutation, and adversarial workload research. |
| **Accessible computing** | Speech recognition and models trained for accessibility-centered tasks. |

## Featured releases

### Frontier inference

- **Qwen3-Next 80B-A3B NVFP4:** [Instruct](https://huggingface.co/RESMP-DEV/Qwen3-Next-80B-A3B-Instruct-NVFP4) · [Thinking](https://huggingface.co/RESMP-DEV/Qwen3-Next-80B-A3B-Thinking-NVFP4)
- **GLM-4.7-Flash mixed precision:** [Trellis](https://huggingface.co/RESMP-DEV/GLM-4.7-Flash-Trellis-MM) · [Marlin MMFP4](https://huggingface.co/RESMP-DEV/GLM-4.7-Flash-Marlin-MMFP4)
- **MiMo-V2.5 ASR FP8:** [Mandarin, English, Cantonese, and code-switched speech](https://huggingface.co/RESMP-DEV/MiMo-V2.5-ASR-FP8)

### Code retrieval

- **Jina Code Embeddings 1.5B:** [calibrated block-GPTQ MXFP4 for MLX](https://huggingface.co/RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq)
- **LFM2.5 Code Encoders:** 230M and 350M releases in [BF16](https://huggingface.co/RESMP-DEV/LFM2.5-Encoder-350M-Code-BF16), [MXFP8-GPTQ](https://huggingface.co/RESMP-DEV/LFM2.5-Encoder-350M-Code-MXFP8-GPTQ), and [MXFP4-GPTQ](https://huggingface.co/RESMP-DEV/LFM2.5-Encoder-350M-Code-MXFP4-GPTQ)

### Models and data for difficult workloads

- **Fable GPT-5.5 Distillation Traces:** [public agentic reasoning, code, math, and science traces](https://huggingface.co/datasets/RESMP-DEV/Fable-GPT-5.5-Distillation-Traces)
- **LLaMutation Qwen2.5 14B:** [experimental code translation and completion](https://huggingface.co/RESMP-DEV/LLaMutation-Qwen2.5-14B)
- **Accessible Qwen 4B:** [accessibility-centered model](https://huggingface.co/RESMP-DEV/Accessible_Qwen_4B) · [dataset](https://huggingface.co/datasets/RESMP-DEV/Accessible_Qwen_4B_Dataset)

## How we publish

Our model cards aim to distinguish measured results from hypotheses. Where the artifact permits, releases include:

- pinned upstream revisions and derivative-license attribution;
- matched BF16, native round-to-nearest, or architecture-appropriate controls;
- explicit hardware and runtime boundaries;
- held-out evaluations, hashes, manifests, and machine-readable receipts;
- limitations and negative results—not just headline numbers.

Experimental means experimental. Check each repository's model card, required runtime, license, and validation scope before deploying it.

<div align="center">

[Browse all models](https://huggingface.co/RESMP-DEV/models) · [Browse all datasets](https://huggingface.co/RESMP-DEV/datasets) · [Source and tooling on GitHub](https://github.com/RESMP-DEV)

</div>