Instructions to use ashwincv0112/code-llama-13b-python-finetune2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashwincv0112/code-llama-13b-python-finetune2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Python-hf") model = PeftModel.from_pretrained(base_model, "ashwincv0112/code-llama-13b-python-finetune2") - Notebooks
- Google Colab
- Kaggle
Commit ·
155b978
1
Parent(s): 100536c
Upload tokenizer.model
Browse files- tokenizer.model +3 -0
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|