ALmonster commited on
Commit
417f544
ยท
verified ยท
1 Parent(s): 9506c3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
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> &nbsp; | &nbsp;
16
+ <a href="https://huggingface.co/datasets/ALmonster/Echo-v1">๐Ÿ“š <b>Dataset</b></a> &nbsp; | &nbsp;
17
+ <a href="https://huggingface.co/ALmonster/Echo1-7B">๐Ÿง  <b>7B Model</b></a> &nbsp; | &nbsp;
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>