Instructions to use phunghuy159/test_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phunghuy159/test_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-0.5B") model = PeftModel.from_pretrained(base_model, "phunghuy159/test_lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "base_model": "Qwen/Qwen2-0.5B", | |
| "model_type": "qwen2", | |
| "fine_tuned_from": "Qwen/Qwen2-0.5B", | |
| "training_method": "LoRA", | |
| "torch_dtype": "float16", | |
| "architectures": [ | |
| "Qwen2ForCausalLM" | |
| ] | |
| } |