Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Echo: A Large Language Model with Temporal Episodic Memory
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
<p align="center">
|
| 9 |
+
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" width="120" alt="HuggingFace Logo"/>
|
| 10 |
+
</p>
|
| 11 |
+
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<p align="center">
|
| 15 |
+
<a href="https://github.com/1920993165/echo">๐ ๏ธ <b>Code</b></a> |
|
| 16 |
+
<a href="https://huggingface.co/datasets/ALmonster/Echo-v1">๐ <b>Dataset</b></a> |
|
| 17 |
+
<a href="https://huggingface.co/ALmonster/Echo1-7B">๐ง <b>7B Model</b></a> |
|
| 18 |
+
<a href="https://huggingface.co/ALmonster/Echo1-72B">๐ง <b>72B Model</b></a>
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
## ๐ Welcome to Echo!
|
| 24 |
+
|
| 25 |
+
**Echo** is a cutting-edge large language model (LLM) designed with temporal episodic memory, enabling advanced reasoning and context retention. We invite the community to explore, use, and cite our work!
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## ๐ Citation
|
| 30 |
+
|
| 31 |
+
If you use Echo in your research or applications, please cite us:
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@misc{liu2025echolargelanguagemodel,
|
| 35 |
+
title={Echo: A Large Language Model with Temporal Episodic Memory},
|
| 36 |
+
author={WenTao Liu and Ruohua Zhang and Aimin Zhou and Feng Gao and JiaLi Liu},
|
| 37 |
+
year={2025},
|
| 38 |
+
eprint={2502.16090},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.CL},
|
| 41 |
+
url={https://arxiv.org/abs/2502.16090},
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## ๐ Get Involved
|
| 48 |
+
|
| 49 |
+
We welcome contributions, feedback, and collaboration from the community. Feel free to open issues or pull requests on our [GitHub](https://github.com/1920993165/echo)!
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
<p align="center">
|
| 54 |
+
<b>Empowering AI with memory. Echo: Remember, Reason, Respond.</b>
|
| 55 |
+
</p>
|