PB Unity commited on
Commit
0dc7b6c
·
verified ·
1 Parent(s): 54346ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
 
5
  # Alpha Fold Version 1 validated for Unity Sentis
6
- We provide here the model files we used for our AlphaFoldv1 implementation. The large ONNX file is the main model which outputs the distance matrix and the smaller one is used for the simulation step.
7
 
8
  ## How we implemented this model
9
  Find out all about how we implemented this model in our [full article](https://medium.com/@alexandre.ribard/protein-folding-visualization-in-unity-13ef38fff915) on medium.
 
3
  ---
4
 
5
  # Alpha Fold Version 1 validated for Unity Sentis
6
+ We provide here the model files we used for our AlphaFoldv1 implementation. The large ONNX file is the main model which outputs the distance matrix and the smaller one is a custom model we created used for the simulation step.
7
 
8
  ## How we implemented this model
9
  Find out all about how we implemented this model in our [full article](https://medium.com/@alexandre.ribard/protein-folding-visualization-in-unity-13ef38fff915) on medium.