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/llm-transparency-toolArchived

0
View on GitHub↗
1,254 stars·108 forks·Python·9 views

Llm Transparency Tool

LLM Transparency Tool (LLM-TT), an open-source interactive toolkit for analyzing internal workings of Transformer-based language models. Check out demo at https://huggingface.co/spaces/facebook/llm-transparency-tool-demo

Features

  • Model Utilities - Toolkit for analyzing the internal workings of transformer models.

Star history

Star history chart for facebookresearch/llm-transparency-toolStar history chart for facebookresearch/llm-transparency-tool

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Llm Transparency Tool

Similar open-source projects, ranked by how many features they share with Llm Transparency Tool.
  • arcee-ai/mergekitarcee-ai avatar

    arcee-ai/mergekit

    7,156View on GitHub↗

    MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic blending. It provides a specialized system for parameter interpolation and weight extraction to unify model capabilities. The project distinguishes itself through an evolutionary merge optimizer that tunes parameters based on quantitative evaluation metrics. It also features a mixture of experts orchestrator capable of converting dense models into sparse architectures and a tokenizer alignment tool for transplanting embeddings between different models. The toolkit covers a br

    Pythonllamallmmodel-merging
    View on GitHub↗7,156
  • guotong1988/bert-chineseG

    guotong1988/BERT-chinese

    0View on GitHub↗
    View on GitHub↗0
  • hanxiao/bert-as-servicehanxiao avatar

    hanxiao/bert-as-service

    12,831View on GitHub↗

    This project is a high-performance BERT embedding service and inference server designed to map text sequences into fixed-length numerical vectors. It functions as a machine learning microservice and distributed model server that decouples request handling from heavy computation. The system utilizes a ZeroMQ messaging infrastructure to provide low-latency communication between distributed clients and the inference server. It incorporates server-side batch processing and GPU workload scaling to maximize hardware utilization and manage high request volumes. The platform supports semantic search

    Python
    View on GitHub↗12,831
  • algteam/bert-examplesalgteam avatar

    algteam/bert-examples

    9View on GitHub↗

    BERT:google-BERT

    Python
    View on GitHub↗9
See all 19 alternatives to Llm Transparency Tool→

Frequently asked questions

What does facebookresearch/llm-transparency-tool do?

LLM Transparency Tool (LLM-TT), an open-source interactive toolkit for analyzing internal workings of Transformer-based language models. Check out demo at https://huggingface.co/spaces/facebook/llm-transparency-tool-demo

What are the main features of facebookresearch/llm-transparency-tool?

The main features of facebookresearch/llm-transparency-tool are: Model Utilities.

What are some open-source alternatives to facebookresearch/llm-transparency-tool?

Open-source alternatives to facebookresearch/llm-transparency-tool include: arcee-ai/mergekit — MergeKit is a toolkit for combining multiple pre-trained large language models into a single entity using algorithmic… guotong1988/bert-chinese. hanxiao/bert-as-service — This project is a high-performance BERT embedding service and inference server designed to map text sequences into… harishsg993010/llm-reasoner — Make any LLM to think deeper like OpenAI o1 and deepseek R1! highcwu/keras-bert-tpu — This is a fork of CyberZHG/keras_bert which supports Keras BERT on TPU. algteam/bert-examples — BERT:google-BERT.