Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
**Format:** GGUF (single-file GGUF binary, ready for `llama.cpp` and compatible runtimes)
|
| 21 |
**Approx. size:** 1.1B parameters (GGUF quantized)
|
| 22 |
**License:** CC-BY-NC-2.0 (Creative Commons Attribution-NonCommercial 2.0)
|
| 23 |
-
**Last updated:** 2026-01-
|
| 24 |
|
| 25 |
---
|
| 26 |
|
|
@@ -71,7 +71,7 @@ Example commands:
|
|
| 71 |
./main -m Premium-Model.gguf
|
| 72 |
|
| 73 |
# single prompt generation (non-interactive)
|
| 74 |
-
./main -m Premium-Model.gguf -p "Hi Baby" -n
|
| 75 |
|
| 76 |
# recommended example with sampling params
|
| 77 |
./main -m Premium-Model.gguf -p "Hi Baby!" -n 128 -c 2048 -b 256 --temp 0.8 --repeat_penalty 1.1
|
|
|
|
| 20 |
**Format:** GGUF (single-file GGUF binary, ready for `llama.cpp` and compatible runtimes)
|
| 21 |
**Approx. size:** 1.1B parameters (GGUF quantized)
|
| 22 |
**License:** CC-BY-NC-2.0 (Creative Commons Attribution-NonCommercial 2.0)
|
| 23 |
+
**Last updated:** 2026-01-30
|
| 24 |
|
| 25 |
---
|
| 26 |
|
|
|
|
| 71 |
./main -m Premium-Model.gguf
|
| 72 |
|
| 73 |
# single prompt generation (non-interactive)
|
| 74 |
+
./main -m Premium-Model.gguf -p "Hi Baby" -n 256
|
| 75 |
|
| 76 |
# recommended example with sampling params
|
| 77 |
./main -m Premium-Model.gguf -p "Hi Baby!" -n 128 -c 2048 -b 256 --temp 0.8 --repeat_penalty 1.1
|