Upload folder using huggingface_hub
Browse files- README.md +4 -0
- checkpoints/epoch=19.ckpt +3 -0
- configuration +23 -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 |
+
|
checkpoints/epoch=19.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d19a26c10f7784460ed9bf7d12ea1bf2978cb72d8358ac026b868609984d3e3
|
3 |
+
size 201341841
|
configuration
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name improved_genie2
|
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 |
+
accum_grad 4
|
14 |
+
learningRate 1e-5
|
15 |
+
|
16 |
+
ambient False
|
17 |
+
dataDirectory /scratch/projects/cgai/ambient_proteins/cluster/datasets/1300K/plddt70/afdb/repr/cluster_alntype1_tm50_alncov75_021425_021425_cluster
|
18 |
+
|
19 |
+
minimumNumResidues 20
|
20 |
+
maximumNumResidues 768
|
21 |
+
min_plddt 70
|
22 |
+
|
23 |
+
resume runs/baseline_pair8_cluster_repr_tm50_plddt70_L512/version_0/checkpoints/epoch=49.ckpt
|