Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to view the full query_toks #72

Open
talk2much opened this issue May 15, 2024 · 1 comment
Open

Unable to view the full query_toks #72

talk2much opened this issue May 15, 2024 · 1 comment

Comments

@talk2much
Copy link

Hello, I got the results after colbert prf, eg: query_toks=[##´, vinegar, baking, reactions, substances,... According to the contents of the document there should be 10 query_toks but I cannot see all query_toks until the ellipses are not displayed. If I want to see the full query_toks and query_embs, what parameters should I change

@cmacdonald
Copy link
Collaborator

isnt this a Pandas display problem? So you can ask the dataframe to give you the raw value

print(df.iloc[0]['query_toks'])

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants