Hi,
This is great work!
I met a problem when running word_freq.py. I guess line #18 in file word_freq.py should be changed as follows. I hope this modification will be useful.
#originalfor iid in train_data['input_ids']:# modifiedfor iid in data['input_ids']:
Hi, This is great work! I met a problem when running word_freq.py. I guess line #18 in file word_freq.py should be changed as follows. I hope this modification will be useful.
#original
for iid in train_data['input_ids']:
# modified
for iid in data['input_ids']: