Instructions to use ChocoLord/TunedQwen2.5-1.5B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ChocoLord/TunedQwen2.5-1.5B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "ChocoLord/TunedQwen2.5-1.5B-Instruct") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 174
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 73911112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86b93aa50c73a6b3440b94a14c24399f257931588d839f72db881dac344459ff
|
| 3 |
size 73911112
|