awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dbiir avatar

dbiir/UER-py

0
View on GitHub↗
3,108 stars·520 forks·Python·Apache-2.0·13 viewsgithub.com/dbiir/UER-py/wiki↗

UER Py

Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo

Features

  • Pre-trained Language Models - Toolkit for pre-training and fine-tuning various language models.
  • Transformer Implementations - Open-source pre-training framework with a focus on Chinese models.
  • Corpus and Datasets - Framework for pre-training Chinese language models.

Star history

Star history chart for dbiir/uer-pyStar history chart for dbiir/uer-py

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with UER Py

These projects share indexed features with UER Py. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • codertimo/bert-pytorchcodertimo avatar

    codertimo/BERT-pytorch

    6,518View on GitHub↗
    Pythonbertlanguage-modelnlp
    View on GitHub↗6,518
  • huggingface/transformershuggingface avatar

    huggingface/transformers

    161,630View on GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    View on GitHub↗161,630
  • morizeyao/gpt2-chineseMorizeyao avatar

    Morizeyao/GPT2-Chinese

    7,596View on GitHub↗

    GPT2-Chinese is a Chinese language model implementation based on the GPT-2 architecture. It provides a causal language model trainer and a natural language generation tool designed for training and generating human-like Chinese text sequences. The system integrates a BERT tokenizer to process Chinese corpora into manageable units for machine learning. It enables the development of predictive text models that can generate specific patterns, such as news or poetry, through prompt-based text completion. The project covers a full workflow including text tokenization, model training using a trans

    Python
    View on GitHub↗7,596
  • nielsrogge/transformers-tutorialsNielsRogge avatar

    NielsRogge/Transformers-Tutorials

    11,641View on GitHub↗

    This is a collection of tutorials and practical demonstrations for implementing machine learning tasks using the HuggingFace Transformers library. It serves as a guide for applying transformer architectures across computer vision, natural language processing, and audio analysis. The repository provides implementation examples for multimodal model deployment, including the combination of text, image, and audio inputs. It includes resources for optimizing pre-trained models through fine-tuning on custom datasets and provides examples for preparing PyTorch datasets by converting raw files into t

    Jupyter Notebookbertgpt-2layoutlm
    View on GitHub↗11,641
Compare all 30 related projects→

Frequently asked questions

What does dbiir/uer-py do?

Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo

What are the main features of dbiir/uer-py?

The main features of dbiir/uer-py are: Pre-trained Language Models, Transformer Implementations, Corpus and Datasets.

Which projects share features with dbiir/uer-py?

Projects with overlapping indexed features include: codertimo/bert-pytorch. huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,… morizeyao/gpt2-chinese — GPT2-Chinese is a Chinese language model implementation based on the GPT-2 architecture. It provides a causal language… nielsrogge/transformers-tutorials — This is a collection of tutorials and practical demonstrations for implementing machine learning tasks using the… huggingface/course — This project is an educational course and learning curriculum for implementing and fine-tuning transformer models… morvanzhou/tutorials — This repository is a comprehensive collection of instructional guides and practical examples for Python development,…