Text Generation
PEFT
Safetensors
English
argument-mining
fact-checking
lora
qwen
distillation
conversational
Instructions to use iamjayeshc/ArgParser-v4-Qwen1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use iamjayeshc/ArgParser-v4-Qwen1.5B 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, "iamjayeshc/ArgParser-v4-Qwen1.5B") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b78d8df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9bc3aa006a2e0d4c151a0e17d4907df8489a15252d193a327b77eef80c264514
size 1293690
|