I would very much like to see the ghost of Terry pop up from time to time, to offer his wisdom and unique style of response.
Show HN: AskHN
51–60 of 139 posts
Re: Show HN: AskHN
#52My own experiments made me think that the impact of finetuning is comparable to that of a molecule in a drop in a bucket. > “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot. I'm assuming you used the openai fine-tuning pathway to make a custom model? Have you tested the responses on vanilla GPT3 vs your custom…
Re: Show HN: AskHN
#53Earlier quoted context omitted.
> “AskHN” is a GPT-3 bot I trained on a corpus of over 6.5 million Hacker News comments to represent the collective wisdom of the HN community in a single bot. First sentence of the first paragraph on OP's page EDIT: it's a bit misleading, further down they describe what looks like a semantic-search approach
Scroll a bit further down and you will see > 7. Put top matching content into a prompt and ask GPT-3 to summarize > 8. Return summary along with direct links to comments back to Discord user
Re: Show HN: AskHN
#54Otoh, did I miss something or is it only on discord?
Re: Show HN: AskHN
#55This is nice! The official algolia search is useless. Otoh, did I miss something or is it only on discord?
Re: Show HN: AskHN
#56Can you cut me a distro of myself?
Re: Show HN: AskHN
#57It seems to write in the generic "style" of GPT, instead of in the style I would recognise as a HN poster. Is that because of something baked into how the training process works? It lacks a sort of casualness or air of superiority ;)
There was no training process, this is just running GPT with relevant HN comments as part of the prompt. If he wanted it to replicate that classic HN feel he would either have to extend the prompt with additional examples or, better yet, use finetuning. I guess he could also just randomly sprinkle in some terms like 'stochastic parrot' and find a way to shoehorn Tesla FSD into every conversation about AI.
https://sonnet.io/posts/emotive-conjugation/#:~:text=I%27m%2...
My conclusion was that you can use LLMs to automate and scale attribution bias.
We did it guys!
Re: Show HN: AskHN
#58If Op is reading. I'm curious about the database you are using to store the embeddings. Pinecone, Weaviate ...?
Re: Show HN: AskHN
#59> 4. Index the embeddings in a database If Op is reading. I'm curious about the database you are using to store the embeddings. Pinecone, Weaviate ...?
> The embeddings were then indexed with Pinecone.