Vijayendra
commited on
Update README.md
Browse files
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
|
35 |
-
input_text = "Provide a detailed explanation suitable for a beginner in quantum
|
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
|