GET
GET copied to clipboard
about code
Hello! I want to ask you something about your code, "assert len(test_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountTest" and " assert len(val_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountVal"in char_man_fitter_query_repr1.py, What's them mean? Looking for your reply, thx.
Hi. We count the number of instances in the dataset in advance and store it in the variable "KeyWordSettings". This code is to compare the number of loaded data to our statistics and ensure that the data is loaded correctly.