GGUF
imatrix
conversational
swarmagents commited on
Commit
3728bf7
·
verified ·
1 Parent(s): da4872b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -18,7 +18,7 @@ This modelcard aims to be a base template for new models. It has been generated
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,Qwen 3.6 35B (MoE),
@@ -29,9 +29,8 @@ This modelcard aims to be a base template for new models. It has been generated
29
  ## Uses:
30
  for use within the swarmagents.codes system for local inference
31
 
32
- ## How to Get Started with the Model
33
  # ollama:
34
- ------------------------------------------------------------------------------------------------
35
  **ollama pull swarmagents/swarmagent-models:26b-a4b** # Pulls SWARMAGENT-26B-A4B
36
 
37
  **ollama pull swarmagents/swarmagent-models:16.9b-q8** # Pulls SwarmAgent Core 16.9B Q8
@@ -41,9 +40,10 @@ for use within the swarmagents.codes system for local inference
41
  **ollama pull swarmagents/swarmagent-models:7b-a1b** # Pulls SwarmAgent Hyper 7B MoE
42
 
43
  **ollama pull swarmagents/swarmagent-models:1b** # Pulls SwarmAgent Hyper 1B]
44
- ------------------------------------------------------------------------------------------------
 
 
45
  # Curl Command:
46
- ------------------------------------------------------------------------------------------------------------------------------------
47
  # SWARMAGENT-26B-A4B (Gemma-4 MoE, ~4B active)
48
  **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/SWARMAGENT-26B-A4B.gguf -O SWARMAGENT-26B-A4B.gguf**
49
  # SwarmAgent Core 16.9B Q8 Precision
@@ -53,5 +53,4 @@ for use within the swarmagents.codes system for local inference
53
  # SwarmAgent Hyper MoE 7B (1B active)
54
  **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-7b-a1b.gguf -O swarmagent-hyper-7b-a1b.gguf**
55
  # SwarmAgent Hyper 1B
56
- **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-1b.gguf -O swarmagent-hyper_1b.gguf**
57
- ------------------------------------------------------------------------------------------------------------------------------------
 
18
 
19
  - **Developed by:** [SwarmAgents.codes (founder)]
20
  - **Model type:** [SwarmAgents:custom]
21
+ - **Finetuned from models:** [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,Qwen 3.6 35B (MoE),
 
29
  ## Uses:
30
  for use within the swarmagents.codes system for local inference
31
 
32
+ ## How to Get Started with the Models
33
  # ollama:
 
34
  **ollama pull swarmagents/swarmagent-models:26b-a4b** # Pulls SWARMAGENT-26B-A4B
35
 
36
  **ollama pull swarmagents/swarmagent-models:16.9b-q8** # Pulls SwarmAgent Core 16.9B Q8
 
40
  **ollama pull swarmagents/swarmagent-models:7b-a1b** # Pulls SwarmAgent Hyper 7B MoE
41
 
42
  **ollama pull swarmagents/swarmagent-models:1b** # Pulls SwarmAgent Hyper 1B]
43
+
44
+
45
+
46
  # Curl Command:
 
47
  # SWARMAGENT-26B-A4B (Gemma-4 MoE, ~4B active)
48
  **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/SWARMAGENT-26B-A4B.gguf -O SWARMAGENT-26B-A4B.gguf**
49
  # SwarmAgent Core 16.9B Q8 Precision
 
53
  # SwarmAgent Hyper MoE 7B (1B active)
54
  **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-7b-a1b.gguf -O swarmagent-hyper-7b-a1b.gguf**
55
  # SwarmAgent Hyper 1B
56
+ **wget https://huggingface.co/swarmagents/swarmagent-models/resolve/main/swarmagent-hyper-1b.gguf -O swarmagent-hyper_1b.gguf**