Coder Social home page Coder Social logo

rudr937 / gpt-3-training-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bot-astro/gpt-3-training-data

0.0 0.0 0.0 124 KB

A set of questions & answers used to train a chatGPT model.

Home Page: https://openai.com

License: GNU Affero General Public License v3.0

gpt-3-training-data's Introduction

GPT-3 training data

This repository holds the training.jsonl file.
This file contains a set of questions & answers that are used to train a chatGPT model.

This way it's possible to train chatGPT to respond to questions regarding Astro, helping users understand and use the bot without the need to wait for human support.

Contribute

To contribute simply fork this repository, add your set of questions and answers and then make a pull request.

โœจ You will receive a special @Contributor role in the Support Server of Astro for helping with the project!

File format

The file training.jsonl has a json object for each line.
Each json object MUST have the following form:

{ "prompt": "<question>\n\n===\n\n", "completion": " <answer> END" }

It's very important to keep the \n\n===\n\n and the spaces between the <answer>.

Example

{ "prompt": "What is Astro?\n\n===\n\n", "completion": " Astro is a Discord bot that can create temporary voice channels and assign temporary roles to users inside voice channels END" }

gpt-3-training-data's People

Contributors

giuliopime avatar daimkake avatar martinbndr avatar eltrevii avatar nosut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.