Git Product home page Git Product logo

smalllanguagemodel's Introduction

Small Language Model

A minimal gpt training environment

As a research demo I've built Eça persona, a simple gpt model trained from scratch on Eça de Queirós books,
Eça was a well known Portuguese writer, so this persona rambles only in Português from Portugal.
The model is tiny compared with LLM's so it gets wierd very quickly.

clip.mp4

Features

  • basic tokenizer trainer
  • a simple gpt model based on Andrej Karpathy lectures
  • model trainer
  • python inferencer
  • python sampler
  • onnx model export
  • Web demo located on web
  • javascript compatible tokenizer
  • javascript model inferencer using onnx
  • javascript model sampler

Development

python3 -m venv .venv
source .venv/bin/activate

pip3 install regex torch matplotlib 

# export needs
pip3 install onnx onnxruntime

Train a new model

python main.py --train_tokenizer
python main.py --tokenize_data
python main.py --train
python main.py --complete "hello world"

use the parameter --project to specify a working project, by default it will use tinyshakespeare

python main.py --project "eca_queiroz" --train_tokenizer
python main.py --project "eca_queiroz" --tokenize_message "os marinheiros encontraram o tesouro."
python main.py --project "eca_queiroz" --tokenize_data
python main.py --project "eca_queiroz" --train
python main.py --project "eca_queiroz" --complete "o mundo estava escuro" --temperature 0.3
python main.py --project "eca_queiroz" --export

Web runner

# create a new folder under web with `ckpt.onnx` `project.json` and `vocabulary.json`
# update `app.js` to use your newly created folder

# run a local webserver i.e:
cd web
npx light-server -s . -p 8080

Credits

smalllanguagemodel's People

Contributors

ruivarela 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.