Add pipeline tag, library name, and sample usage
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the following:
pipeline_tag: text-generation: Ensures the model is correctly categorized on the Hugging Face Hub.library_name: transformers: Based on the configuration files, this model is compatible with thetransformerslibrary.- Sample Usage: A code snippet from the official GitHub repository has been added to demonstrate how to load this agent within the RecursiveMAS framework.