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

Dataset issues #33

Open
zhangyizhuoduanweiwei opened this issue Oct 10, 2024 · 3 comments
Open

Dataset issues #33

zhangyizhuoduanweiwei opened this issue Oct 10, 2024 · 3 comments

Comments

@zhangyizhuoduanweiwei
Copy link

Hello, the dataset in the URL you provided, https://github.com/liyucheng09/Selective_Context/releases/download/v0.1.0rc1/datasets_dumps.zip, seems incomplete. There is no data in the news folder, it is empty. How can I prepare this part of the dataset?
343

@zhangyizhuoduanweiwei
Copy link
Author

I would also like to ask you a question. In the main.py file, task_name: {task_name} seems to be undefined. Should it be modified like this:
for task_type in task_types:
task_name = task_type
logging.info(f'arxiv_path: {arxiv_path}, news_path: {news_path}, conversation_path: {conversation_path}, save_to_path: {save_to_path}, num_articles: {num_articles}, model_name: {model_name}, task_name: {task_name}')
Or should it be deleted?

@zhangyizhuoduanweiwei
Copy link
Author

I would like to ask, what is the execution logic of the code? Is the main file executed first? But it reports an error saying that there is no dataset in the news folder.
image

@zhangyizhuoduanweiwei
Copy link
Author

The get_self_information in the context_manager.py file uses the gpt3 model, but I don’t have the openai_api_key. Can this part be replaced with another open source model?
image

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