Ladder-Side-Tuning icon indicating copy to clipboard operation
Ladder-Side-Tuning copied to clipboard

FileNotFoundError: Couldn't find remote file with version master at https://raw.githubusercontent.com/huggingface/datasets/master/datasets/glue/glue.py. Please provide a valid version and a valid dataset name cp: cannot stat 'outputs/full_finetuning/all_results.json': No such file or directory

Open bf-yang opened this issue 2 years ago • 4 comments

When i run: bash scripts/baseline.sh "1" $"cola"
It reports:
FileNotFoundError: Couldn't find remote file with version master at https://raw.githubusercontent.com/huggingface/datasets/master/datasets/glue/glue.py. Please provide a valid version and a valid dataset name cp: cannot stat 'outputs/full_finetuning/all_results.json': No such file or directory

How can i properly run the code? Thanks!

bf-yang avatar Dec 09 '22 12:12 bf-yang

Hi,

It seems like there is a an extra $ in your command. Can you try bash scripts/baseline.sh "1" "cola" and see if it works? Thank you.

ylsung avatar Dec 13 '22 09:12 ylsung

Hi @bf-yang Did you solve the problem you mentioned? I'm currently experiencing the same problem. Thank you!

shachoi avatar Jun 14 '23 10:06 shachoi

It happens to appear the problem in my case, I also require the solution.

OceannTwT avatar Jul 13 '23 03:07 OceannTwT

Have you tried the fix mentioned in my previous comment?

It seems like there is a an extra $ in your command. Can you try bash scripts/baseline.sh "1" "cola" and see if it works? Thank you.

BTW, It is hard to provide any help if there are not enough information. What is the command you use to run the code? What dataset you use? Which line is the error happens? Also, could you add print(data_args.dataset_name) after https://github.com/ylsung/Ladder-Side-Tuning/blob/1798e82e52f2f071084e6a10126c3da359176238/seq2seq/run_seq2seq.py#L388C15-L388C27 and tell me what is the output in your case?

ylsung avatar Jul 18 '23 01:07 ylsung