Di Zhang
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ def format_response(response):
|
|
63 |
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?'
|
64 |
input_texts = [llama_o1_template(i)]
|
65 |
assitant_responses = batch_predict(input_texts)
|
66 |
-
assitant_responses = [format_response(response) for response in assitant_responses]
|
67 |
print(assitant_responses)
|
68 |
|
69 |
```
|
|
|
63 |
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?'
|
64 |
input_texts = [llama_o1_template(i)]
|
65 |
assitant_responses = batch_predict(input_texts)
|
66 |
+
# assitant_responses = [format_response(response) for response in assitant_responses]
|
67 |
print(assitant_responses)
|
68 |
|
69 |
```
|