xizaoqu commited on
Commit
0679fff
·
1 Parent(s): 23e0209
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -15,12 +15,15 @@
15
  </p>
16
 
17
  <p align="center">
18
- <!-- <a href="https://arxiv.org/abs/2405.14864" target='_blank'>
19
  <img src="https://img.shields.io/badge/arXiv-2308.16911-blue?">
20
- </a> -->
21
  <a href="https://xizaoqu.github.io/worldmem/" target='_blank'>
22
  <img src="https://img.shields.io/badge/Project-&#x1F680-blue">
23
  </a>
 
 
 
24
  </p>
25
 
26
 
@@ -39,9 +42,9 @@ pip install -r requirements.txt
39
 
40
  ## TODO
41
 
42
- - [x] Release inference models and weight;
43
- - [] Release training pipeline on MineCraft;
44
- - [] Release training data on MineCraft;
45
 
46
 
47
 
 
15
  </p>
16
 
17
  <p align="center">
18
+ <a href="https://arxiv.org/abs/2405.14864" target='_blank'>
19
  <img src="https://img.shields.io/badge/arXiv-2308.16911-blue?">
20
+ </a>
21
  <a href="https://xizaoqu.github.io/worldmem/" target='_blank'>
22
  <img src="https://img.shields.io/badge/Project-&#x1F680-blue">
23
  </a>
24
+ <a href="https://huggingface.co/spaces/yslan/worldmem" target="_blank">
25
+ <img src="https://img.shields.io/badge/🤗 HuggingFace-Demo-orange" />
26
+ </a>
27
  </p>
28
 
29
 
 
42
 
43
  ## TODO
44
 
45
+ - [x] Release inference models and weights;
46
+ - [ ] Release training pipeline on Minecraft;
47
+ - [ ] Release training data on Minecraft;
48
 
49
 
50