Instructions to use trinhxuankhai/origin_o_pedes_rewrite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use trinhxuankhai/origin_o_pedes_rewrite with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-VL-Chat") model = PeftModel.from_pretrained(base_model, "trinhxuankhai/origin_o_pedes_rewrite") - Notebooks
- Google Colab
- Kaggle
File size: 35 Bytes
0ccff7e | 1 2 3 4 | {
"pad_token": "<|endoftext|>"
}
|