Rubin-Wei commited on
Commit
1a6969b
·
verified ·
1 Parent(s): 4c23be2

Add model card with project links and citation

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -14,6 +14,14 @@ datasets:
14
  ---
15
  # MemoryDecoder-OLMo-1.7B-law
16
 
 
 
 
 
 
 
 
 
17
  This repository contains the **1.7B law Memory Decoder** released
18
  with [Memory Decoder at Scale](https://arxiv.org/abs/2607.27919). It is a pretrained parametric long-term
19
  memory that can be swapped into a compatible frozen language-model backbone.
@@ -35,11 +43,10 @@ and vocabularies.
35
  | Intended backbone | Frozen OLMo-family model with the matching tokenizer/vocabulary |
36
  | Release contents | Inference weights, configuration, and tokenizer files |
37
 
38
- Optimizer states and training-resume artifacts are not part of this release.
39
-
40
  ## Usage
41
 
42
- Install the matching environment from the [GitHub repository](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale), then
 
43
  set `MODEL_PATH` to a compatible frozen backbone and `MEMDEC_PATH` to this
44
  repository:
45
 
@@ -59,14 +66,6 @@ domain. Its outputs depend on the backbone, prompt, and interpolation settings.
59
  Domain specialization does not guarantee factual correctness or safety, and the
60
  model may inherit biases and errors from its training sources.
61
 
62
- ## Links
63
-
64
- - [Project page](https://rubin-wei.github.io/memory-decoder-at-scale/)
65
- - [GitHub repository](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale)
66
- - [Paper](https://arxiv.org/abs/2607.27919)
67
- - [Model and data collection](https://huggingface.co/collections/Rubin-Wei/memorydecoder-at-scale)
68
- - [Released domain data](https://huggingface.co/datasets/Rubin-Wei/MemoryDecoder-at-Scale-domain-data/tree/main/law)
69
-
70
  ## Citation
71
 
72
  If you use this checkpoint, please cite:
 
14
  ---
15
  # MemoryDecoder-OLMo-1.7B-law
16
 
17
+ ## Resources
18
+
19
+ - [Project Page: Memory Decoder at Scale](https://rubin-wei.github.io/memory-decoder-at-scale/)
20
+ - [GitHub Repository: LUMIA-Group/MemoryDecoder-at-Scale](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale)
21
+ - [Paper: Memory Decoder at Scale: A Pretrained, Parametric Long-Term Memory](https://arxiv.org/abs/2607.27919)
22
+ - [Hugging Face Collection: MemoryDecoder-at-Scale](https://huggingface.co/collections/Rubin-Wei/memorydecoder-at-scale)
23
+ - [Dataset: MemoryDecoder-at-Scale Domain Data (Law)](https://huggingface.co/datasets/Rubin-Wei/MemoryDecoder-at-Scale-domain-data/tree/main/law)
24
+
25
  This repository contains the **1.7B law Memory Decoder** released
26
  with [Memory Decoder at Scale](https://arxiv.org/abs/2607.27919). It is a pretrained parametric long-term
27
  memory that can be swapped into a compatible frozen language-model backbone.
 
43
  | Intended backbone | Frozen OLMo-family model with the matching tokenizer/vocabulary |
44
  | Release contents | Inference weights, configuration, and tokenizer files |
45
 
 
 
46
  ## Usage
47
 
48
+ Install the matching environment from
49
+ [LUMIA-Group/MemoryDecoder-at-Scale](https://github.com/LUMIA-Group/MemoryDecoder-at-Scale), then
50
  set `MODEL_PATH` to a compatible frozen backbone and `MEMDEC_PATH` to this
51
  repository:
52
 
 
66
  Domain specialization does not guarantee factual correctness or safety, and the
67
  model may inherit biases and errors from its training sources.
68
 
 
 
 
 
 
 
 
 
69
  ## Citation
70
 
71
  If you use this checkpoint, please cite: