Upload folder using huggingface_hub
Browse files- README.md +4 -0
- configuration +27 -0
- version_0/checkpoints/epoch=19.ckpt +3 -0
README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ambient Protein Diffusion
|
2 |
+
|
3 |
+
By [Giannis Daras*](mailto:[email protected]), [Jeffrey Ouyang-Zhang*](mailto:[email protected]), [Krithika Ravishankar](mailto:[email protected]), [William Daspit](mailto:[email protected]), [Costis Daskalakis](mailto:[email protected]), [Qiang Liu](mailto:[email protected]), [Adam Klivans](https://www.cs.utexas.edu/users/klivans/), [Daniel J. Diaz](http://danny305.github.io)
|
4 |
+
|
configuration
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name ambient_long
|
2 |
+
|
3 |
+
seed 100
|
4 |
+
|
5 |
+
numPairTransformLayers 8
|
6 |
+
warmupEpoches 2
|
7 |
+
numEpoches 20
|
8 |
+
motifProbability 1.0
|
9 |
+
logEverySteps 1000
|
10 |
+
checkpointEveryEpoches 1
|
11 |
+
|
12 |
+
batchSize 1
|
13 |
+
accumGrad 4
|
14 |
+
learningRate 1e-5
|
15 |
+
|
16 |
+
ambient True
|
17 |
+
t_nature 300
|
18 |
+
plddt_to_timestep ((90,-50),(80,300),(70,900))
|
19 |
+
dt_buffer 50
|
20 |
+
dataDirectory /scratch/projects/cgai/ambient_proteins/cluster/datasets/1300K/plddt70/afdb/repr/cluster_alntype1_tm50_alncov75_021425_021425_cluster
|
21 |
+
always_ambient_for_high_noises True
|
22 |
+
|
23 |
+
minimumNumResidues 20
|
24 |
+
maximumNumResidues 768
|
25 |
+
min_plddt 70
|
26 |
+
|
27 |
+
resume runs/ambient_long_phase2/version_0/checkpoints/epoch=49.ckpt
|
version_0/checkpoints/epoch=19.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fccc0d7f79184d0570e2884cb2406113d67a91ec1b5496d725f377eb88de59a
|
3 |
+
size 201341841
|