Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishek-shrm/08c01e8145f0c72ca744089e6f940831 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/08c01e8145f0c72ca744089e6f940831 to your computer and use it in GitHub Desktop.
train_top100=pd.read_table('/content/msmarco-doctrain-top100',delimiter=' ',header=None)
train_top100.columns=['qid','Q0','docid','rank','score','runstring']
print('Shape=>',train_top100.shape)
train_top100.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment