Update README.md
Browse files
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 |
+
[](https://compvis.github.io/mask/)
|
18 |
+
[](https://arxiv.org/abs/2412.06787)
|
19 |
+
[](https://huggingface.co/taohu/mask)
|
20 |
+
[](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 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|