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: 96 Bytes
44fcb92 | 1 2 3 4 5 | {
"bos_token": "<|begin_of_text|>",
"eos_token": "<|eot_id|>",
"pad_token": "<|eot_id|>"
} |