Instructions to use Dev2410/Llam2-7b_Math_phy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dev2410/Llam2-7b_Math_phy with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Dev2410/Llam2-7b_Math_phy") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
35101d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:460d58b08bc419294e3b21f78f350ec1720bc0d36a3fffcbc074ff2f536f3c6f
size 16822989
|