-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error with Creating Serialized Datasets #20
Comments
I also found out that cudatoolkit cannot be installed, do you know why? |
Hello @Ping-Song , thanks for using our code and for reaching out with this issue. Just to be sure, what is the exact command that you are running? To get a serialization for the
Does this work or what output does it create? Thank you! |
Hi, thank you for your reply. I tried it again, it says "zsh: command not found: create_external_datasets.py" |
When I was running "conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge". There are PackageNotFoundError: PackagesNotFoundError: The following packages are not available from current channels:
Could you please tell me how to install this 2 packages or what alternative package I can use? |
Hi, should I run "create_external_datasets.py --dataset car" or "create_external_datasets.py --dataset car (--list) (--list (--tabletotext|--t0serialization|--values|--permuted|--shuffled))" as shown in this github instruction? |
Hi, I managed to run the serialization, but there is one additional error: AttributeError: module 'huggingface_hub.constants' has no attribute 'HF_HUB_CACHE'. Can you help me with this please? Thanks! |
Hello @Ping-Song ,
Please make sure that you are in the correct directory.
The second command does not work. It just shows all possible options you can run the script with. You have to choose the options depending on what you need. The first command should work.
Sorry for that. The package can often cause problems as version are not compatible anymore. Often you have to try around a bit and check online for alternatives. What worked for me the last time I setup the environment was the following:
The using the requirements file of t-few (https://github.com/r-three/t-few/blob/master/requirements.txt).
I used the resulting environment for both t-few and TabLLM code. Hope that works! |
Hello @Ping-Song, Sorry, I do not know this error. Maybe setting the environment variable can help?
|
Hi Thanks for your prompt reply! I did set the environment variable. |
When I was creating serialized datasets with the following code, it always show the error 'no matches found'
Code: create_external_datasets.py --dataset (car|income|diabetes|heart|bank|blood|calhousing|creditg|jungle) (--list) (--list (--tabletotext|--t0serialization|--values|--permuted|--shuffled))
Error: zsh: no matches found: (car|income|diabetes|heart|bank|blood|calhousing|creditg|jungle)
I did run the previous code in Preparing the Environments section.
The text was updated successfully, but these errors were encountered: