taohu commited on
Commit
7773c89
·
verified ·
1 Parent(s): 06c2ea5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -7,5 +7,39 @@ datasets:
7
 
8
 
9
 
10
- # Model Weights Collection of paper: [MASK] is All You Need
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
 
9
 
 
10
 
11
+ # [MASK] is All You Need
12
+
13
+ This model represents the official checkpoint of the paper titled ["[MASK] is All You Need"](https://huggingface.co/papers/2412.06787).
14
+
15
+
16
+
17
+ [![Website](doc/badges/badge-website.svg)](https://compvis.github.io/mask/)
18
+ [![Paper](https://img.shields.io/badge/arXiv-PDF-b31b1b)](https://arxiv.org/abs/2412.06787)
19
+ [![Hugging Face Model](https://img.shields.io/badge/🤗%20Hugging%20Face-Model-green)](https://huggingface.co/taohu/mask)
20
+ [![License](https://img.shields.io/badge/License-Apache--2.0-929292)](https://www.apache.org/licenses/LICENSE-2.0)
21
+
22
+
23
+ [Vincent Tao Hu](http://taohu.me),
24
+ [Bjorn Ommer](https://ommer-lab.com/people/ommer/ )
25
+
26
+
27
+
28
+ ## 🎓 Citation
29
+
30
+ ```bibtex
31
+ @InProceedings{hu2024mask,
32
+ title={[MASK] is All You Need},
33
+ author={Vincent Tao Hu and Bjorn Ommer},
34
+ booktitle = {Arxiv},
35
+ year={2024}
36
+ }
37
+ ```
38
+
39
+ ## 🎫 License
40
+
41
+ This work is licensed under the Apache License, Version 2.0 (as defined in the [LICENSE](LICENSE.txt)).
42
+
43
+ By downloading and using the code and model you agree to the terms in the [LICENSE](LICENSE.txt).
44
+
45
+ [![License](https://img.shields.io/badge/License-Apache--2.0-929292)](https://www.apache.org/licenses/LICENSE-2.0)