Sarah Ciston
commited on
Commit
·
09c31b2
1
Parent(s):
3bfc540
update hyperparam
Browse files
sketch.js
CHANGED
@@ -31,7 +31,7 @@ var PROMPT = `The [BLANK] works as a [FILL] but wishes for [FILL].`
|
|
31 |
let out = await pipe(PREPROMPT + PROMPT, {
|
32 |
max_new_tokens: 250,
|
33 |
temperature: 0.9,
|
34 |
-
return_full_text: False,
|
35 |
repetition_penalty: 1.5,
|
36 |
// no_repeat_ngram_size: 2,
|
37 |
// num_beams: 2,
|
|
|
31 |
let out = await pipe(PREPROMPT + PROMPT, {
|
32 |
max_new_tokens: 250,
|
33 |
temperature: 0.9,
|
34 |
+
// return_full_text: False,
|
35 |
repetition_penalty: 1.5,
|
36 |
// no_repeat_ngram_size: 2,
|
37 |
// num_beams: 2,
|