Add model card and metadata
#1
by nielsr HF Staff - opened
This PR adds a comprehensive model card for MemoBrain-8B, including:
- Metadata for
pipeline_tag(text-generation) andlibrary_name(transformers). - A link to the paper: MemoBrain: Executive Memory as an Agentic Brain for Reasoning.
- A link to the official GitHub repository.
- Detailed sample usage for both vLLM deployment and Python integration based on the provided documentation.