GT4SD / gt4sd-core

GT4SD, an open-source library to accelerate hypothesis generation in the scientific discovery process.
https://gt4sd.github.io/gt4sd-core/
MIT License
336 stars 74 forks source link

pretrained models #177

Closed davidegraff closed 1 year ago

davidegraff commented 1 year ago

Forgive a potentially dumb question, but are pretrained models available in GT4SD? I'm looking to evaluate a bunch of generative models, and was hoping to not have to deal with training them all myself. Thanks!

drugilsberg commented 1 year ago

There are around 26 models already available that should be downloaded automatically when running inference. I recommend checking out the example notebooks where you can see how to access them directly. In this one for example we show how to access around 10 of them: https://github.com/GT4SD/gt4sd-core/blob/main/notebooks/discovery-demo.ipynb.

davidegraff commented 1 year ago

oh wonderful- thanks for the help!