Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing code for using train_aug_data.json in env_mapdataset.py #4

Open
KlrShaK opened this issue Feb 12, 2024 · 0 comments
Open

Missing code for using train_aug_data.json in env_mapdataset.py #4

KlrShaK opened this issue Feb 12, 2024 · 0 comments

Comments

@KlrShaK
Copy link
Contributor

KlrShaK commented Feb 12, 2024

Hello, while trying to reproduce results for the repository I noticed that your scripts are lacking the functionality to use your LLM-augmented instructions dataset (train_aug_data.json). Even after replacing the original train_data.json file with your augmented file I receive an error due to the formatting difference between your file and the original (namely your file have multiple instructions inside pre_dialogs and instructions) which results in an error in the following line number 288 and 289.

item['instructions'] = item['instructions'].lower()
item['pre_dialogs'] = ' '.join(item['pre_dialogs']).lower()

I please request you to provide your code file for reproducibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant