Add pipeline tag, library name, and sample usage
#1
by nielsr HF Staff - opened
This PR improves the model card for Sequential-Scaled-Planner-Gemma3-4B by:
- Adding the
pipeline_tag: text-generationto the metadata for better discoverability. - Adding
library_name: transformersto the metadata as the model is compatible with the Transformers library. - Including a sample usage section derived from the GitHub repository to demonstrate how to load the model within the RecursiveMAS framework.