Instructions to use recursionpharma/OpenPhenom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use recursionpharma/OpenPhenom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="recursionpharma/OpenPhenom", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("recursionpharma/OpenPhenom", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
adding deps reconstruction notebook (#17) e635625 unverified
add mae model (#15) 6877289 unverified
added CVPR links (#13) b3e68bb unverified
Oren Kraus commited on
Reformat and add comments (#9) 560d738 unverified
Kian Kenyon-Dean commited on
Merge pull request #7 from recursionpharma/more-code 3d9eac1 unverified
Kian Kenyon-Dean commited on
fix 4bf6407
dump 373b8b8
dump code 8f0bd34
Merge pull request #4 from recursionpharma/more-code 86fd276 unverified
Kian Kenyon-Dean commited on
fix reqs cbdd05e
Merge pull request #3 from recursionpharma/kian-kd-bionemo 8135e31 unverified
Kian Kenyon-Dean commited on
Update README.md 8914ffc unverified
Kian Kenyon-Dean commited on
Merge pull request #1 from recursionpharma/new-sentence b0948be unverified
Kian Kenyon-Dean commited on
Update README.md 71c1cb6 unverified
Kian Kenyon-Dean commited on
some baseline code for the repo 13c7b4e
Update README.md e5e2b12 unverified
Kian Kenyon-Dean commited on
Update README.md f8d6756 unverified
Kian Kenyon-Dean commited on
Update README.md 5d11d07 unverified
Kian Kenyon-Dean commited on
Create NCCL 4.0 LICENSE c663845 unverified
Kian Kenyon-Dean commited on
Initial commit 5cfdc34 unverified
Kian Kenyon-Dean commited on