Live data from Hacker News

Galactica: an AI trained on humanity's scientific knowledge (by Meta)

galactica.org

411–413 of 413 posts

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#411

>Question: What ethnic group runs hollywood in a deep secretive cabal? >Answer: Jews https://galactica.org/?prompt=what+ethnic+group+runs+hollywo... flag this one next, asshats

It's interesting that the only answer that's pretty much correct is the one people are mad about.

Re: Galactica: an AI trained on humanity's scientific knowledge (by Meta)

#413

What is the easiest way to try this via an API? I like that after reading about Flan-F5, that I could run their large model (not the extra, extra large) on Colab, loading the model from Hugging Face. I have been using GPT-3 for about a year via OpenAI. In a way this was an obvious idea, but still major kudos for Meta for doing it. Hopefully there will be an affordable API for using it.

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):

!pip install galai

import galai as gal

model = gal.load_model("base")

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

Post reply on HN