Pacific-i64 commited on
Commit
cba5e8f
·
verified ·
1 Parent(s): 304bb4d

Document 1024-token generation default

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ curl https://pacific-i64-tr-hash-tiny.hf.space/v1/chat/completions \
33
  -d '{
34
  "model": "tr-hash-moe-200m",
35
  "messages": [{"role": "user", "content": "Explain why 17 × 23 − 14 equals 377."}],
36
- "max_tokens": 512,
37
  "temperature": 0.4,
38
  "top_k": 30,
39
  "top_p": 0.85,
 
33
  -d '{
34
  "model": "tr-hash-moe-200m",
35
  "messages": [{"role": "user", "content": "Explain why 17 × 23 − 14 equals 377."}],
36
+ "max_tokens": 1024,
37
  "temperature": 0.4,
38
  "top_k": 30,
39
  "top_p": 0.85,