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等模型的训练和预测,开箱即用。
- Host: GitHub
- URL: https://github.com/shibing624/textgen
- Owner: shibing624
- License: apache-2.0
- Created: 2021-04-07T12:50:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T03:10:19.000Z (over 1 year ago)
- Last Synced: 2026-03-30T04:03:04.585Z (4 days ago)
- Topics: bart, bert, chatglm, chatgpt, gpt2, llama, seq2seq, t5, text-generation, textgen, xlnet
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 981
- Watchers: 8
- Forks: 112
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Owner metadata:
- Name: Ming Xu (徐明)
- Login: shibing624
- Email: shibing624@126.com
- Kind: user
- Description: Algorithm Researcher, Deep Learning Developer
- Website: https://blog.csdn.net/mingzai624
- Location: Beijing, China
- Twitter:
- Company: @tencent
- Icon url: https://avatars.githubusercontent.com/u/10249622?u=39133b98c78fe7cbaf0458be30352f1c5b1197c4&v=4
- Repositories: 78
- Last Synced at: 2025-11-19T18:03:22.770Z
- Profile URL: https://github.com/shibing624
GitHub Events
Total
- Fork event: 5
- Issue comment event: 2
- Watch event: 43
- Total: 50
Last Year
- Watch event: 13
- Total: 13
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 | 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
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
- Total packages: 1
-
Total downloads:
- pypi: 88 last-month
- Total dependent packages: 0
- Total dependent repositories: 3
- Total versions: 23
- Total maintainers: 1
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
- 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
- datasets *
- gensim >=4.0.0
- jieba >=0.39
- loguru *
- pandas *
- sacremoses *
- tensorboard *
- text2vec *
- tqdm >=4.47.0
- transformers *
- wandb >=0.10.32
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- openai *
- shortuuid *
- tenacity *