Instructions to use TFLai/CodeRush with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TFLai/CodeRush with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neox-20b") model = PeftModel.from_pretrained(base_model, "TFLai/CodeRush") - Notebooks
- Google Colab
- Kaggle
Upload model
#5
by Q-bert - opened
No description provided.
Q-bert changed pull request status to merged