Best of Hugging FaceMay 2025

  1. 1
    Article
    Avatar of huggingfaceHugging Face·48w

    Tiny Agents in Python: a MCP-powered agent in ~70 lines of code

    The post introduces a method to create MCP-powered agents in Python, highlighting a simplified setup for integrating external tools with large language models (LLMs). By using the Model Context Protocol (MCP), these agents can easily interact with various tools without custom integration. The guide details the setup and execution of such agents using the huggingface_hub, showcasing potential use cases and possible configurations. It emphasizes the role of the MCPClient in facilitating asynchronous connections to MCP servers, tool discovery, and execution.

  2. 2
    Article
    Avatar of huggingfaceHugging Face·49w

    The Transformers Library: standardizing model definitions

    The Transformers library aims to be the central hub for model architectures across various frameworks, supporting over 300 models with consistent updates. It integrates with major training frameworks and inference engines, offering significant interoperability and efficiency. Efforts are underway to simplify model definitions and contributions to reduce complexity for model creators, enhancing ecosystem standardization.