z-liang commited on
Commit
9b079c4
·
verified ·
1 Parent(s): 2a57ad6

Add VenusFold EMA weights

Browse files
Files changed (4) hide show
  1. README.md +23 -0
  2. config.yaml +18 -0
  3. model.json +8 -0
  4. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: pytorch
4
+ tags:
5
+ - protein-folding
6
+ - protein-structure
7
+ - dna
8
+ - rna
9
+ - ligand
10
+ ---
11
+
12
+ # VenusFold
13
+
14
+ Inference weights for VenusFold biomolecular structure prediction.
15
+
16
+ - Weight variant: EMA (0.999)
17
+ - Parameters: 464,442,431
18
+ - Activation: SiLU
19
+ - Default inference: 200 diffusion steps and 10 recycling cycles
20
+
21
+ Code and usage: [ai4protein/VenusFold](https://github.com/ai4protein/VenusFold)
22
+
23
+ VenusFold is a research model and is not validated for clinical or diagnostic use.
config.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model_name: venusfold
2
+ load_strict: true
3
+ dtype: bf16
4
+ triangle_attention: cuequivariance
5
+ triangle_multiplicative: cuequivariance
6
+ enable_tf32: true
7
+ enable_efficient_fusion: true
8
+ enable_diffusion_shared_vars_cache: false
9
+ use_msa: true
10
+ use_template: false
11
+ use_rna_msa: true
12
+ num_workers: 0
13
+ model:
14
+ N_cycle: 10
15
+ local_activation: silu
16
+ sample_diffusion:
17
+ N_sample: 5
18
+ N_step: 200
model.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file": "model.safetensors",
3
+ "sha256": "01e1c1fd5bf5d1d1044b978da8ae4f05ef9fa844569a7fb8f84f89297a6fc567",
4
+ "parameter_count": 464442431,
5
+ "dtype": [
6
+ "torch.float32"
7
+ ]
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e1c1fd5bf5d1d1044b978da8ae4f05ef9fa844569a7fb8f84f89297a6fc567
3
+ size 1858369268