rozek commited on
Commit
d3ff5ae
·
1 Parent(s): 1de194a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,7 +53,7 @@ you want to be completed
53
 
54
  ### Text Completion with LLaMA.cpp ###
55
 
56
- For simple inferencing, use a command like
57
 
58
  ```
59
  ./main -m stablelm-3b-4e1t-Q8_0.bin --temp 0 --top-k 4 --prompt "who was Joseph Weizenbaum?"
@@ -61,7 +61,7 @@ For simple inferencing, use a command like
61
 
62
  ### Text Tokenization with LLaMA.cpp ###
63
 
64
- To get a list of tokens, use a command like
65
 
66
  ```
67
  ./tokenization -m stablelm-3b-4e1t-Q8_0.bin --prompt "who was Joseph Weizenbaum?"
@@ -69,7 +69,7 @@ To get a list of tokens, use a command like
69
 
70
  ### Embeddings Calculation with LLaMA.cpp ###
71
 
72
- Text embeddings are calculated with a command like
73
 
74
  ```
75
  ./embedding -m stablelm-3b-4e1t-Q8_0.bin --prompt "who was Joseph Weizenbaum?"
 
53
 
54
  ### Text Completion with LLaMA.cpp ###
55
 
56
+ For simple inferencing, use a command similar to
57
 
58
  ```
59
  ./main -m stablelm-3b-4e1t-Q8_0.bin --temp 0 --top-k 4 --prompt "who was Joseph Weizenbaum?"
 
61
 
62
  ### Text Tokenization with LLaMA.cpp ###
63
 
64
+ To get a list of tokens, use a command similar to
65
 
66
  ```
67
  ./tokenization -m stablelm-3b-4e1t-Q8_0.bin --prompt "who was Joseph Weizenbaum?"
 
69
 
70
  ### Embeddings Calculation with LLaMA.cpp ###
71
 
72
+ Text embeddings are calculated with a command similar to
73
 
74
  ```
75
  ./embedding -m stablelm-3b-4e1t-Q8_0.bin --prompt "who was Joseph Weizenbaum?"