aorabdel commited on
Commit
7f33dc9
·
verified ·
1 Parent(s): e919adb

Sync model repo (text/metadata)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -180,7 +180,7 @@ This model is intended for developers evaluating text-generation workloads on Ar
180
 
181
  ## Additional notes
182
 
183
- - Peak memory is Android USS read from /proc/<pid>/smaps_rollup, not the peak RSS that server-class evaluators report. The two are not interchangeable across targets.
184
  - Reasoning budget matters. Traces are long and the reported score was obtained with max_tokens 12288 at n_ctx 14336, while the shipped serving window is n_ctx 4096, sized for the phone's KV-cache budget. Smaller budgets truncate traces, and a truncated trace yields no answer at all. DeepSeek advises against a system prompt and against greedy decoding for the R1-distill family.
185
 
186
  ## About this version
 
180
 
181
  ## Additional notes
182
 
183
+ - Peak memory is Android USS read from `/proc/<pid>/smaps_rollup`, not the peak RSS that server-class evaluators report. The two are not interchangeable across targets.
184
  - Reasoning budget matters. Traces are long and the reported score was obtained with max_tokens 12288 at n_ctx 14336, while the shipped serving window is n_ctx 4096, sized for the phone's KV-cache budget. Smaller budgets truncate traces, and a truncated trace yields no answer at all. DeepSeek advises against a system prompt and against greedy decoding for the R1-distill family.
185
 
186
  ## About this version