File "scoring.py", line 26, in <lambda>
lambda row: row["anchor_embedding"].dot(row["a_embedding"]), axis=1
AttributeError: ("'float' object has no attribute 'dot'", 'occurred at index 0')
File "scoring.py", line 26, in <lambda>
lambda row: row["anchor_embedding"].dot(row["a_embedding"]), axis=1
AttributeError: ("'float' object has no attribute 'dot'", 'occurred at index 0')
If this is a data problem, we kindly suggest:
Providing a corrected dataset to ensure consistent embedding calculations
If this is a data problem, we kindly suggest:
Providing a corrected dataset to ensure consistent embedding calculations
I have identified several issues with the data provided during executing the following calculation:
Only 55 entries of anchor_text matched
254 entries of text_afrom File A matched
229 entries of text_bfrom File A matched
I have identified several issues with the data provided during executing the following calculation:
Only 55 entries of anchor_text matched
254 entries of text_afrom File A matched
229 entries of text_bfrom File A matched