Prompt-Transferability
Prompt-Transferability copied to clipboard
On Transferability of Prompt Tuning for Natural Language Processing
Reverts thunlp/Prompt-Transferability#25
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...
Bumps [transformers](https://github.com/huggingface/transformers) from 4.28.1 to 4.38.0. Release notes Sourced from transformers's releases. v4.38: Gemma, Depth Anything, Stable LM; Static Cache, HF Quantizer, AQLM New model additions 💎 Gemma 💎 Gemma...
Hello! Thank you greatly for your extensive work and code! I'm thinking about using the pretrained prompt embeddings directly, which are just stored in the `Prompt-Transferability-2.0-latest/task_prompt_emb` folder. Great thanks for...
Hello! Thank you for your good work! I think there is minor typo in valid.sh. original code : CUDA_VISIBLE_DEVICES=$gpus python3 valid.py --config config/{DATASET}Prompt${BACKBONE}.config \ fixed code : CUDA_VISIBLE_DEVICES=$gpus python3 valid.py...