Instructions to use rayraycano/finetune-demo-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rayraycano/finetune-demo-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rayraycano/finetune-demo-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| @@ @@ @@ @@ =@@ | |
| @@ #@@@@@@@@@ @@ #@#@= @@ #@ .=@@ | |
| #@@@@@@@@@@@@@@@@@ =@# @# ##= ## =####=+ @@ =#####+ =#@@###. @@ | |
| @@@@@@@@@@/ +@@/ +@@ | |
| @@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@ | |
| =@#=====@@ =@ | |
| @@@@@@@@@@@@@@@@ @@@@ #@ #@= #@= +@@ #@# =@# @@. =@# =@# #@. @@ | |
| =@# @# #@= #@ =#@@@@#= +#@@= +#@@@@#= .##@@+ @@ | |
| @@@@ @@@@@@@@@@@@@@@@ | |
| Welcome to the axolotl cloud image! If the you've mounted a disk to /workspace and the axolotl directory ie empty, run the following commands: | |
| ``` | |
| cd /workspace | |
| rm -rf /workspace/axolotl | |
| git clone https://github.com/axolotl-ai-cloud/axolotl.git | |
| cd axolotl | |
| pip install --no-build-isolation --no-deps -e . | |
| ``` | |