beweinreich commited on
Commit
0e61327
1 Parent(s): 677d764

bugfix chatgpt audit

Browse files
Files changed (2) hide show
  1. audits/1720098020.csv +1 -0
  2. chatgpt_audit.py +2 -1
audits/1720098020.csv ADDED
@@ -0,0 +1 @@
 
 
1
+ input_word,original_dictionary_word,new_dictionary_word
chatgpt_audit.py CHANGED
@@ -161,7 +161,8 @@ for row in results:
161
  continue
162
  else:
163
  print(f" - Mapping is not similar to the dictionary word")
164
- print(f" - Cosine Similarity: {compare_score}")
 
165
 
166
  # prompt the user if we want to make the change or not
167
  print("------")
 
161
  continue
162
  else:
163
  print(f" - Mapping is not similar to the dictionary word")
164
+ print(f" - Cosine Similarity1: {compare_score1}")
165
+ print(f" - Cosine Similarity2: {compare_score2}")
166
 
167
  # prompt the user if we want to make the change or not
168
  print("------")