Show HN: AskHN
patterns.app
Show HN: AskHN
1–10 of 139 posts
Re: Show HN: AskHN
#2Re: Show HN: AskHN
#3I'm a little surprised that Hacker News comments weren't already in the GPT-3 training set. I just assumed that OpenAI had vacuumed up most of the web already.
Re: Show HN: AskHN
#4How long did it take to scrape them and train the "corpus" on this content?
Re: Show HN: AskHN
#5I'm a little surprised that Hacker News comments weren't already in the GPT-3 training set. I just assumed that OpenAI had vacuumed up most of the web already.
I am guessing they already were? But this is 100% pure, concentrated HN not contaminated with nonsense from the rest of the web :)
Re: Show HN: AskHN
#6> I trained on a corpus of over 6.5 million Hacker News comments How long did it take to scrape them and train the "corpus" on this content?
Re: Show HN: AskHN
#7I'm a little surprised that Hacker News comments weren't already in the GPT-3 training set. I just assumed that OpenAI had vacuumed up most of the web already.
I am guessing they already were? But this is 100% pure, concentrated HN not contaminated with nonsense from the rest of the web :)
(edited for clarity)
Re: Show HN: AskHN
#8Earlier quoted context omitted.
I am guessing they already were? But this is 100% pure, concentrated HN not contaminated with nonsense from the rest of the web :)
Is it exclusively HN comments and nothing else? How does a model like that know how to speak English (noun/verb and all that) if you are starting from scratch and feeding it nothing but HN comments?
>GPT embeddings
To index these stories, I loaded up to 2000 tokens worth of comment text (ordered by score, max 2000 characters per comment) and the title of the article for each story and sent them to OpenAI's embedding endpoint, using the standard text-embedding-ada-002 model, this endpoint accepts bulk uploads and is fast but all 160k+ documents still took over two hours to create embeddings. Total cost for this part was around $70.
Re: Show HN: AskHN
#9Re: Show HN: AskHN
#10Earlier quoted context omitted.
I am guessing they already were? But this is 100% pure, concentrated HN not contaminated with nonsense from the rest of the web :)
Is it exclusively HN comments and nothing else? How does a model like that know how to speak English (noun/verb and all that) if you are starting from scratch and feeding it nothing but HN comments?
Mimicry.