GGUF
imatrix
conversational
swarmagents commited on
Commit
cb22511
·
verified ·
1 Parent(s): 36b088b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Model Card for Model ID
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
10
+
11
+ ## Model Details
12
+
13
+ ### Model Description
14
+
15
+ <!-- Provide a longer summary of what this model is. -->
16
+
17
+
18
+
19
+ - **Developed by:** [SwarmAgents.codes (founder)]
20
+ - **Model type:** [SwarmAgents:custom]
21
+ - **Finetuned from model**[Qwen2.5-Coder-1.5B, Qwen2.5-Math-1.5B, DeepSeek-R1-Distill-1.5B,
22
+ Phi-4-mini-3.8B, Gemma-2-2B, Llama-3.2-3B, StableLM-3B,
23
+ TinyLlama-1.1B, Pythia-2.8B, OpenLlama-3B, Danube3-4B,
24
+ RedPajama-3B, Falcon-RW-1B, MiniCPM-2B]
25
+
26
+ ### Model Sources [optional]
27
+
28
+ <!-- Provide the basic links for the model. -->
29
+
30
+ - **Repository:** [ollama pull swarmagents/swarmagent-models:26b-a4b # Pulls SWARMAGENT-26B-A4B
31
+ ollama pull swarmagents/swarmagent-models:16.9b-q8 # Pulls SwarmAgent Core 16.9B Q8
32
+ ollama pull swarmagents/swarmagent-models:16.9b-q4 # Pulls SwarmAgent Core 16.9B Q4
33
+ ollama pull swarmagents/swarmagent-models:7b-a1b # Pulls SwarmAgent Hyper 7B MoE
34
+ ollama pull swarmagents/swarmagent-models:1b # Pulls SwarmAgent Hyper 1B]
35
+
36
+
37
+ ## Uses:
38
+ for use within the swarmagents.codes system for local inference
39
+
40
+
41
+
42
+ ## How to Get Started with the Model
43
+
44
+ # SWARMAGENT-26B-A4B (Gemma-4 MoE, ~4B active)
45
+ wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/SWARMAGENT-26B-A4B.gguf -O SWARMAGENT-26B-A4B.gguf
46
+ # SwarmAgent Core 16.9B Q8 Precision
47
+ wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b.gguf -O swarmagent-core_q8.gguf
48
+ # SwarmAgent Core 16.9B Q4 Balanced
49
+ wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-core-16.9b-q4.gguf -O swarmagent-core_q4.gguf
50
+ # SwarmAgent Hyper MoE 7B (1B active)
51
+ wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-7b-a1b.gguf -O swarmagent-hyper-7b-a1b.gguf
52
+ # SwarmAgent Hyper 1B
53
+ wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-1b.gguf -O swarmagent-hyper_1b.gguf