Xenova HF Staff commited on
Commit
63b59c2
·
verified ·
1 Parent(s): ff9c413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ console.log(output);
30
  const output2 = await generator(text, {
31
  max_new_tokens: 20,
32
  do_sample: true,
33
- top_k: 5, // Options: "fp32", "fp16", "q8", "q4"
34
  });
35
  console.log(output2);
36
  // [{ generated_text: 'generated_text: 'Once upon a time, the first thing I did was put a small piece of paper on a table. I put the paper' }]
 
30
  const output2 = await generator(text, {
31
  max_new_tokens: 20,
32
  do_sample: true,
33
+ top_k: 5,
34
  });
35
  console.log(output2);
36
  // [{ generated_text: 'generated_text: 'Once upon a time, the first thing I did was put a small piece of paper on a table. I put the paper' }]