Svngoku commited on
Commit
0c0f9cf
1 Parent(s): 9e70779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,10 +24,10 @@ pipeline_tag: summarization
24
  # Inference LlamaCpp
25
 
26
  ```sh
27
- llama-cli \
28
  --hf-repo "ClarityClips/ClarityQwen2Summarizer" \
29
  --hf-file unsloth.Q4_K_M.gguf \
30
- -p "Query : Give me a summary on Nihilism: The Philosophy of Johan Liebert, the Tenma's Influence in 10 clear and concise sentence. Summary: " \
31
  -n 700
32
  ```
33
 
 
24
  # Inference LlamaCpp
25
 
26
  ```sh
27
+ lama-cli \
28
  --hf-repo "ClarityClips/ClarityQwen2Summarizer" \
29
  --hf-file unsloth.Q4_K_M.gguf \
30
+ -p "Query: Give me a brief summary on Nihilism: The Philosophy of Johan Liebert specialy on the Tenma's Influence in 10 clear and concise sentence. Summary: " \
31
  -n 700
32
  ```
33