Add pipeline tag, library name, and link to code
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# VibeGen: End-to-end de novo protein generation targeting normal mode vibrations using a language diffusion model duo
|
@@ -42,3 +44,5 @@ Additional details about the method, sample training and inference scripts, can
|
|
42 |
url={https://arxiv.org/abs/2502.10173},
|
43 |
}
|
44 |
```
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: other
|
4 |
+
library_name: torch
|
5 |
---
|
6 |
|
7 |
# VibeGen: End-to-end de novo protein generation targeting normal mode vibrations using a language diffusion model duo
|
|
|
44 |
url={https://arxiv.org/abs/2502.10173},
|
45 |
}
|
46 |
```
|
47 |
+
|
48 |
+
Our implementation is inspired by the [imagen-pytorch](https://github.com/lucidrains/imagen-pytorch) repository by [Phil Wang](https://github.com/lucidrains).
|