Perplexity input data should not be unescaped
This commit is contained in:
parent
eca0fab44e
commit
da00027c4b
1 changed files with 1 additions and 0 deletions
|
@ -1961,6 +1961,7 @@ int main(int argc, char ** argv) {
|
||||||
|
|
||||||
params.n_ctx = 512;
|
params.n_ctx = 512;
|
||||||
params.logits_all = true;
|
params.logits_all = true;
|
||||||
|
params.escape = false;
|
||||||
|
|
||||||
if (!gpt_params_parse(argc, argv, params, LLAMA_EXAMPLE_PERPLEXITY)) {
|
if (!gpt_params_parse(argc, argv, params, LLAMA_EXAMPLE_PERPLEXITY)) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue