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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-research avatar

google-research/t5x

0
View on GitHub↗
2,972 Stars·340 Forks·Python·Apache-2.0·7 Aufrufe

T5x

Go to T5X ReadTheDocs Documentation Page.

Features

  • General Purpose Models - Scalable framework for training and inference of sequence-to-sequence models.
  • Generalization And Learning - Scalable instruction-finetuning for diverse task performance.
  • Open Source Models - Framework for scaling instruction-finetuned language models.

Star-Verlauf

Star-Verlauf für google-research/t5xStar-Verlauf für google-research/t5x

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu T5x

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit T5x.
  • openlmlab/mossAvatar von OpenLMLab

    OpenLMLab/MOSS

    12,140Auf GitHub ansehen↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Python
    Auf GitHub ansehen↗12,140
  • facebookresearch/llamaAvatar von facebookresearch

    facebookresearch/llama

    59,466Auf GitHub ansehen↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Python
    Auf GitHub ansehen↗59,466
  • databrickslabs/dollyAvatar von databrickslabs

    databrickslabs/dolly

    10,795Auf GitHub ansehen↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Python
    Auf GitHub ansehen↗10,795
  • eleutherai/pythiaAvatar von EleutherAI

    EleutherAI/pythia

    2,827Auf GitHub ansehen↗

    This repository is for EleutherAI's project Pythia which combines interpretability analysis and scaling laws to understand how knowledge develops and evolves during training in autoregressive transformers. For detailed info on the models, their training, and their properties, please see our…

    Jupyter Notebook
    Auf GitHub ansehen↗2,827
Alle 30 Alternativen zu T5x anzeigen→

Häufig gestellte Fragen

Was macht google-research/t5x?

Go to T5X ReadTheDocs Documentation Page.

Was sind die Hauptfunktionen von google-research/t5x?

Die Hauptfunktionen von google-research/t5x sind: General Purpose Models, Generalization And Learning, Open Source Models.

Welche Open-Source-Alternativen gibt es zu google-research/t5x?

Open-Source-Alternativen zu google-research/t5x sind unter anderem: openlmlab/moss — MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for… nomic-ai/gpt4all — GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… eleutherai/pythia — This repository is for EleutherAI's project Pythia which combines interpretability analysis and scaling laws to… google-research/google-research — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum… facebookresearch/llama — Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer…