summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Gäßler <johannesg@5d6.de>2024-04-30 23:36:27 +0200
committerGitHub <noreply@github.com>2024-04-30 23:36:27 +0200
commita8f9b076316e16aadd0791015b3bfd446fe1e904 (patch)
treeac8976d5c1c0902516de84263bef610dd44434e2 /common
parentf364eb6fb5d46118a76fa045f487318de4c24961 (diff)
perplexity: more statistics, added documentation (#6936)
* perplexity: more statistics, added documentation * add LLaMA 3 8b scoreboard
Diffstat (limited to 'common')
-rw-r--r--common/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h
index 0618eea7..9252a4b6 100644
--- a/common/common.h
+++ b/common/common.h
@@ -135,7 +135,7 @@ struct gpt_params {
bool multiple_choice = false; // compute TruthfulQA score over random tasks from datafile supplied in prompt
size_t multiple_choice_tasks = 0; // number of tasks to use when computing the TruthfulQA score. If 0, all tasks will be computed
- bool kl_divergence = false; // compute KL-divergence
+ bool kl_divergence = false; // compute KL divergence
bool random_prompt = false; // do not randomize prompt if none provided
bool use_color = false; // use color to distinguish generations and inputs