awinml commited on
Commit
a77bafb
1 Parent(s): 91f2e3b

Upload 7 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ dense_embedding_output = literal_eval(
97
  )
98
  )
99
 
100
- dense_embedding = [int(x) for x in dense_embedding_output[0]]
101
 
102
  text_embedding_instructions_choice = [
103
  "Represent the financial statement for retrieval:",
 
97
  )
98
  )
99
 
100
+ dense_embedding = [float(x) for x in dense_embedding_output[0]]
101
 
102
  text_embedding_instructions_choice = [
103
  "Represent the financial statement for retrieval:",