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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to asyml/texar

Open-source alternatives to Texar

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

  • 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
  • codertimo/bert-pytorchAvatar von codertimo

    codertimo/BERT-pytorch

    6,518Auf GitHub ansehen↗
    Pythonbertlanguage-modelnlp
    Auf GitHub ansehen↗6,518
  • 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
  • wb14123/couplet-datasetAvatar von wb14123

    wb14123/couplet-dataset

    745Auf GitHub ansehen↗

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

    Pythondataset
    Auf GitHub ansehen↗745
  • openbmb/bmlistAvatar von OpenBMB

    OpenBMB/BMList

    345Auf GitHub ansehen↗

    A List of Big Models

    Pythonaiapicode
    Auf GitHub ansehen↗345

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
  • minimaxir/textgenrnnM

    minimaxir/textgenrnn

    0Auf GitHub ansehen↗

    Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code, or quickly train on a text using a pretrained model.

    Auf GitHub ansehen↗0
  • yannvgn/laserembeddingsAvatar von yannvgn

    yannvgn/laserembeddings

    225Auf GitHub ansehen↗

    LASER multilingual sentence embeddings as a pip package

    Python
    Auf GitHub ansehen↗225
  • nlpscott/bert-chinese-classification-taskAvatar von NLPScott

    NLPScott/bert-Chinese-classification-task

    737Auf GitHub ansehen↗

    bert中文分类实践

    Python
    Auf GitHub ansehen↗737
  • 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
  • turtlesoupy/this-word-does-not-existAvatar von turtlesoupy

    turtlesoupy/this-word-does-not-exist

    1,020Auf GitHub ansehen↗

    This Word Does Not Exist

    Python
    Auf GitHub ansehen↗1,020
  • terrifyzhao/bert-utilsAvatar von terrifyzhao

    terrifyzhao/bert-utils

    1,670Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,670
  • 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
  • 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
  • facebookresearch/flow_matchingAvatar von facebookresearch

    facebookresearch/flow_matching

    4,562Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,562
  • 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
  • alexsergivan/transliteratorA

    alexsergivan/transliterator

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alexrozanski/llamachatAvatar von alexrozanski

    alexrozanski/LlamaChat

    1,510Auf GitHub ansehen↗

    Chat with your favourite LLaMA models in a native macOS app

    Swiftaillamallamacpp
    Auf GitHub ansehen↗1,510
  • abosamoor/polyglotAvatar von aboSamoor

    aboSamoor/polyglot

    2,367Auf GitHub ansehen↗

    Multilingual text (NLP) processing toolkit

    Python
    Auf GitHub ansehen↗2,367
  • akanimax/natural-language-summary-generation-from-structured-dataAvatar von akanimax

    akanimax/natural-language-summary-generation-from-structured-data

    186Auf GitHub ansehen↗

    Implementation (Personal) of the paper titled "Order-Planning Neural Text Generation From Structured Data". The dataset for this project can be found at -> WikiBio

    Python
    Auf GitHub ansehen↗186
  • aigc-audio/audiogptAvatar von AIGC-Audio

    AIGC-Audio/AudioGPT

    10,174Auf GitHub ansehen↗

    AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural audio pipelines. It functions as a multimodal audio generator and processing system, integrating a collection of pretrained models to handle speech synthesis, sound generation, and audio manipulation. The system is distinguished by its ability to generate audio from diverse inputs, including text and images, and its capacity to produce synchronized talking head videos. It also operates as a neural speech translator, converting spoken language between different tongues while pre

    Pythonaudiogptmusic
    Auf GitHub ansehen↗10,174
  • abitdodgy/gibranAvatar von abitdodgy

    abitdodgy/gibran

    65Auf GitHub ansehen↗

    Gibran is an Elixir natural language processor, and a port of WordsCounted.

    Elixir
    Auf GitHub ansehen↗65
  • 7compass/sentimentalAvatar von 7compass

    7compass/sentimental

    465Auf GitHub ansehen↗

    Simple sentiment analysis with Ruby

    Ruby
    Auf GitHub ansehen↗465
  • alvations/annotate-questionnaireAvatar von alvations

    alvations/annotate-questionnaire

    59Auf GitHub ansehen↗

    Summary of Responses to Questionnaire on Annotation Platform https://forms.gle/iZk8kehkjAWmB8xe9

    Auf GitHub ansehen↗59
  • anujvyas/natural-language-processing-projectsAvatar von anujvyas

    anujvyas/Natural-Language-Processing-Projects

    254Auf GitHub ansehen↗

    This repository consists of all my NLP Projects

    Jupyter Notebook
    Auf GitHub ansehen↗254
  • arc53/docsgptAvatar von arc53

    arc53/DocsGPT

    17,939Auf GitHub ansehen↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    Auf GitHub ansehen↗17,939
  • argilla-io/argillaAvatar von argilla-io

    argilla-io/argilla

    5,015Auf GitHub ansehen↗

    Argilla is a collaborative AI feedback tool and data curation management system. It serves as a human-in-the-loop dataset platform designed to coordinate workforce annotators and domain experts in labeling, rating, and refining data samples for machine learning projects. The platform focuses on large language model dataset curation and reinforcement learning from human feedback workflows. It provides a shared workspace for integrating human expertise into AI development to validate model outputs and correct data errors. The system manages the end-to-end machine learning data pipeline, includ

    Python
    Auf GitHub ansehen↗5,015
  • arongdari/python-topic-modelAvatar von arongdari

    arongdari/python-topic-model

    374Auf GitHub ansehen↗

    Implementation of various topic models

    Jupyter Notebook
    Auf GitHub ansehen↗374
  • arongdari/topic-model-lecture-noteAvatar von arongdari

    arongdari/topic-model-lecture-note

    22Auf GitHub ansehen↗

    lecture notes for probabilistic topic models using ipython notebook

    Auf GitHub ansehen↗22
  • artidoro/qloraAvatar von artidoro

    artidoro/qlora

    10,929Auf GitHub ansehen↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    Auf GitHub ansehen↗10,929
  • allenai/scispacyAvatar von allenai

    allenai/SciSpaCy

    1,968Auf GitHub ansehen↗

    This repository contains custom pipes and models related to using spaCy for scientific documents.

    Python
    Auf GitHub ansehen↗1,968