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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hitvoice/drqa

Open-source alternatives to DrQA

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

  • huggingface/pytorch-openai-transformer-lmhuggingface avatar

    huggingface/pytorch-openai-transformer-lm

    1,522View on GitHub↗

    🐥A PyTorch implementation of OpenAI's finetuned transformer language model with a script to import the weights pre-trained by OpenAI

    Pythonlanguage-modelneural-networksopenai
    View on GitHub↗1,522
  • google-research/bertgoogle-research avatar

    google-research/bert

    39,869View on GitHub↗

    This project is a transformer-based language model and natural language processing toolkit designed to generate deep contextual representations of text. By utilizing a transformer-based encoder architecture, the system processes input sequences through stacked self-attention layers to capture the semantic meaning of tokens based on their surrounding sentence structure. The model distinguishes itself through bidirectional contextual processing, which analyzes text in both directions simultaneously, and masked language modeling, which trains the system by predicting hidden tokens within a seque

    Pythongooglenatural-language-processingnatural-language-understanding
    View on GitHub↗39,869
  • lemonhu/ner-bert-pytorchL

    lemonhu/NER-BERT-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • huggingface/torchmojihuggingface avatar

    huggingface/torchMoji

    922View on GitHub↗

    😇A pyTorch implementation of the DeepMoji model: state-of-the-art deep learning model for analyzing sentiment, emotion, sarcasm etc

    Pythondeep-learningmachine-learningnatural-language-processing
    View on GitHub↗922

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
maximumentropy/seq2seq-pytorchMaximumEntropy avatar

MaximumEntropy/Seq2Seq-PyTorch

740View on GitHub↗

Sequence to Sequence Models with PyTorch

Python
View on GitHub↗740
  • salesforce/nonauto-nmtS

    salesforce/nonauto-nmt

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/end-to-end-negotiatorfacebookresearch avatar

    facebookresearch/end-to-end-negotiator

    1,398View on GitHub↗

    Deal or No Deal? End-to-End Learning for Negotiation Dialogues

    Python
    View on GitHub↗1,398
  • eladhoffer/seq2seq.pytorchE

    eladhoffer/seq2seq.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • keon/seq2seqK

    keon/seq2seq

    0View on GitHub↗
    View on GitHub↗0
  • kefirski/bytenetK

    kefirski/bytenet

    0View on GitHub↗
    View on GitHub↗0
  • theeluwin/pytorch-sgnsT

    theeluwin/pytorch-sgns

    0View on GitHub↗
    View on GitHub↗0
  • seannaren/deepspeech.pytorchSeanNaren avatar

    SeanNaren/deepspeech.pytorch

    2,135View on GitHub↗

    Speech Recognition using DeepSpeech2.

    Python
    View on GitHub↗2,135
  • sanyam5/skip-thoughtssanyam5 avatar

    sanyam5/skip-thoughts

    223View on GitHub↗

    The first public PyTorch implementation of Skip-Thought Vectors

    Python
    View on GitHub↗223
  • salesforce/pytorch-qrnnsalesforce avatar

    salesforce/pytorch-qrnn

    1,262View on GitHub↗

    PyTorch implementation of the Quasi-Recurrent Neural Network - up to 16 times faster than NVIDIA's cuDNN LSTM

    Python
    View on GitHub↗1,262
  • barissayil/sentimentanalysisB

    barissayil/SentimentAnalysis

    0View on GitHub↗
    View on GitHub↗0
  • bentrevett/pytorch-sentiment-analysisbentrevett avatar

    bentrevett/pytorch-sentiment-analysis

    4,608View on GitHub↗

    This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se

    Jupyter Notebookbertcnncnn-text-classification
    View on GitHub↗4,608
  • deepsound-project/samplernn-pytorchD

    deepsound-project/samplernn-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • dsksd/deepnlp-models-pytorchDSKSD avatar

    DSKSD/DeepNLP-models-Pytorch

    2,943View on GitHub↗

    Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

    Jupyter Notebook
    View on GitHub↗2,943
  • fanglanting/skip-gram-pytorchF

    fanglanting/skip-gram-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • meta-llama/llama-cookbookmeta-llama avatar

    meta-llama/llama-cookbook

    18,375View on GitHub↗

    This project is a collection of implementation guides, recipes, and developer resources for building applications with Llama models. It serves as a comprehensive kit for developing autonomous agents, establishing retrieval-augmented generation systems, and executing model fine-tuning. The resource provides specific patterns for multimodal workflows that process text, images, and audio. It includes specialized guidance on adapting pre-trained model weights for targeted tasks and implementing tool-calling orchestration to connect models with external APIs and functions. The codebase covers a b

    Jupyter Notebookaifinetuninglangchain
    View on GitHub↗18,375
  • google-research-datasets/natural-questionsgoogle-research-datasets avatar

    google-research-datasets/natural-questions

    1,124View on GitHub↗

    Natural Questions is a large-scale machine learning research dataset designed for training and evaluating open-domain question answering systems. It consists of a corpus of real search queries paired with human-annotated Wikipedia document spans, providing a standardized foundation for advancing automated information retrieval and comprehension technologies. The project distinguishes itself by providing high-quality ground truth data that supports multiple answer formats, including binary, short-form, and long-form responses. By incorporating extractive span annotations and structured documen

    Python
    View on GitHub↗1,124
  • chinawithfrank/chatbotcoursechinawithfrank avatar

    chinawithfrank/ChatBotCourse

    6,018View on GitHub↗

    This project is a development course and learning curriculum focused on building large language model chatbots. It provides a structured series of tutorials for creating conversational agents through the application of natural language processing and deep learning models. The materials include a technical walkthrough for implementing neural networks and word embeddings to handle automated question-answering tasks. It also provides a guide for constructing large-scale conversation corpora from external text sources to train and evaluate dialogue systems. The curriculum covers core text analys

    Python
    View on GitHub↗6,018
  • agonopol/go-stemagonopol avatar

    agonopol/go-stem

    81View on GitHub↗

    Word Stemming in Go

    Go
    View on GitHub↗81
  • agermanidis/thingscoopagermanidis avatar

    agermanidis/thingscoop

    358View on GitHub↗

    Search and filter videos based on objects that appear in them using convolutional neural networks

    Python
    View on GitHub↗358
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • alexis-jacq/pytorch-tutorialsA

    alexis-jacq/Pytorch-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • alexrozanski/llamachatalexrozanski avatar

    alexrozanski/LlamaChat

    1,510View on GitHub↗

    Chat with your favourite LLaMA models in a native macOS app

    Swiftaillamallamacpp
    View on GitHub↗1,510
  • alexsergivan/transliteratorA

    alexsergivan/transliterator

    0View on GitHub↗
    View on GitHub↗0
  • alibaba-edu/simple-effective-text-matching-pytorchA

    alibaba-edu/simple-effective-text-matching-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • alexis-jacq/pytorch-sketch-rnnA

    alexis-jacq/Pytorch-Sketch-RNN

    0View on GitHub↗
    View on GitHub↗0