Instructions to use ayushadarsh7/LoRA_1484_image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayushadarsh7/LoRA_1484_image with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ayushadarsh7/LoRA_1484_image", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| num_epochs = 10 | |
| -batch_size", type=int, default=1 | |
| --gradient_accumulation_steps = 4 | |
| --learning_rate = 2e-4 | |
| --lora_alpha", type=int, default=16 | |
| --merge_and_save", action="store_true |