TabLLM icon indicating copy to clipboard operation
TabLLM copied to clipboard

Results 15 TabLLM issues
Sort by recently updated
recently updated
newest added

windows 本地环境安装 pip install torch==1.10.1+cpu torchvision==0.11.2+cpu torchaudio==0.10.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html 之后执行 pip install --use-deprecated=legacy-resolver -r requirements.txt -f https://download.pytorch.org/whl/cu113/torch_stable.html 报错 No such file or directory: 'requirements.txt' 这种报错如何处理

I see from the code repo that we are using OpenAI APIs, how can we make this work for Open source models like Llama2? can someone give me detail on...

HI@stefanhgm My current dataset contains test data and diagnostic reports for 3,000 patients. The number of rows of test data is not uniform. Each test data is a three-column csv...

Traceback (most recent call last): File "/opt/conda/envs/tfew/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/opt/conda/envs/tfew/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/codespace/TABLLM/t-few/src/pl_train.py", line 86, in main(config) File "/codespace/TABLLM/t-few/src/pl_train.py", line...

Hi @stefanhgm, I am able to run the t-few code to infer all the datasets with any number of shots except 0 shot. Following your instruction, I changed the num_shot...

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:...

Hello TabLLM authors, thanks for providing the source code. I am especially interested in the fine-tuning scheme of your model. However, I could not find any training script from the...

Thanks for your interesting work! I clone your repo and try to reproduce your results in the paper, however, I find that there are too many missing modules in these...

Hi, Thanks for your work. When trying to run few-shot-pretrained-100k.sh with the "car" dataset, the pl_train file looks for this dataset_readers.get_dataset_reader in t-few's configs, but it's not there. Therefore this...

Hi, I am trying to fine-tune the t03b model with a 4-shot approach on the heart dataset. On checking the logs after every 30 epochs, I don't see any difference...