awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to yannvgn/laserembeddings

Open-source alternatives to Laserembeddings

30 open-source projects similar to yannvgn/laserembeddings, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Laserembeddings alternative.

  • asyml/texarasyml 的头像

    asyml/texar

    2,392在 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
    在 GitHub 上查看↗2,392
  • codertimo/bert-pytorchcodertimo 的头像

    codertimo/BERT-pytorch

    6,518在 GitHub 上查看↗
    Pythonbertlanguage-modelnlp
    在 GitHub 上查看↗6,518
  • huggingface/coursehuggingface 的头像

    huggingface/course

    3,715在 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
    在 GitHub 上查看↗3,715
  • facebookresearch/flow_matchingfacebookresearch 的头像

    facebookresearch/flow_matching

    4,562在 GitHub 上查看↗

    This project is a PyTorch-based generative model framework designed to transform noise into complex data distributions by learning vector fields and probability paths. It serves as a multimodal generative toolkit for producing synthetic text and images through learned probability flows. The library distinguishes itself by supporting continuous, discrete, and Riemannian manifold integrations. This allows the framework to handle a variety of data types, including categorical data via discrete-state flow matching and non-Euclidean spaces through Riemannian manifold integration. The toolkit cove

    Python
    在 GitHub 上查看↗4,562

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • morvanzhou/tutorialsMorvanZhou 的头像

    MorvanZhou/tutorials

    12,952在 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
    在 GitHub 上查看↗12,952
  • openai/gpt-2openai 的头像

    openai/gpt-2

    24,967在 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
    在 GitHub 上查看↗24,967
  • dbiir/uer-pydbiir 的头像

    dbiir/UER-py

    3,108在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗3,108
  • eleutherai/gpt-neoxEleutherAI 的头像

    EleutherAI/gpt-neox

    7,392在 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
    在 GitHub 上查看↗7,392
  • facebookresearch/lamafacebookresearch 的头像

    facebookresearch/LAMA

    1,390在 GitHub 上查看↗

    LAnguage Model Analysis

    Python
    在 GitHub 上查看↗1,390
  • facebookresearch/xlmfacebookresearch 的头像

    facebookresearch/XLM

    2,930在 GitHub 上查看↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    在 GitHub 上查看↗2,930
  • harvardnlp/talk-latentharvardnlp 的头像

    harvardnlp/Talk-Latent

    31在 GitHub 上查看↗
    TeX
    在 GitHub 上查看↗31
  • hpcaitech/colossalaihpcaitech 的头像

    hpcaitech/ColossalAI

    41,395在 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
    在 GitHub 上查看↗41,395
  • huggingface/pytorch-pretrained-berthuggingface 的头像

    huggingface/pytorch-pretrained-BERT

    161,658在 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
    在 GitHub 上查看↗161,658
  • huggingface/transformershuggingface 的头像

    huggingface/transformers

    161,630在 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
    在 GitHub 上查看↗161,630
  • jind11/textfoolerjind11 的头像

    jind11/TextFooler

    530在 GitHub 上查看↗

    A Model for Natural Language Attack on Text Classification and Inference

    Python
    在 GitHub 上查看↗530
  • kristiyanvachev/question-generationKristiyanVachev 的头像

    KristiyanVachev/Question-Generation

    494在 GitHub 上查看↗

    Generating multiple choice questions from text using Machine Learning.

    Jupyter Notebook
    在 GitHub 上查看↗494
  • leod/hncynicleod 的头像

    leod/hncynic

    336在 GitHub 上查看↗

    Generate Hacker News Comments from Titles

    Python
    在 GitHub 上查看↗336
  • morizeyao/gpt2-chineseMorizeyao 的头像

    Morizeyao/GPT2-Chinese

    7,596在 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
    在 GitHub 上查看↗7,596
  • nlpscott/bert-chinese-classification-taskNLPScott 的头像

    NLPScott/bert-Chinese-classification-task

    737在 GitHub 上查看↗

    bert中文分类实践

    Python
    在 GitHub 上查看↗737
  • openbmb/bmlistOpenBMB 的头像

    OpenBMB/BMList

    345在 GitHub 上查看↗

    A List of Big Models

    Pythonaiapicode
    在 GitHub 上查看↗345
  • paddlepaddle/larkPaddlePaddle 的头像

    PaddlePaddle/LARK

    7,717在 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
    在 GitHub 上查看↗7,717
  • paulfitz/mlsqlpaulfitz 的头像

    paulfitz/mlsql

    918在 GitHub 上查看↗

    inferring sql queries from plain-text questions about tables

    Python
    在 GitHub 上查看↗918
  • prakhar21/textaugmentation-gpt2prakhar21 的头像

    prakhar21/TextAugmentation-GPT2

    191在 GitHub 上查看↗

    Fine-tuned pre-trained GPT2 for custom topic specific text generation. Such system can be used for Text Augmentation.

    Python
    在 GitHub 上查看↗191
  • prohiryu/albert-chinese-nerProHiryu 的头像

    ProHiryu/albert-chinese-ner

    476在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗476
  • sdv-dev/sdgymsdv-dev 的头像

    sdv-dev/SDGym

    309在 GitHub 上查看↗

    Benchmarking synthetic data generation methods.

    Python
    在 GitHub 上查看↗309
  • socialbird-ailab/bert-classification-tutorialSocialbird-AILab 的头像

    Socialbird-AILab/BERT-Classification-Tutorial

    535在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗535
  • terrifyzhao/bert-utilsterrifyzhao 的头像

    terrifyzhao/bert-utils

    1,670在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,670
  • turtlesoupy/this-word-does-not-existturtlesoupy 的头像

    turtlesoupy/this-word-does-not-exist

    1,020在 GitHub 上查看↗

    This Word Does Not Exist

    Python
    在 GitHub 上查看↗1,020
  • txsun1997/lmaas-paperstxsun1997 的头像

    txsun1997/LMaaS-Papers

    545在 GitHub 上查看↗

    Awesome papers on Language-Model-as-a-Service (LMaaS)

    在 GitHub 上查看↗545
  • wb14123/couplet-datasetwb14123 的头像

    wb14123/couplet-dataset

    745在 GitHub 上查看↗

    Dataset for couplets. 70万条对联数据库。

    Pythondataset
    在 GitHub 上查看↗745