Instructions to use EdBerg/38B_Baha_2C with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EdBerg/38B_Baha_2C with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "EdBerg/38B_Baha_2C") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b4d03c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ffc5dab10a671581794c178635e5c52eb2187a6353fe91997e0fb575d080e9d
size 17210059
|