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
!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
The text was updated successfully, but these errors were encountered:
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
!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
insteadThe text was updated successfully, but these errors were encountered: