Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 275 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 275 Bytes

SimpleQuestion-Balance

Please use following script in ipython for detail.

import pickle as pkl
test= pkl.load(open("fold-0.test.pickle","rb"))
test[0].__dict__

The "relation" for each item is the id in relation vocabulary.