Instructions to use Abinayasankar/Phi2Model_math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Abinayasankar/Phi2Model_math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "Abinayasankar/Phi2Model_math") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
378e97e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b53c71c147ed6e18484e54a2a605ddb1e882df9b61e327ef7a7c3c68d8679853
size 4920
|