Instructions to use nisten/bigdoc-c34b-python-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nisten/bigdoc-c34b-python-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/CodeLlama-34B-Instruct-fp16") model = PeftModel.from_pretrained(base_model, "nisten/bigdoc-c34b-python-v1") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: peft
|
| 3 |
license: mit
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
## training only 2000/5000 complete
|
| 6 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: mit
|
| 3 |
+
library_name: peft
|
| 4 |
+
base_model: TheBloke/CodeLlama-34B-Instruct-fp16
|
| 5 |
---
|
| 6 |
## training only 2000/5000 complete
|
| 7 |
|