qt-spyro-hf commited on
Commit
4d704f9
·
verified ·
1 Parent(s): 55cee49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ curl -X POST http://localhost:11434/api/generate -d '{
55
  "stream": false,
56
  "temperature": 0,
57
  "top_p": 1,
58
- "repettion_penalty": 1.05,
59
  "num_predict": 500,
60
  "stop": ["<SUF>", "<PRE>", "</PRE>", "</SUF>", "< EOT >", "\\end", "<MID>", "</MID>", "##"]
61
  }'
 
55
  "stream": false,
56
  "temperature": 0,
57
  "top_p": 1,
58
+ "repeat_penalty": 1.05,
59
  "num_predict": 500,
60
  "stop": ["<SUF>", "<PRE>", "</PRE>", "</SUF>", "< EOT >", "\\end", "<MID>", "</MID>", "##"]
61
  }'