Skip to content

Commit

Permalink
fix: remove an un-used var
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Apr 22, 2024
1 parent ec7968e commit a7f7179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/Llama2/finetune/eval_7b_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a7f7179

Please sign in to comment.