SPP
[ICML 2024] SPP: Sparsity-Preserved Parameter-Efficient Fine-Tuning for Large Language Models
File Explorer
- lora.py
- SPP.png
- accelerate_ds_zero3_cpu_offload_config.yaml
- peft_lora_clm_accelerate_big_model_inference.ipynb
- peft_lora_clm_accelerate_ds_zero3_offload.py
- peft_prefix_tuning_clm.ipynb
- peft_prompt_tuning_clm.ipynb
- requirements.txt
- accelerate_ds_zero3_cpu_offload_config.yaml
- peft_lora_seq2seq.ipynb
- peft_lora_seq2seq_accelerate_big_model_inference.ipynb
- peft_lora_seq2seq_accelerate_ds_zero3_offload.py
- peft_lora_seq2seq_accelerate_fsdp.py
- peft_prefix_tuning_seq2seq.ipynb
- requirements.txt
- image_classification_peft_lora.ipynb
- README.md
- Finetune_flan_t5_large_bnb_peft.ipynb
- Finetune_opt_bnb_peft.ipynb
- peft_bnb_whisper_large_v2_training.ipynb
- colab_notebook.ipynb
- lora_dreambooth_inference.ipynb
- requirements.txt
- train_dreambooth.py
- README.md
- semantic_segmentation_peft_lora.ipynb
- LoRA.ipynb
- P_Tuning.ipynb
- prefix_tuning.ipynb
- Prompt_Tuning.ipynb
- requirements.txt
- peft_lora_token_cls.ipynb
- requirements.txt
- __init__.py
- lora.py
- p_tuning.py
- prefix_tuning.py
- prompt_tuning.py
- __init__.py
- adapters_utils.py
- config.py
- other.py
- save_and_load.py
- __init__.py
- mapping.py
- peft_model.py
- test_config.py
- test_peft_model.py
- .gitignore
- LICENSE
- Makefile
- peft-0.2.0.tar.gz
- pyproject.toml
- README.md
- setup.py
- alpaca.json
- alpaca_legacy.json
- alpaca_short.json
- README.md
- vigogne.json
- __init__.py
- callbacks.py
- prompter.py
- README.md
- .gitignore
- alpaca_data.json
- alpaca_data_gpt4.json
- convert_ckpt.py
- deepspeed.json
- export_hf_checkpoint.py
- finetune.py
- finetune_deepspeed.py
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
dir
View Details ▼
dir
List files.
dir
List files in the current working directory:
tldr ls
View documentation for the original command:
dir
Show the contents of the current directory:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
