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
·
Back to txsun1997/lmaas-papers

Open-source alternatives to LMaaS Papers

25 open-source projects similar to txsun1997/lmaas-papers, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LMaaS Papers alternative.

  • codertimo/bert-pytorchcodertimo avatar

    codertimo/BERT-pytorch

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

    huggingface/course

    3,715View on GitHub↗

    This project is an educational course and learning curriculum for implementing and fine-tuning transformer models using the Hugging Face ecosystem. It serves as a structured guide and technical walkthrough for processing multimodal data, adapting pre-trained neural networks, and deploying models. The material includes a guide for managing, versioning, and distributing model weights and datasets through a centralized asset hub. It also provides a practical tutorial on adapting models to specific datasets using parameter-efficient methods and an implementation guide for solving natural language

    MDXdeep-learninghacktoberfestnlp
    View on GitHub↗3,715
  • morvanzhou/tutorialsMorvanZhou avatar

    MorvanZhou/tutorials

    12,952View on GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Pythonmachine-learningmultiprocessingneural-network
    View on GitHub↗12,952
  • openai/gpt-2openai avatar

    openai/gpt-2

    24,967View on GitHub↗

    This project is a transformer-based language model and autoregressive text generator designed to predict the next token in a sequence to produce human-like prose and synthetic text. It functions as a large language model that utilizes a transformer architecture to learn linguistic patterns from large datasets for unsupervised multitask learning. The repository provides a distribution of pre-trained weights, enabling natural language processing tasks without requiring additional training. This allows the model to perform zero-shot task generalization by applying learned patterns to new tasks.

    Python
    View on GitHub↗24,967

AI search

Explore more awesome repositories

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

Find more with AI search
  • eleutherai/gpt-neoxEleutherAI avatar

    EleutherAI/gpt-neox

    7,392View on GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Pythondeepspeed-librarygpt-3language-model
    View on GitHub↗7,392
  • facebookresearch/lamafacebookresearch avatar

    facebookresearch/LAMA

    1,390View on GitHub↗

    LAnguage Model Analysis

    Python
    View on GitHub↗1,390
  • facebookresearch/xlmfacebookresearch avatar

    facebookresearch/XLM

    2,930View on GitHub↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    View on GitHub↗2,930
  • hpcaitech/colossalaihpcaitech avatar

    hpcaitech/ColossalAI

    41,395View on GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Pythonaibig-modeldata-parallelism
    View on GitHub↗41,395
  • huggingface/pytorch-pretrained-berthuggingface avatar

    huggingface/pytorch-pretrained-BERT

    161,658View on GitHub↗

    This project is a PyTorch transformer model library and pre-trained model framework. It serves as a deep learning model hub and multimodal inference engine, providing a centralized system for loading, executing, and fine-tuning state-of-the-art model checkpoints. The library focuses on multimodal machine learning, enabling predictions across text, vision, and audio data. It provides specialized capabilities for model framework interoperability, allowing the conversion of weights and definitions between different deep learning libraries. The platform covers the full model lifecycle, including

    Python
    View on GitHub↗161,658
  • 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
  • nlpscott/bert-chinese-classification-taskNLPScott avatar

    NLPScott/bert-Chinese-classification-task

    737View on GitHub↗

    bert中文分类实践

    Python
    View on GitHub↗737
  • openbmb/bmlistOpenBMB avatar

    OpenBMB/BMList

    345View on GitHub↗

    A List of Big Models

    Pythonaiapicode
    View on GitHub↗345
  • paddlepaddle/larkPaddlePaddle avatar

    PaddlePaddle/LARK

    7,717View on GitHub↗

    LARK is a development toolkit for training, fine-tuning, and deploying large language models and multimodal models based on PaddlePaddle. It functions as a comprehensive framework that includes an LLM training orchestrator, an inference server, and a multimodal model framework for processing text, image, and video inputs. The project features a retrieval-augmented generation system for building conversational applications that integrate web search and private knowledge bases. It provides specific capabilities for multimodal reasoning and complex logic, enabling the extraction of structured da

    Python
    View on GitHub↗7,717
  • prohiryu/albert-chinese-nerProHiryu avatar

    ProHiryu/albert-chinese-ner

    476View on GitHub↗

    使用预训练语言模型ALBERT做中文NER

    Python
    View on GitHub↗476
  • socialbird-ailab/bert-classification-tutorialSocialbird-AILab avatar

    Socialbird-AILab/BERT-Classification-Tutorial

    535View on GitHub↗

    标注数据,可以说是AI模型训练里最艰巨的一项工作了。自然语言处理的数据标注更是需要投入大量人力。相对计算机视觉的图像标注,文本的标注通常没有准确的标准答案,对句子理解也是因人而异,让这项工作更是难上加难。 但是!谷歌最近发布的BERT大大的解决了这个问题!根据我们的实验,BERT在文本多分类的任务中,能在极小的数据下,带来显著的分类准确率提升。并且,实验主要对比的是仅仅5个月前发布的State of the art 语言模型迁移学习模型 - ULMFiT (https://arxiv.org/abs/1801.06146), 结果有着明显的提升。

    Python
    View on GitHub↗535
  • terrifyzhao/bert-utilsterrifyzhao avatar

    terrifyzhao/bert-utils

    1,670View on GitHub↗

    一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算

    Python
    View on GitHub↗1,670
  • yannvgn/laserembeddingsyannvgn avatar

    yannvgn/laserembeddings

    225View on GitHub↗

    LASER multilingual sentence embeddings as a pip package

    Python
    View on GitHub↗225
  • ydli-ai/cslydli-ai avatar

    ydli-ai/CSL

    671View on GitHub↗

    COLING 2022 CSL: A Large-scale Chinese Scientific Literature Dataset 中文科学文献数据集

    Pythonchinese-nlpdatasetmachine-learning
    View on GitHub↗671
  • ymcui/chinese-electraymcui avatar

    ymcui/Chinese-ELECTRA

    1,435View on GitHub↗

    Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)

    Python
    View on GitHub↗1,435
  • asyml/texarasyml avatar

    asyml/texar

    2,392View on GitHub↗

    Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the CASL project: http://casl-project.ai/

    Pythonbertcasl-projectdata-processing
    View on GitHub↗2,392
  • zhuiyitechnology/pretrained-modelsZhuiyiTechnology avatar

    ZhuiyiTechnology/pretrained-models

    1,005View on GitHub↗

    Open Language Pre-trained Model Zoo

    View on GitHub↗1,005
  • brikerman/kashgariBrikerMan avatar

    BrikerMan/Kashgari

    2,383View on GitHub↗

    Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.

    Python
    View on GitHub↗2,383
  • cluebenchmark/electraCLUEbenchmark avatar

    CLUEbenchmark/ELECTRA

    141View on GitHub↗

    中文 预训练 ELECTRA 模型: 基于对抗学习 pretrain Chinese Model

    View on GitHub↗141
  • dbiir/uer-pydbiir avatar

    dbiir/UER-py

    3,108View on GitHub↗

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

    Python
    View on GitHub↗3,108