Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# RMM: Recombinant Memory Model
|
| 2 |
|
| 3 |
**A novel architecture for entity-specific memory navigation and meaning synthesis.**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- memory-retrieval
|
| 5 |
+
- learned-retrieval
|
| 6 |
+
- entity-specific
|
| 7 |
+
- cross-attention
|
| 8 |
+
- vector-to-text
|
| 9 |
+
- embedding-navigation
|
| 10 |
+
- recombinant-memory
|
| 11 |
+
- small-model
|
| 12 |
+
- cpu-inference
|
| 13 |
+
- pytorch
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
library_name: pytorch
|
| 17 |
+
pipeline_tag: feature-extraction
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# RMM: Recombinant Memory Model
|
| 21 |
|
| 22 |
**A novel architecture for entity-specific memory navigation and meaning synthesis.**
|