0.0.4 ā€¢ Published 5 months ago

modelzoo v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

modelzoo.js

The repo is based on gpt-tfjs and its TypeScript fork by lukemovement. A lot of models share common layers and preprocessing methods so it makes sense to continue the work in a single repo rather than copy-pasting the same transformer architecture over and over again or having to maintain multiple repos for each layer. Currently not a lot to see here.

šŸ”“ Work in progress šŸ”“

Current models

  • GPT
  • Vision Transformer
  • CLIP - in progress

Custom layers

  • Logging
  • Range
  • Positional embedding
  • Class embedding
  • Slice
  • GELU
  • QuickGELU
  • Multihead attention
  • MLP
  • Residual Attention block
  • Transformer

Optimizers

  • AdamW
0.0.4

5 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago