Skip to content

Instantly share code, notes, and snippets.

View dgg23's full-sized avatar
💭
no response

dgg23

💭
no response
View GitHub Profile
@dgg23
dgg23 / chatgpt.md
Created April 30, 2023 21:42 — forked from veekaybee/chatgpt.md
Everything I understand about chatgpt

ChatGPT Resources

Context

ChatGPT appeared like an explosion on all my social media timelines in early December 2022. While I keep up with machine learning as an industry, I wasn't focused so much on this particular corner, and all the screenshots seemed like they came out of nowhere. What was this model? How did the chat prompting work? What was the context of OpenAI doing this work and collecting my prompts for training data?

I decided to do a quick investigation. Here's all the information I've found so far. I'm aggregating and synthesizing it as I go, so it's currently changing pretty frequently.

Model Architecture

@dgg23
dgg23 / 0_reuse_code.js
Created September 27, 2013 15:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console