Merge branch 'upstream' into concedo_experimental

This commit is contained in:
Concedo
2024-05-01 11:04:18 +08:00
4 changed files with 293 additions and 95 deletions
+1 -1
View File
@@ -151,7 +151,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