Coder Social home page Coder Social logo

gemma-alpaca-data's Introduction

Gemma-Alpaca-Data

Overview

If instructional data is created using OpenAI's GPT3.5 or GPT4, it is possible to create a large amount of data as easily as with Stanford Alpaca. But the data created with OpenAI's API cannot be used for training commercial LLMs. Therefore, we aim to use Gemma to automatically generate instructional data that can be used for commercial purposes.

Data Release

  • Gemma-Alpaca-Data-13k contains 13K instruction-following data generated by Gemma-7b-it with prompts in Alpaca. This JSON file has the same format as Alpaca data, except the output is generated by Gemma-7b-it:
    • instruction: str, describes the task the model should perform. Each of the 13K instructions is unique.
    • input: str, optional context or input for the task.
    • output: str, the answer to the instruction as generated by Gemma-7b-it.

How to Generate Gemma-Alpaca-Data

Setup

pip install -r requirements.txt

Generate

python generate_instruction_gemma.py

Acknowledgement

This repo benefits from Stanford Alpaca and Gemma. Thanks for their wonderful works.

gemma-alpaca-data's People

Contributors

tosiyuki avatar

Watchers

 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.