Instructions to use ILoveBuns/adaption_python_mental_execution_trac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ILoveBuns/adaption_python_mental_execution_trac with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Meta-Llama-3.3-70B-Instruct-Reference") model = PeftModel.from_pretrained(base_model, "ILoveBuns/adaption_python_mental_execution_trac") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
44fcb92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c8fdfc82d3d2e82d8f3bbeb26236a4a770eb869606e483716031fc9660c7e606
size 65578776
|