nikolas-rauscher / ARDI-Scholarly-QALD

Advanced Research Data Infrastructure project template
GNU General Public License v3.0
2 stars 0 forks source link

Configs Edit #35

Closed sefeoglu closed 2 weeks ago

sefeoglu commented 2 weeks ago

Hi @nikolas-rauscher, Could you edit the configs like this?

[FilePaths] 
 zero_shot_prompting_result_file = ./results/zero_shot_prompting.json 
 prompt_template = ./data/raw/prompt_template.txt 
 test_data_file = ./data/processed/test_processed_data_one_qeustion.json 
 prepared_data_file = ./data/processed/prepared_data_file_one_qeustion.json 
 zero_shot_results_file = ./data/processed/zero_shot_results.json 
 [Token] 
 llamaapi =  

 [Model] 
 #model_id =meta-llama/Meta-Llama-3-8B-Instruct 
 #model_id = meta-llama/Meta-Llama-2-7B 
 model_id = mistral/Mistral-7B 

 [Templates] 
 #prompt_template = data/raw/prompt_template.txt 
 #prompt_template = data/raw/prompt_template.txt 
 prompt_template = data/raw/prompt_template.txt 

 [Flags] 
 use_api=True 
nikolas-rauscher commented 2 weeks ago

I updated the config to the new model IDs @sefeoglu