zemlyansky/gpt-tfjs
GPT in TensorFlow.js
This project helps JavaScript developers integrate GPT-like language models directly into their browser-based or Node.js applications. It takes configuration parameters for a GPT architecture and a TensorFlow.js dataset, then produces a trained language model capable of generating new sequences based on input. Frontend and backend JavaScript developers working on AI-powered features would use this.
Used by 1 other package. No commits in the last 6 months. Available on npm.
Use this if you are a JavaScript developer who needs to embed a custom-trained GPT model for text generation or sequence prediction directly within a web browser or Node.js environment, without relying on external Python services.
Not ideal if you need a pre-trained, production-ready large language model (LLM) for immediate use, or if you prefer working with Python-based deep learning frameworks like PyTorch or Hugging Face Transformers.
Stars
33
Forks
8
Language
JavaScript
License
MIT
Category
Last pushed
Oct 16, 2023
Commits (30d)
0
Dependencies
2
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/zemlyansky/gpt-tfjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related models
tabularis-ai/be_great
A novel approach for synthesizing tabular data using pretrained large language models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron...
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet...
ai-forever/ru-gpts
Russian GPT3 models.
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...