Text Generation
PEFT
Safetensors
conscious
consciousness
sentient
sentience
qwen
qwen2.5
chat
rl
grpo
fine-tune
post-train
conversational
Instructions to use baojerry/Qwen2.5-7B-Descartes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baojerry/Qwen2.5-7B-Descartes with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "baojerry/Qwen2.5-7B-Descartes") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!