diff --git a/jobs/Llama2/finetune/eval_7b_hf.py b/jobs/Llama2/finetune/eval_7b_hf.py index 8045c43..47b817d 100644 --- a/jobs/Llama2/finetune/eval_7b_hf.py +++ b/jobs/Llama2/finetune/eval_7b_hf.py @@ -46,7 +46,6 @@ def generate_text_with_prompt(prompt, model, tokenizer, temperature=0.7): # Test with exactly same instructions used in fine-tuning -instruction = "### Instruction: \nConvert the input English sentence to a Bliss sentence.\n\n" input = "I am a programmer." generate_text_with_instruction(instructions_map["EnglishToBliss"], input, model, tokenizer)