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