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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
facebookresearch avatar

facebookresearch/InferSentArchived

0
View on GitHub↗
2,279 stars·467 forks·Jupyter Notebook·16 views

InferSent

InferSent sentence embeddings

Features

  • Generative Models - Universal sentence representations trained on natural language inference data.
  • Natural Language Processing - Sentence embeddings and training code for NLI.

Star history

Star history chart for facebookresearch/infersentStar history chart for facebookresearch/infersent

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with InferSent

These projects share indexed features with InferSent. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookresearch/fairseq-pyF

    facebookresearch/fairseq-py

    0View on GitHub↗
    View on GitHub↗0
  • google/seq2seqgoogle avatar

    google/seq2seq

    5,621View on GitHub↗

    This is a TensorFlow-based encoder-decoder framework and model library used for mapping input sequences to output sequences. It functions as a deep learning sequence mapper designed to transform sequential data from one domain to another. The library provides tools for implementing sequence-to-sequence modeling across multiple domains, including neural machine translation, automatic text summarization, and image captioning generation. The framework incorporates recurrent neural networks and utilizes attention-based contextualization to weight input sequences. It supports multiple decoding st

    Pythondeeplearningmachine-translationneural-network
    View on GitHub↗5,621
  • facebookresearch/fairseqfacebookresearch avatar

    facebookresearch/fairseq

    32,228View on GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Python
    View on GitHub↗32,228
  • graykode/nlp-tutorialgraykode avatar

    graykode/nlp-tutorial

    14,855View on GitHub↗

    This repository serves as an educational resource for learning the foundational architectures of natural language processing through concise code implementations. It provides a structured collection of deep learning models designed to process and understand human language, focusing on the core mechanics of neural network sequence modeling and text analysis. The project distinguishes itself by offering direct, hands-on implementations of complex architectures, including Transformers, attention mechanisms, and word embedding generation. By utilizing tensor-based computational graphs and gradien

    Jupyter Notebookattentionbertnatural-language-processing
    View on GitHub↗14,855
Compare all 30 related projects→

Frequently asked questions

What does facebookresearch/infersent do?

InferSent sentence embeddings

What are the main features of facebookresearch/infersent?

The main features of facebookresearch/infersent are: Generative Models, Natural Language Processing.

Which projects share features with facebookresearch/infersent?

Projects with overlapping indexed features include: google/seq2seq — This is a TensorFlow-based encoder-decoder framework and model library used for mapping input sequences to output… sindresorhus/awesome — This project is a community-maintained directory that serves as a comprehensive index of software tools, frameworks,… facebookresearch/fairseq — Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic… facebookresearch/fairseq-py. graykode/nlp-tutorial — This repository serves as an educational resource for learning the foundational architectures of natural language… tensorflow/tensor2tensor — Tensor2Tensor is a deep learning library built on TensorFlow designed for training and evaluating complex machine…