-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
22 lines (22 loc) · 779 Bytes
/
CITATION.cff
File metadata and controls
22 lines (22 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cff-version: 1.2.0
message: "If you use LayerCake in your research, please cite it as below."
type: software
title: "LayerCake: Modular Language Models via a Fixed-Dimension ABI Bottleneck"
authors:
- family-names: Yoder
given-names: Sam
version: 0.1.0
date-released: "2025"
url: "https://github.com/Yoder23/layercake"
license: Apache-2.0
abstract: >
A modular language model framework where domain modules are bit-exactly portable
across model sizes via a fixed 512-dimensional bottleneck interface (ABI).
Domain modules operate entirely in d_abi=512 space and can be copied between
models of any supported size without retraining or transformation.
keywords:
- language models
- modular neural networks
- transfer learning
- domain adaptation
- PyTorch