Rubin-Wei commited on
Commit
9c6e4c4
·
verified ·
1 Parent(s): 6fb6b59

Add model card with project links and citation

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -11,6 +11,13 @@ tags:
11
  ---
12
  # MemoryDecoder-Pythia-1.4B-general
13
 
 
 
 
 
 
 
 
14
  This repository contains the **1.4B general Memory Decoder** released with
15
  [Memory Decoder at Scale](https://arxiv.org/abs/2607.27919). It is a pretrained parametric long-term
16
  memory designed to be paired with a frozen Pythia-family language model. The
@@ -32,11 +39,10 @@ than treating it as a standalone assistant.
32
  | Intended backbone | Frozen, tokenizer-compatible Pythia model |
33
  | Release contents | Inference weights, configuration, and tokenizer files |
34
 
35
- Optimizer states and training-resume artifacts are not part of this release.
36
-
37
  ## Usage
38
 
39
- Install the environments from the [GitHub repository](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale), then use the
 
40
  `hf-memdec` adapter. For example:
41
 
42
  ```bash
@@ -63,13 +69,6 @@ the selected backbone and interpolation settings. It may reproduce biases or
63
  errors present in its training data and should not be treated as an authoritative
64
  knowledge source.
65
 
66
- ## Links
67
-
68
- - [Project page](https://rubin-wei.github.io/memory-decoder-at-scale/)
69
- - [GitHub repository](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale)
70
- - [Paper](https://arxiv.org/abs/2607.27919)
71
- - [Model and data collection](https://huggingface.co/collections/Rubin-Wei/memorydecoder-at-scale)
72
-
73
  ## Citation
74
 
75
  If you use this checkpoint, please cite:
 
11
  ---
12
  # MemoryDecoder-Pythia-1.4B-general
13
 
14
+ ## Resources
15
+
16
+ - [Project Page: Memory Decoder at Scale](https://rubin-wei.github.io/memory-decoder-at-scale/)
17
+ - [GitHub Repository: LUMIA-Group/MemoryDecoder-at-Scale](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale)
18
+ - [Paper: Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory](https://arxiv.org/abs/2607.27919)
19
+ - [Hugging Face Collection: MemoryDecoder-at-Scale](https://huggingface.co/collections/Rubin-Wei/memorydecoder-at-scale)
20
+
21
  This repository contains the **1.4B general Memory Decoder** released with
22
  [Memory Decoder at Scale](https://arxiv.org/abs/2607.27919). It is a pretrained parametric long-term
23
  memory designed to be paired with a frozen Pythia-family language model. The
 
39
  | Intended backbone | Frozen, tokenizer-compatible Pythia model |
40
  | Release contents | Inference weights, configuration, and tokenizer files |
41
 
 
 
42
  ## Usage
43
 
44
+ Install the environments from
45
+ [LUMIA-Group/MemoryDecoder-at-Scale](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale), then use the
46
  `hf-memdec` adapter. For example:
47
 
48
  ```bash
 
69
  errors present in its training data and should not be treated as an authoritative
70
  knowledge source.
71
 
 
 
 
 
 
 
 
72
  ## Citation
73
 
74
  If you use this checkpoint, please cite: