tatsu-lab/alpaca
Viewer β’ Updated β’ 52k β’ 109k β’ 1.2k
π¬ FOR RESEARCH PURPOSES ONLY
Developed and Trained by the Cortiqa Team.
This artifact is an experimental exploration into Reversible Residual Transformer architectures to investigate zero-activation memory dynamics during causal autoregressive training.
The architectural principles implemented in ReverX are directly built upon foundational academic research. We gratefully cite and attribute the original inventors:
The Reversible Residual Network (RevNet):
The Reformer (Google Research):
| Specification | Details |
|---|---|
| Model Name | ReverX-1-100M |
| Organization | Cortiqa (Cortiqa) |
| Development Team | Cortiqa Team |
| Research Status | Experimental Research Prototype |
| Total Parameters | 100,457,472 (~100.45 Million) |
| Coupling Layers | 20 Bijective Reversible Blocks |
| Hidden Size | 768 (Split into two 384-dim channels) |
| Attention Heads | 12 Heads (Head Dim: 32 per channel) |
| FFN Intermediate | 3,200 |
| Tokenizer | GPT-2 BPE (vocab_size = 50,257) |
| Training Steps | 130,391 optimization steps |
| Training Hardware | 1x NVIDIA Tesla T4 GPU (16GB) on Kaggle |
| Training Dataset | tatsu-lab/alpaca (52,002 instruction pairs) |
| Final Loss | 0.1356 (Cross-Entropy) |
Trained from scratch (random initialization, zero pre-trained weights), ReverX-1-100M demonstrated the following properties during benchmark evaluations:
The capital of France is Paris. (100% exact retrieval)Photosynthesis is the process by which plants, algae and oxygen are created and light energy. This absorbs molecules of chlorophyll... convert carbon dioxidedef add(a, b):
return a + b
repetition_penalty >= 1.2 and nucleus sampling top_p = 0.85.@misc{reverx100m_cortiqa2026,
title={ReverX-1-100M: Reversible Transformer Causal LM (RevNet Architecture)},
author={Cortiqa Team and Collaborators},
year={2026},
publisher={Hugging Face},
howpublished={\url{https://huggingface.co/Cortiqa/reverx-1-100m}}
}