From b4a3cec7e68b7bab5e1e6a8f7eda3ceacd1f5e83 Mon Sep 17 00:00:00 2001 From: Will King Date: Wed, 28 Aug 2024 14:45:57 -0700 Subject: [PATCH] Updated modefile --- llm-extractor/modfile_llm_extractor | 2 -- 1 file changed, 2 deletions(-) diff --git a/llm-extractor/modfile_llm_extractor b/llm-extractor/modfile_llm_extractor index 2cafcfb..62ea798 100644 --- a/llm-extractor/modfile_llm_extractor +++ b/llm-extractor/modfile_llm_extractor @@ -1,8 +1,6 @@ FROM llama3.1 PARAMETER num_ctx 8192 PARAMETER seed 11021585 -PARAMETER top_k 20 -PARAMETER top_p 0.5 SYSTEM """ You are a Natural Language Processor, tasked with extracting data about outcome measures from textual tables. You are to extract the longest observation time from the primary objectives for this clinical trial.