We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0f881 commit 1fa8cf9Copy full SHA for 1fa8cf9
generative-proof-of-concept-CPU-preprocessing-in-memory.py
@@ -84,7 +84,7 @@ def objective(trial: optuna.Trial) -> float:
84
85
## Generation time configurables: ##########
86
87
- GENERATION_PROMPT_LEN = 10
+ GENERATION_PROMPT_LEN = 25
88
MAX_NEW_TOKENS = MAX_SEQ_LENGTH - GENERATION_PROMPT_LEN
89
RESULT_CUTOFF = 20 # Only print out verbose text samples when perplexity is < RESULT_CUTOFF
90
0 commit comments