OpenDelta icon indicating copy to clipboard operation
OpenDelta copied to clipboard

A plug-and-play library for parameter-efficient-tuning (Delta Tuning)

Results 29 OpenDelta issues
Sort by recently updated
recently updated
newest added

Hi @ShengdingHu , thanks for sharing the code. May I ask that how to change the size of dataset. It seems that that the COPA have 400 train dataset, 50...

Hi. here is another problem. See, I use opendelta and pytorch lightning to fine tune my model using lora. But when I tried to load, it seems wrong since it...

Ok I am trying to use LowRankAdapterModel with bert-base-uncased and bert-large-uncased and I am getting the following error. Please look into it --------------------------------------------------------------------------- KeyError Traceback (most recent call last) [](https://localhost:8080/#)...

exclude prefix start with '.', so that no common structure could be matched.

### save issue #### expected behavior Configuration saved in test_delta_model/config.json Model weights saved in test_delta_model/pytorch_model.bin Model weights push to hub #### situation description: thanks for impressive work, however though I...

Thank you for the awesome work. Currently, I am trying to implement prefix-tuning experiments with BART. The [original code](https://github.com/XiangLi1999/PrefixTuning) provided by the author is a total mess. Then I found...

AutoDeltaModel.from_finetuned("thunlp/Spelling_Correction_T5_LRAdapter_demo", backbone_model=t5) 出现时间错误,咱们解决

Following 'Multitask Modeling using OpenDelta' part in the document reports error 'NotImplementedError' on line: `delta_model.attach()` As tracked in the source code in function attach(), I guess the problem is at...