Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
Mistral-7B-Instruct-v0.3-XSum-QLoRA – AI Model by BacemKarray | AlphaNeural AI
You can deploy this model and start earning money today!
BacemKarray
/
Mistral-7B-Instruct-v0.3-XSum-QLoRA
like
0
safetensors
summarization
EdinburghNLP/xsum
mistralai/Mistral-7B-Instruct-v0.3
finetune
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Lightweight QLoRA adapter trained on the EdinburghNLP/XSum dataset for abstractive news summarization.
The adapter fine-tunes Mistral-7B-Instruct-v0.3 using ~50k training and 2k validation samples prepared via a summarization prompt.
Training used the following parameters: r=8, lora_alpha=16, lora_dropout=0.1, target_modules=["q_proj", "k_proj", "v_proj", "o_proj"]
Adapters can be merged into the base model for inference using PeftModel.merge_and_unload().