Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- language-model
|
| 5 |
+
- causal-lm
|
| 6 |
+
- continual-learning
|
| 7 |
+
- sparse-routing
|
| 8 |
+
library_name: pytorch
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# TRC2 (Thalamically Routed Cortical Columns) — trc2-d720-l5
|
| 13 |
+
|
| 14 |
+
This repo hosts a TRC2 checkpoint.
|
| 15 |
+
|
| 16 |
+
## What it does
|
| 17 |
+
TRC2 is a decoder-only LM backbone designed for continual learning via sparse thalamic routing to cortical columns and fast corrective pathways. (See the paper for details.)
|
| 18 |
+
|
| 19 |
+
## Files
|
| 20 |
+
- `trc2-d720-l5.pt`: weights
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
Code to be released near soon on GitHub.
|