Instructions to use PranavKeshav/upf_code_generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PranavKeshav/upf_code_generator with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3.2-3b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "PranavKeshav/upf_code_generator") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- faiss_index/index.faiss +0 -0
- faiss_index/index.pkl +3 -0
faiss_index/index.faiss
ADDED
|
Binary file (335 kB). View file
|
|
|
faiss_index/index.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2bb6ad7b6bc620cc8ba8c425d2d70a2bd2a1ca4b70512690fe4186693240aaa
|
| 3 |
+
size 125807
|