Instructions to use ZhanQU/conversion_synthetic_code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZhanQU/conversion_synthetic_code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "ZhanQU/conversion_synthetic_code") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
766baba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:180e6d61747103749334a4d5b0197fc4709db7242486ffc098c54f7405b27b55
size 5560
|