Vijayendra commited on
Commit
f533ef8
·
verified ·
1 Parent(s): 454ad0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,8 +31,8 @@ prompt = """Below is an instruction that describes a task, paired with an input
31
  ### Response:
32
  {}"""
33
 
34
- instruction = "Explain the significance of cyclic operators in quantum mechanics."
35
- input_text = "Provide a detailed explanation suitable for a beginner in quantum physics."
36
  formatted_prompt = prompt.format(instruction, input_text, "")
37
 
38
  # Tokenize the input
 
31
  ### Response:
32
  {}"""
33
 
34
+ instruction = "Explain the significance of cyclic operators in machine learning theory."
35
+ input_text = "Provide a detailed explanation suitable for a beginner in quantum machine learning."
36
  formatted_prompt = prompt.format(instruction, input_text, "")
37
 
38
  # Tokenize the input