shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet and so on. 文本生成模型,实现了包括LLaMA,ChatGLM,BLOOM,GPT2,Seq2Seq,BART,T5,UDA等模型的训练和预测,开箱即用。
979 stars and 110 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
979
Forks
112
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 14, 2024
Monthly downloads
110
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/shibing624/textgen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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...
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...
zemlyansky/gpt-tfjs
GPT in TensorFlow.js
keith2018/TinyGPT
Tiny C++ LLM inference implementation from scratch