Add model card for AnomaMind
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face. This PR adds a model card for AnomaMind, an agentic framework for time series anomaly detection.
The PR includes:
- Metadata for license (
mit), library name (transformers), and pipeline tag (other). - A link to the paper: AnomaMind: Agentic Time Series Anomaly Detection with Tool-Augmented Reasoning.
- A link to the official GitHub repository.
- A brief description of the model's coarse-to-fine workflow.
- A sample usage snippet for serving the model via vLLM, as found in the official documentation.