File size: 613 Bytes
4e22124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: mit
library_name: pytorch
tags:
- mamba3
- quantization
- checkpoints
---

# mamba3-research checkpoints

PyTorch checkpoints and intermediate tensors from the Mamba3 research project
(wikitext quantization experiments, SISO/MIMO repro, tiny causal LM demo).

Layout mirrors the source repository:

- `demo/wikitext_mamba3_quant/outputs/` - training checkpoints for QAT / ablation / nonlinear experiments
- `demo/tiny_causal_lm/outputs/` - tiny causal LM weights
- `artifacts/` - quantization test intermediates and model state dict

Source code and docs: https://github.com/S-Zenith/mamba3-research