Skip to content
Snippets Groups Projects
Commit 75a0d586 authored by Julien Breton's avatar Julien Breton
Browse files

add print for ended process

parent 9141d949
Branches
Tags v1.3.0
No related merge requests found
...@@ -60,3 +60,5 @@ for sentence in loaded: ...@@ -60,3 +60,5 @@ for sentence in loaded:
with open('../../results/Mistral-7b/MISTRAL_zero_shot_raw_answers.json', 'w', encoding='utf-8') as file: with open('../../results/Mistral-7b/MISTRAL_zero_shot_raw_answers.json', 'w', encoding='utf-8') as file:
json.dump(output, file) # in 44:36.6 (0.08/s) json.dump(output, file) # in 44:36.6 (0.08/s)
print("========== Program finished ==========")
\ No newline at end of file
...@@ -60,3 +60,5 @@ for sentence in loaded: ...@@ -60,3 +60,5 @@ for sentence in loaded:
with open('../../results/Mixtral-8x7b/MIXTRAL_zero_shot_raw_answers.json', 'w', encoding='utf-8') as file: with open('../../results/Mixtral-8x7b/MIXTRAL_zero_shot_raw_answers.json', 'w', encoding='utf-8') as file:
json.dump(output, file) # in 44:36.6 (0.08/s) json.dump(output, file) # in 44:36.6 (0.08/s)
print("========== Program finished ==========")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment