Update README.md
Browse files
README.md
CHANGED
@@ -75,12 +75,12 @@ Example usage with [llama.cpp](https://github.com/ggml-org/llama.cpp):
|
|
75 |
|
76 |
- Extract address, company/institution names, email addresses, human names, and phone numbers from Japanese text.
|
77 |
```
|
78 |
-
llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF -st --temp 0.0 --json-schema {}
|
79 |
```
|
80 |
|
81 |
- Specifying a particular quantization scheme (e.g. `Q8_0`):
|
82 |
```
|
83 |
-
llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF:Q8_0 -st --temp 0.0 --json-schema {}
|
84 |
```
|
85 |
Several quantization variants are available (`Q4_0`, `Q4_K_M`, `Q5_K_M`, `Q6_K`, `Q8_0`, and `F16`).
|
86 |
|
|
|
75 |
|
76 |
- Extract address, company/institution names, email addresses, human names, and phone numbers from Japanese text.
|
77 |
```
|
78 |
+
llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF -st --temp 0.0 --json-schema {} --jinja
|
79 |
```
|
80 |
|
81 |
- Specifying a particular quantization scheme (e.g. `Q8_0`):
|
82 |
```
|
83 |
+
llama-cli -hf LiquidAI/LFM2-350M-PII-Extract-JP-GGUF:Q8_0 -st --temp 0.0 --json-schema {} --jinja
|
84 |
```
|
85 |
Several quantization variants are available (`Q4_0`, `Q4_K_M`, `Q5_K_M`, `Q6_K`, `Q8_0`, and `F16`).
|
86 |
|