Hi! I am trying to train instructor-embedding and come up with the error shown in the title. More specifically,
Traceback (most recent call last):
File "train.py", line 577, in <module>
main()
File "train.py", line 450, in main
print(f'one batch in task {old_train_examples_raw[idx1]["task_id"]} is skipped')
KeyError: 'task_id'
I have downloaded data and put them right in the cache_dir. And here is my running script:
Hi! I am trying to train instructor-embedding and come up with the error shown in the title. More specifically,
I have downloaded data and put them right in the
cache_dir
. And here is my running script: