An open API service for producing an overview of a list of open source projects.

awesome-llama: https://github.com/shibing624/textgen

bart bert chatglm chatgpt gpt2 llama seq2seq t5 text-generation textgen xlnet

Score: 13.040979771127951

Last synced: 28 minutes ago
JSON representation

Repository metadata:

TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet and so on. 文本生成模型,实现了包括LLaMA,ChatGLM,BLOOM,GPT2,Seq2Seq,BART,T5,UDA等模型的训练和预测,开箱即用。


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 563
Total Committers: 5
Avg Commits per committer: 112.6
Development Distribution Score (DDS): 0.023

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
shibing624 s****4@1****m 550
flemingxu f****u@t****m 10
Willard Sheen w****n@b****n 1
xinranwwang x****g@t****m 1
hy.li h****i@h****n 1

Issue and Pull Request metadata

Last synced: 2 months ago

Total issues: 54
Total pull requests: 5
Average time to close issues: about 2 months
Average time to close pull requests: about 5 hours
Total issue authors: 40
Total pull request authors: 4
Average comments per issue: 4.35
Average comments per pull request: 0.0
Merged pull request: 3
Bot issues: 0
Bot pull requests: 0

Past year issues: 2
Past year pull requests: 0
Past year average time to close issues: 4 days
Past year average time to close pull requests: N/A
Past year issue authors: 2
Past year pull request authors: 0
Past year average comments per issue: 4.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/shibing624/textgen

Top Issue Authors

  • MonkeyTB (4)
  • hangzeli08 (4)
  • PolarisRisingWar (3)
  • alexhmyang (2)
  • gg22mm (2)
  • huyi1989 (2)
  • bash99 (2)
  • hongyix (2)
  • Ocyss (1)
  • ImXunan (1)
  • LMXKO (1)
  • YunweiDai (1)
  • feng-1985 (1)
  • xiaojunjun65 (1)
  • yeyuan0620 (1)

Top Pull Request Authors

  • manutd12 (2)
  • wiserxin (1)
  • alitrack (1)
  • xingener (1)

Top Issue Labels

  • question (29)
  • wontfix (21)
  • bug (10)
  • enhancement (8)

Top Pull Request Labels


Package metadata

pypi.org: textgen

Text Generation Model

  • Homepage: https://github.com/shibing624/textgen
  • Documentation: https://textgen.readthedocs.io/
  • Licenses: Apache 2.0
  • Latest release: 1.1.1 (published over 2 years ago)
  • Last Synced: 2026-04-01T04:01:49.717Z (2 days ago)
  • Versions: 23
  • Dependent Packages: 0
  • Dependent Repositories: 3
  • Downloads: 88 Last month
  • Rankings:
    • Stargazers count: 2.258%
    • Forks count: 4.679%
    • Average: 7.916%
    • Dependent repos count: 8.967%
    • Dependent packages count: 10.103%
    • Downloads: 13.572%
  • Maintainers (1)

Dependencies

requirements.txt pypi
  • datasets *
  • gensim >=4.0.0
  • jieba >=0.39
  • loguru *
  • pandas *
  • rouge-score *
  • sacrebleu *
  • sacremoses *
  • tensorboard *
  • text2vec *
  • tqdm >=4.47.0
  • transformers *
  • wandb >=0.10.32
setup.py pypi
  • datasets *
  • gensim >=4.0.0
  • jieba >=0.39
  • loguru *
  • pandas *
  • sacremoses *
  • tensorboard *
  • text2vec *
  • tqdm >=4.47.0
  • transformers *
  • wandb >=0.10.32
.github/workflows/ubuntu.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
scripts/requirements.txt pypi
  • openai *
  • shortuuid *
  • tenacity *