Instructions to use qingy2024/T2-3B-Checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use qingy2024/T2-3B-Checkpoint with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("InfiniAILab/OpenR1-Qwen-3B-SFT-Instruct") model = PeftModel.from_pretrained(base_model, "qingy2024/T2-3B-Checkpoint") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!