Downloads · 30 days
0
0% of all-time downloads
swarmagents/swarmagent-models
swarmagent-models is a machine learning model from swarmagents. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Downloads · 30 days
0
0% of all-time downloads
All-time downloads
1.6K
Public
Repo size
72 GB
Likes
0
Public
Click a slice to open those files.
.md2.5 KB · 58%
From the Hugging Face model README
This modelcard aims to be a base template for new models. It has been generated using this raw template.
for use within the swarmagents.codes system for local inference
ollama pull swarmagents/swarmagent-models:26b-a4b # Pulls SWARMAGENT-26B-A4B
ollama pull swarmagents/swarmagent-models:16.9b-q8 # Pulls SwarmAgent Core 16.9B Q8
ollama pull swarmagents/swarmagent-models:16.9b-q4 # Pulls SwarmAgent Core 16.9B Q4
ollama pull swarmagents/swarmagent-models:7b-a1b # Pulls SwarmAgent Hyper 7B MoE
ollama pull swarmagents/swarmagent-models:1b # Pulls SwarmAgent Hyper 1B]
wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/SWARMAGENT-26B-A4B.gguf -O SWARMAGENT-26B-A4B.gguf
wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b.gguf -O swarmagent-core_q8.gguf
wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b-q4.gguf -O swarmagent-core_q4.gguf
wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-7b-a1b.gguf -O swarmagent-hyper-7b-a1b.gguf
wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-1b.gguf -O swarmagent-hyper_1b.gguf