Instructions to use aoc01936/eduGPT-72b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aoc01936/eduGPT-72b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("qwen/Qwen-72B-Chat") model = PeftModel.from_pretrained(base_model, "aoc01936/eduGPT-72b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K