Instructions to use Spandan98/R_Python_Adaptor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Spandan98/R_Python_Adaptor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder2-3b") model = PeftModel.from_pretrained(base_model, "Spandan98/R_Python_Adaptor") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
994c400 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc2c959bf3105228f34aed86a22abe54a5225dc9f8fd2ef39a3a3f08bc1494c7
size 5240
|