Galactica: an AI trained on humanity's scientific knowledge

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • galai

    Model API for GALACTICA

  • You can run Galactica (the "base" model) for free on Colab (https://colab.research.google.com/). It takes about 4 minutes to start up. Just specify a "GPU" runtime on colab, and follow the simple instructions from their github (https://github.com/paperswithcode/galai):

    import galai as gal

    model = gal.load_model("base")

    model.generate("Scaled dot product attention:\n\n\\[")

  • scibert

    A BERT model for scientific text.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • stylegan2-projecting-images

    Projecting images to latent space with StyleGAN2.

  • You can run Galactica (the "base" model) for free on Colab (https://colab.research.google.com/). It takes about 4 minutes to start up. Just specify a "GPU" runtime on colab, and follow the simple instructions from their github (https://github.com/paperswithcode/galai):

    import galai as gal

    model = gal.load_model("base")

    model.generate("Scaled dot product attention:\n\n\\[")

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts