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: 129 Bytes
b78d8df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4be76b5c9f2afb45095dadd0f44e49d0fa8d8d3689d3fc89a49da8c1c767e2df
size 4792
|