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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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-pytorchAvatar von codertimo

    codertimo/BERT-pytorch

    6,518Auf GitHub ansehen↗
    Pythonbertlanguage-modelnlp
    Auf GitHub ansehen↗6,518
  • huggingface/courseAvatar von huggingface

    huggingface/course

    3,715Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,715
  • morvanzhou/tutorialsAvatar von MorvanZhou

    MorvanZhou/tutorials

    12,952Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,952
  • openai/gpt-2Avatar von openai

    openai/gpt-2

    24,967Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,967

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • eleutherai/gpt-neoxAvatar von EleutherAI

    EleutherAI/gpt-neox

    7,392Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,392
  • facebookresearch/lamaAvatar von facebookresearch

    facebookresearch/LAMA

    1,390Auf GitHub ansehen↗

    LAnguage Model Analysis

    Python
    Auf GitHub ansehen↗1,390
  • facebookresearch/xlmAvatar von facebookresearch

    facebookresearch/XLM

    2,930Auf GitHub ansehen↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    Auf GitHub ansehen↗2,930
  • hpcaitech/colossalaiAvatar von hpcaitech

    hpcaitech/ColossalAI

    41,395Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗41,395
  • huggingface/pytorch-pretrained-bertAvatar von huggingface

    huggingface/pytorch-pretrained-BERT

    161,658Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗161,658
  • huggingface/transformersAvatar von huggingface

    huggingface/transformers

    161,630Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗161,630
  • morizeyao/gpt2-chineseAvatar von Morizeyao

    Morizeyao/GPT2-Chinese

    7,596Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,596
  • nlpscott/bert-chinese-classification-taskAvatar von NLPScott

    NLPScott/bert-Chinese-classification-task

    737Auf GitHub ansehen↗

    bert中文分类实践

    Python
    Auf GitHub ansehen↗737
  • openbmb/bmlistAvatar von OpenBMB

    OpenBMB/BMList

    345Auf GitHub ansehen↗

    A List of Big Models

    Pythonaiapicode
    Auf GitHub ansehen↗345
  • paddlepaddle/larkAvatar von PaddlePaddle

    PaddlePaddle/LARK

    7,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,717
  • prohiryu/albert-chinese-nerAvatar von ProHiryu

    ProHiryu/albert-chinese-ner

    476Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗476
  • socialbird-ailab/bert-classification-tutorialAvatar von Socialbird-AILab

    Socialbird-AILab/BERT-Classification-Tutorial

    535Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗535
  • terrifyzhao/bert-utilsAvatar von terrifyzhao

    terrifyzhao/bert-utils

    1,670Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,670
  • yannvgn/laserembeddingsAvatar von yannvgn

    yannvgn/laserembeddings

    225Auf GitHub ansehen↗

    LASER multilingual sentence embeddings as a pip package

    Python
    Auf GitHub ansehen↗225
  • ydli-ai/cslAvatar von ydli-ai

    ydli-ai/CSL

    671Auf GitHub ansehen↗

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

    Pythonchinese-nlpdatasetmachine-learning
    Auf GitHub ansehen↗671
  • ymcui/chinese-electraAvatar von ymcui

    ymcui/Chinese-ELECTRA

    1,435Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,435
  • asyml/texarAvatar von asyml

    asyml/texar

    2,392Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,392
  • zhuiyitechnology/pretrained-modelsAvatar von ZhuiyiTechnology

    ZhuiyiTechnology/pretrained-models

    1,005Auf GitHub ansehen↗

    Open Language Pre-trained Model Zoo

    Auf GitHub ansehen↗1,005
  • brikerman/kashgariAvatar von BrikerMan

    BrikerMan/Kashgari

    2,383Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,383
  • cluebenchmark/electraAvatar von CLUEbenchmark

    CLUEbenchmark/ELECTRA

    141Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗141
  • dbiir/uer-pyAvatar von dbiir

    dbiir/UER-py

    3,108Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗3,108