You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And train.jsonl is not available for oposum data and it seems that line 28 onwards is hardcoded for space data only. Can you please upload the latest working code?
The text was updated successfully, but these errors were encountered:
filedir[5:] is a way to extract dataset/domain from datapath. For instance, it turns 'data/space' into 'space' and 'data/oposum/bag' to 'oposum/bag'
oposum dataset has train.jsonl for every domain (in every domain folder, e. g. oposum/bag/train.jsonl) because every domain in oposum has its own aspects. And in line domain = 'space' domain is just an alias, you can use filedir.split('/')[-1]
line 11
seeds_filedir = 'seeds/' + filedir[5:]
What does this line do? seems incorrect.
And train.jsonl is not available for oposum data and it seems that line 28 onwards is hardcoded for space data only. Can you please upload the latest working code?
The text was updated successfully, but these errors were encountered: