Text Generation
PEFT
Safetensors
mbti
personality-prediction
nlp
lora
qlora
deepseek
unsloth
sft
trl
conversational
Instructions to use OmarGamal48812/P2P-DeepSeek-R1-8B-MBTI-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use OmarGamal48812/P2P-DeepSeek-R1-8B-MBTI-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/DeepSeek-R1-Distill-Llama-8B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "OmarGamal48812/P2P-DeepSeek-R1-8B-MBTI-LoRA") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop