geoffmunn commited on
Commit
cf7bd87
·
verified ·
1 Parent(s): 41e1fb8

Rename Qwen3-14B-Q3_K_S/README.md to Qwen3-14B-f16-Q3_K_S/README.md

Browse files
{Qwen3-14B-Q3_K_S → Qwen3-14B-f16-Q3_K_S}/README.md RENAMED
@@ -18,7 +18,7 @@ base_model: Qwen/Qwen3-14B
18
  author: geoffmunn
19
  ---
20
 
21
- # Qwen3-14B:Q3_K_S
22
 
23
  Quantized version of [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B) at **Q3_K_S** level, derived from **f16** base weights.
24
 
@@ -124,7 +124,7 @@ Stop sequences: `<|im_end|>`, `<|im_start|>`
124
  Importing directly into Ollama should work, but you might encounter this error: `Error: invalid character '<' looking for beginning of value`.
125
  In this case try these steps:
126
 
127
- 1. `wget https://huggingface.co/geoffmunn/Qwen3-14B/resolve/main/Qwen3-14B-f16%3AQ3_K_S.gguf`
128
  2. `nano Modelfile` and enter these details:
129
  ```text
130
  FROM ./Qwen3-14B-f16:Q3_K_S.gguf
@@ -163,7 +163,7 @@ Here’s how you can query this model via API using `curl` and `jq`. Replace the
163
 
164
  ```bash
165
  curl http://localhost:11434/api/generate -s -N -d '{
166
- "model": "hf.co/geoffmunn/Qwen3-14B:Q3_K_S",
167
  "prompt": "Respond exactly as follows: Summarize what a neural network is in one sentence.",
168
  "temperature": 0.3,
169
  "top_p": 0.95,
 
18
  author: geoffmunn
19
  ---
20
 
21
+ # Qwen3-14B-f16:Q3_K_S
22
 
23
  Quantized version of [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B) at **Q3_K_S** level, derived from **f16** base weights.
24
 
 
124
  Importing directly into Ollama should work, but you might encounter this error: `Error: invalid character '<' looking for beginning of value`.
125
  In this case try these steps:
126
 
127
+ 1. `wget https://huggingface.co/geoffmunn/Qwen3-14B-f16/resolve/main/Qwen3-14B-f16%3AQ3_K_S.gguf`
128
  2. `nano Modelfile` and enter these details:
129
  ```text
130
  FROM ./Qwen3-14B-f16:Q3_K_S.gguf
 
163
 
164
  ```bash
165
  curl http://localhost:11434/api/generate -s -N -d '{
166
+ "model": "hf.co/geoffmunn/Qwen3-14B-f16:Q3_K_S",
167
  "prompt": "Respond exactly as follows: Summarize what a neural network is in one sentence.",
168
  "temperature": 0.3,
169
  "top_p": 0.95,