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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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 codertimo

    codertimo/BERT-pytorch

    6,518Vezi pe GitHub↗
    Pythonbertlanguage-modelnlp
    Vezi pe GitHub↗6,518
  • huggingface/courseAvatar huggingface

    huggingface/course

    3,715Vezi pe 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
    Vezi pe GitHub↗3,715
  • morvanzhou/tutorialsAvatar MorvanZhou

    MorvanZhou/tutorials

    12,952Vezi pe 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
    Vezi pe GitHub↗12,952
  • openai/gpt-2Avatar openai

    openai/gpt-2

    24,967Vezi pe 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
    Vezi pe GitHub↗24,967

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

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

    EleutherAI/gpt-neox

    7,392Vezi pe 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
    Vezi pe GitHub↗7,392
  • facebookresearch/lamaAvatar facebookresearch

    facebookresearch/LAMA

    1,390Vezi pe GitHub↗

    LAnguage Model Analysis

    Python
    Vezi pe GitHub↗1,390
  • facebookresearch/xlmAvatar facebookresearch

    facebookresearch/XLM

    2,930Vezi pe GitHub↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    Vezi pe GitHub↗2,930
  • hpcaitech/colossalaiAvatar hpcaitech

    hpcaitech/ColossalAI

    41,395Vezi pe 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
    Vezi pe GitHub↗41,395
  • huggingface/pytorch-pretrained-bertAvatar huggingface

    huggingface/pytorch-pretrained-BERT

    161,658Vezi pe 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
    Vezi pe GitHub↗161,658
  • huggingface/transformersAvatar huggingface

    huggingface/transformers

    161,630Vezi pe 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
    Vezi pe GitHub↗161,630
  • morizeyao/gpt2-chineseAvatar Morizeyao

    Morizeyao/GPT2-Chinese

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

    NLPScott/bert-Chinese-classification-task

    737Vezi pe GitHub↗

    bert中文分类实践

    Python
    Vezi pe GitHub↗737
  • openbmb/bmlistAvatar OpenBMB

    OpenBMB/BMList

    345Vezi pe GitHub↗

    A List of Big Models

    Pythonaiapicode
    Vezi pe GitHub↗345
  • paddlepaddle/larkAvatar PaddlePaddle

    PaddlePaddle/LARK

    7,717Vezi pe 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
    Vezi pe GitHub↗7,717
  • prohiryu/albert-chinese-nerAvatar ProHiryu

    ProHiryu/albert-chinese-ner

    476Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗476
  • socialbird-ailab/bert-classification-tutorialAvatar Socialbird-AILab

    Socialbird-AILab/BERT-Classification-Tutorial

    535Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗535
  • terrifyzhao/bert-utilsAvatar terrifyzhao

    terrifyzhao/bert-utils

    1,670Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗1,670
  • yannvgn/laserembeddingsAvatar yannvgn

    yannvgn/laserembeddings

    225Vezi pe GitHub↗

    LASER multilingual sentence embeddings as a pip package

    Python
    Vezi pe GitHub↗225
  • ydli-ai/cslAvatar ydli-ai

    ydli-ai/CSL

    671Vezi pe GitHub↗

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

    Pythonchinese-nlpdatasetmachine-learning
    Vezi pe GitHub↗671
  • ymcui/chinese-electraAvatar ymcui

    ymcui/Chinese-ELECTRA

    1,435Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗1,435
  • asyml/texarAvatar asyml

    asyml/texar

    2,392Vezi pe 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
    Vezi pe GitHub↗2,392
  • zhuiyitechnology/pretrained-modelsAvatar ZhuiyiTechnology

    ZhuiyiTechnology/pretrained-models

    1,005Vezi pe GitHub↗

    Open Language Pre-trained Model Zoo

    Vezi pe GitHub↗1,005
  • brikerman/kashgariAvatar BrikerMan

    BrikerMan/Kashgari

    2,383Vezi pe 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
    Vezi pe GitHub↗2,383
  • cluebenchmark/electraAvatar CLUEbenchmark

    CLUEbenchmark/ELECTRA

    141Vezi pe GitHub↗

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

    Vezi pe GitHub↗141
  • dbiir/uer-pyAvatar dbiir

    dbiir/UER-py

    3,108Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗3,108