This repository is a collection of awesome projects and resources related to GPT, ChatGPT, OpenAI, LLM, and other related technologies. Whether you're just getting started with GPT or you're a seasoned expert, this list has something for everyone.
GPT-3 achieves strong performance on many NLP datasets, including translation, question-answering, and cloze tasks, as well as several tasks that require on-the-fly reasoning or domain adaptation, such as unscrambling words, using a novel word in a sentence, or performing 3-digit arithmetic.
Try gpt-oss · Guides · Model card · OpenAI blog Download gpt-oss-120b and gpt-oss-20b on Hugging Face Welcome to the gpt-oss series, OpenAI's open-weight models designed for powerful reasoning, agentic tasks, and versatile developer use cases. We're releasing two flavors of these open models: gpt-oss-120b — for production, general purpose, high reasoning use cases that fit into a single ...
gpt-2 Code and models from the paper "Language Models are Unsupervised Multitask Learners". You can read about GPT-2 and its staged release in our original blog post, 6 month follow-up post, and final post. We have also released a dataset for researchers to study their behaviors.
For all of the default AI models, input prompts and output completions run through GitHub Copilot's content filters for harmful, offensive, or off-topic content, and for public code matching when enabled. Supported AI models in Copilot This table lists the AI models available in Copilot, along with their release status and availability in different modes.
gpt-engineer installs the binary 'bench', which gives you a simple interface for benchmarking your own agent implementations against popular public datasets. The easiest way to get started with benchmarking is by checking out the template repo, which contains detailed instructions and an agent template.