paddlepaddle/paddleformers

PaddleFormers is an easy-to-use library of pre-trained large language model zoo based on PaddlePaddle.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 4th, 2026
Created on December 21st, 2018
Open Issues & Pull Requests: 268 (+0)
GitHub issues: Enabled
Number of forks: 2,196
Total Stargazers: 12,990 (+0)
Total Subscribers: 175 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.7 hours
Mean response time: 39.0 days
90th percentile: 27.3 days
Tracked items: 586

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 96% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 31 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (208)
  • nlp (74)
  • cv (53)
  • serving (40)
  • installation (29)
  • question (10)
  • bug (9)
  • help wanted (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PaddleFormers is a library of pre-trained large language models built on PaddlePaddle that provides transformer model interfaces and functionality comparable to Hugging Face Transformers.

The library addresses the need for efficient large language model and vision-language model training within the PaddlePaddle ecosystem. It leverages PaddlePaddle's built-in advantages in high-performance training by supporting distributed training strategies including tensor parallelism, pipeline parallelism, and expert parallelism, alongside acceleration techniques like automatic mixed precision. The tool aims to deliver high-performance training with low resource consumption, abstracting away complex optimization details so users can focus on model development rather than infrastructure tuning.

Developers working within the PaddlePaddle ecosystem who need to train large language models or vision-language models should consider this tool. It suits projects that require distributed training at scale and benefit from PaddlePaddle's training optimizations. The library is designed as a PaddlePaddle-native alternative to frameworks like Hugging Face Transformers, offering equivalent model interfaces and functionality tailored to PaddlePaddle's strengths.

The project maintains active development with recent releases introducing support for training large-scale models. Development activity shows ongoing feature expansion and optimization work focused on improving training performance and resource efficiency across distributed training scenarios.