Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RF*diffusion*
2
 
3
  <!--
@@ -11,7 +27,15 @@
11
 
12
  ## Description
13
 
14
- RFdiffusion is an open source method for structure generation, with or without conditional information (a motif, target etc). It can perform a whole range of protein design challenges as we have outlined in [the RFdiffusion paper](https://www.biorxiv.org/content/10.1101/2022.12.09.519842v1).
 
 
 
 
 
 
 
 
15
 
16
  **Things Diffusion can do**
17
  - Motif Scaffolding
@@ -220,7 +244,15 @@ RFdiffusion was originally trained with 200 discrete timesteps. However, recent
220
  ---
221
  ### Partial diffusion
222
 
223
- Something we can do with diffusion is to partially noise and de-noise a structure, to get some diversity around a general fold. This can work really nicely (see [Vazquez-Torres et al., BioRxiv 2022](https://www.biorxiv.org/content/10.1101/2022.12.10.519862v4.abstract)).
 
 
 
 
 
 
 
 
224
  This is specified by using the diffuser.parial_T input, and setting a timestep to 'noise' to.
225
  <p align="center">
226
  <img src="./img/partial.png" alt="alt text" width="800px" align="middle"/>
@@ -511,6 +543,4 @@ Now, let's go make some proteins. Have fun!
511
  ---
512
 
513
  RFdiffusion builds directly on the architecture and trained parameters of RoseTTAFold. We therefore thank Frank DiMaio and Minkyung Baek, who developed RoseTTAFold.
514
- RFdiffusion is released under an open source BSD License (see LICENSE file). It is free for both non-profit and for-profit use.
515
-
516
-
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - nvidia/PhysicalAI-Autonomous-Vehicles
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - facebook/sam3
11
+ new_version: facebook/sam3
12
+ pipeline_tag: feature-extraction
13
+ library_name: diffusers
14
+ tags:
15
+ - biology
16
+ ---
17
  # RF*diffusion*
18
 
19
  <!--
 
27
 
28
  ## Description
29
 
30
+ RFdiffusion is an open source method for structure generation, with or without conditional information (a motif, target etc). It can perform a whole range of protein design challenges as we have outlined in [the RFdiffusion paper](https://www.biorxiv.org/content/10.1101/2022.12.09.519842v1
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+ ).
39
 
40
  **Things Diffusion can do**
41
  - Motif Scaffolding
 
244
  ---
245
  ### Partial diffusion
246
 
247
+ Something we can do with diffusion is to partially noise and de-noise a structure, to get some diversity around a general fold. This can work really nicely (see [Vazquez-Torres et al., BioRxiv 2022](https://www.biorxiv.org/content/10.1101/2022.12.10.519862v4.abstract
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+ )).
256
  This is specified by using the diffuser.parial_T input, and setting a timestep to 'noise' to.
257
  <p align="center">
258
  <img src="./img/partial.png" alt="alt text" width="800px" align="middle"/>
 
543
  ---
544
 
545
  RFdiffusion builds directly on the architecture and trained parameters of RoseTTAFold. We therefore thank Frank DiMaio and Minkyung Baek, who developed RoseTTAFold.
546
+ RFdiffusion is released under an open source BSD License (see LICENSE file). It is free for both non-profit and for-profit use.