Instructions to use Mariam23232/Thera-Bot-2025-04-28_04.56.49 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Mariam23232/Thera-Bot-2025-04-28_04.56.49 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Navid-AI/Yehia-7B-preview") model = PeftModel.from_pretrained(base_model, "Mariam23232/Thera-Bot-2025-04-28_04.56.49") - Notebooks
- Google Colab
- Kaggle