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

wget example_train_config.yaml points to wrong URL #5

Open
ubergraham opened this issue May 27, 2023 · 1 comment
Open

wget example_train_config.yaml points to wrong URL #5

ubergraham opened this issue May 27, 2023 · 1 comment

Comments

@ubergraham
Copy link

!wget https://github.com/CogStack/OpenGPT/blob/main/configs/example_train_config.yaml ended up downloading the HTML file Github page (And subsequently throws an error of course)

I think you want to maybe use
!wget https://raw.githubusercontent.com/CogStack/OpenGPT/main/configs/example_train_config.yaml instead

@ubergraham
Copy link
Author

Actually same issue with the CSVs as well.

This code worked however in Jupyter Lab and Google Colab:


# Download the configs and data from OpenGPT repo https://github.com/CogStack/OpenGPT
!wget https://raw.githubusercontent.com/CogStack/OpenGPT/main/data/nhs_uk_full/prepared_generated_data_for_nhs_uk_qa.csv
!wget https://raw.githubusercontent.com/CogStack/OpenGPT/main/data/nhs_uk_full/prepared_generated_data_for_nhs_uk_conversations.csv
!wget https://raw.githubusercontent.com/CogStack/OpenGPT/main/data/medical_tasks_gpt4/prepared_generated_data_for_medical_tasks.csv
!wget https://raw.githubusercontent.com/CogStack/OpenGPT/main/configs/example_train_config.yaml

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