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
Back to google-research/electra

Open-source alternatives to Electra

20 open-source projects similar to google-research/electra, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Electra alternative.

  • allenai/dont-stop-pretrainingA

    allenai/dont-stop-pretraining

    0View on GitHub↗
    View on GitHub↗0
  • allenai/longformerallenai avatar

    allenai/longformer

    2,196View on GitHub↗

    Longformer and LongformerEncoderDecoder (LED) are pretrained transformer models for long documents.

    Python
    View on GitHub↗2,196
  • ari-holtzman/degenA

    ari-holtzman/degen

    0View on GitHub↗
    View on GitHub↗0
  • facebookresearch/spanbertfacebookresearch avatar

    facebookresearch/SpanBERT

    907View on GitHub↗

    This repository contains code and models for the paper: SpanBERT: Improving Pre-training by Representing and Predicting Spans. If you prefer to use Huggingface, please check out this link -- https://huggingface.co/SpanBERT

    Python
    View on GitHub↗907
  • facebookresearch/xlmfacebookresearch avatar

    facebookresearch/XLM

    2,930View on GitHub↗

    PyTorch original implementation of Cross-lingual Language Model Pretraining.

    Python
    View on GitHub↗2,930
  • google-research/albertgoogle-research avatar

    google-research/ALBERT

    3,279View on GitHub↗

    ALBERT

    Python
    View on GitHub↗3,279

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
  • 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
  • google-research/text-to-text-transfer-transformergoogle-research avatar

    google-research/text-to-text-transfer-transformer

    6,528View on GitHub↗

    This is a machine learning framework for treating diverse natural language processing tasks as a unified text-to-text problem. It provides a toolkit for pre-training and fine-tuning large-scale transformer models, utilizing a system where both inputs and outputs are formatted as raw text sequences. The framework is distinguished by its distributed training system, which uses mesh-based strategies to scale model weights and training batches across multiple TPU cores. It supports multi-task learning by combining diverse datasets into a single training stream using configurable mixture rates, al

    Python
    View on GitHub↗6,528
  • huggingface/swift-coreml-transformershuggingface avatar

    huggingface/swift-coreml-transformers

    1,682View on GitHub↗

    Swift Core ML 3 implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT for Question answering. Other Transformers coming soon!

    Swift
    View on GitHub↗1,682
  • huggingface/transformershuggingface avatar

    huggingface/transformers

    161,630View on 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
    View on GitHub↗161,630
  • kimiyoung/transformer-xlkimiyoung avatar

    kimiyoung/transformer-xl

    3,703View on GitHub↗

    This project is an implementation of the Transformer-XL language model, a neural network architecture designed for long-context language modeling. It provides frameworks for training and deploying models that capture long-term dependencies and relationships in text sequences that extend beyond a fixed context window. The implementation supports both PyTorch and TensorFlow, allowing for distributed training across multiple GPUs and host nodes. It employs a recurrent mechanism to maintain coherence in extended sequences, utilizing segment-level recurrence and state-based memory reuse. The code

    Python
    View on GitHub↗3,703
  • locuslab/tcnlocuslab avatar

    locuslab/TCN

    4,525View on GitHub↗

    TCN is a deep learning sequence framework and library for building temporal convolutional networks. It provides a toolkit for implementing purely convolutional architectures to model sequential data as an alternative to recurrent neural networks. The project includes a sequence modeling benchmark suite designed to evaluate the accuracy and processing speed of architectures. This suite utilizes standardized tasks, including memory problems, digit classification, music, and language tasks, to quantify performance. The framework covers a range of structural components for sequence processing, s

    Python
    View on GitHub↗4,525
  • openai/finetune-transformer-lmopenai avatar

    openai/finetune-transformer-lm

    2,276View on GitHub↗
    Pythonpaper
    View on GitHub↗2,276
  • openai/gpt-2openai avatar

    openai/gpt-2

    24,967View on 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
    View on GitHub↗24,967
  • openai/gpt-3openai avatar

    openai/gpt-3

    15,740View on GitHub↗

    This project is a large language model and general purpose natural language processing engine designed for text generation and linguistic analysis. It functions as a few-shot learning framework capable of solving diverse reasoning and language tasks using a small number of provided examples without requiring additional training. The system specializes in generating human-like synthetic text and long-form content, including news articles. It also provides capabilities for automated text reasoning to solve logic and arithmetic problems through direct interaction. The project includes tools for

    View on GitHub↗15,740
  • openai/human-evalopenai avatar

    openai/human-eval

    3,263View on GitHub↗

    Code for the paper "Evaluating Large Language Models Trained on Code"

    Python
    View on GitHub↗3,263
  • princeton-nlp/simcseprinceton-nlp avatar

    princeton-nlp/SimCSE

    3,652View on GitHub↗

    This repository contains the code and pre-trained models for our paper SimCSE: Simple Contrastive Learning of Sentence Embeddings.

    Python
    View on GitHub↗3,652
  • pytorch/fairseqpytorch avatar

    pytorch/fairseq

    32,228View on GitHub↗

    Fairseq is a deep learning research toolkit and sequence-to-sequence framework built on PyTorch. It provides a system for training and deploying models that map input sequences to output sequences, with a primary focus on neural machine translation and speech recognition. The toolkit allows for the generation of text sequences through search algorithms such as beam search and nucleus sampling. It includes capabilities for producing synthetic parallel training data by translating monolingual text using reverse sequence models. The framework supports large scale model training through multi-de

    Python
    View on GitHub↗32,228
  • ukplab/sentence-transformersUKPLab avatar

    UKPLab/sentence-transformers

    18,822View on GitHub↗

    This project is a framework for training and deploying transformer-based models that map text, images, audio, and video into dense or sparse vector representations. It functions as a multimodal embedding library and semantic search engine used to retrieve relevant documents by calculating vector similarity between meanings. The framework provides specialized tools for both cross-encoder reranking, which calculates precise similarity scores to refine search results, and vector quantization to compress embedding vectors for reduced memory usage and increased retrieval speed. The project covers

    Python
    View on GitHub↗18,822
  • zihangdai/xlnetzihangdai avatar

    zihangdai/xlnet

    6,182View on GitHub↗

    This project is a natural language processing framework focused on a generalized autoregressive pretrainer designed for unsupervised language representation. It implements a language model that combines permutation-based training with a Transformer-XL backbone to function as a long-context text processor. The system is distinguished by its ability to handle text sequences that exceed standard length limits through the use of segment-level recurrence and relative positional encoding. It scales high-performance pretraining across multiple GPUs and TPU clusters using distributed training impleme

    Python
    View on GitHub↗6,182