Di Zhang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ def batch_predict(input_texts):
|
|
52 |
return assitant_responses
|
53 |
|
54 |
|
55 |
-
i =
|
56 |
input_texts = [llama_o1_template(i)]
|
57 |
assitant_responses = batch_predict(input_texts)
|
58 |
print(assitant_responses)
|
|
|
52 |
return assitant_responses
|
53 |
|
54 |
|
55 |
+
i = 'If Diana needs to bike 10 miles to reach home and she can bike at a speed of 3 mph for two hours before getting tired, and then at a speed of 1 mph until she reaches home, how long will it take her to get home?'
|
56 |
input_texts = [llama_o1_template(i)]
|
57 |
assitant_responses = batch_predict(input_texts)
|
58 |
print(assitant_responses)
|