Benjamin Sznajder
Results
2
issues of
Benjamin Sznajder
Currently, we use pd.read_csv() for loading csv file. It causes that empty cells in a csv file are transformed to nan (which is not suited) The fix is simple: pd.read_csv('test.csv',...
Currently, the full clapNQ dataset contains thousands of documents. It is not usable for testing a simple rag end-to-end flow. we would like to create a subset version of these...