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 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/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
  • 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
  • facebookresearch/flow_matchingAvatar facebookresearch

    facebookresearch/flow_matching

    4,562Vezi pe 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
    Vezi pe GitHub↗4,562

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
  • 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
  • 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
  • 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
  • harvardnlp/talk-latentAvatar harvardnlp

    harvardnlp/Talk-Latent

    31Vezi pe GitHub↗
    TeX
    Vezi pe GitHub↗31
  • 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
  • jind11/textfoolerAvatar jind11

    jind11/TextFooler

    530Vezi pe GitHub↗

    A Model for Natural Language Attack on Text Classification and Inference

    Python
    Vezi pe GitHub↗530
  • kristiyanvachev/question-generationAvatar KristiyanVachev

    KristiyanVachev/Question-Generation

    494Vezi pe GitHub↗

    Generating multiple choice questions from text using Machine Learning.

    Jupyter Notebook
    Vezi pe GitHub↗494
  • leod/hncynicAvatar leod

    leod/hncynic

    336Vezi pe GitHub↗

    Generate Hacker News Comments from Titles

    Python
    Vezi pe GitHub↗336
  • 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
  • paulfitz/mlsqlAvatar paulfitz

    paulfitz/mlsql

    918Vezi pe GitHub↗

    inferring sql queries from plain-text questions about tables

    Python
    Vezi pe GitHub↗918
  • prakhar21/textaugmentation-gpt2Avatar prakhar21

    prakhar21/TextAugmentation-GPT2

    191Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗191
  • prohiryu/albert-chinese-nerAvatar ProHiryu

    ProHiryu/albert-chinese-ner

    476Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗476
  • sdv-dev/sdgymAvatar sdv-dev

    sdv-dev/SDGym

    309Vezi pe GitHub↗

    Benchmarking synthetic data generation methods.

    Python
    Vezi pe GitHub↗309
  • 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
  • turtlesoupy/this-word-does-not-existAvatar turtlesoupy

    turtlesoupy/this-word-does-not-exist

    1,020Vezi pe GitHub↗

    This Word Does Not Exist

    Python
    Vezi pe GitHub↗1,020
  • txsun1997/lmaas-papersAvatar txsun1997

    txsun1997/LMaaS-Papers

    545Vezi pe GitHub↗

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

    Vezi pe GitHub↗545
  • wb14123/couplet-datasetAvatar wb14123

    wb14123/couplet-dataset

    745Vezi pe GitHub↗

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

    Pythondataset
    Vezi pe GitHub↗745