awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
EleutherAI avatar

EleutherAI/pythia

0
View on GitHub↗
2,827 星标·216 分支·Jupyter Notebook·Apache-2.0·8 次浏览

Pythia

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…

Features

  • General Purpose Models - Suite of models designed for analyzing training dynamics and scaling laws.
  • Model Analysis Tools - Analyze how knowledge evolves during training in autoregressive transformers.
  • Open Source Models - Suite for analyzing language models across various training stages.

Star 历史

eleutherai/pythia 的 Star 历史图表eleutherai/pythia 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pythia 的开源替代方案

相似的开源项目,按与 Pythia 的功能重合度排序。
  • openlmlab/mossOpenLMLab 的头像

    OpenLMLab/MOSS

    12,140在 GitHub 上查看↗

    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
    在 GitHub 上查看↗12,140
  • google-research/google-researchgoogle-research 的头像

    google-research/google-research

    38,139在 GitHub 上查看↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    在 GitHub 上查看↗38,139
  • databrickslabs/dollydatabrickslabs 的头像

    databrickslabs/dolly

    10,795在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,795
  • facebookresearch/llamafacebookresearch 的头像

    facebookresearch/llama

    59,466在 GitHub 上查看↗

    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
    在 GitHub 上查看↗59,466
查看 Pythia 的所有 30 个替代方案→

常见问题解答

eleutherai/pythia 是做什么的?

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…

eleutherai/pythia 的主要功能有哪些?

eleutherai/pythia 的主要功能包括:General Purpose Models, Model Analysis Tools, Open Source Models。

eleutherai/pythia 有哪些开源替代品?

eleutherai/pythia 的开源替代品包括: 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… facebookresearch/llama — Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer… google-research/t5x — Go to T5X ReadTheDocs Documentation Page. google-research/google-research — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum…