Instructions to use ADHIZ/openaitrainingverison7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ADHIZ/openaitrainingverison7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "ADHIZ/openaitrainingverison7") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5a1f7a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0c7bda89c9427f80f64dea764b6fcff0c96ae169c341cb114d08549011961e1e
size 5496
|