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 the transformers library.
  • Sample Usage: A code snippet from the official GitHub repository has been added to demonstrate how to load this agent within the RecursiveMAS framework.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment