Text Generation
PEFT
Safetensors
English
code
coding-assistant
fine-tuned
lora
nouscoder
python
sft
solidity
typescript
conversational
Instructions to use 0xSero/NousCoder-14B-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0xSero/NousCoder-14B-SFT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/NousCoder-14B") model = PeftModel.from_pretrained(base_model, "0xSero/NousCoder-14B-SFT") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 800
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 513878424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99d655d301ea858be3358895b900f83f3546df34d2ad0f6a2f427b9e8efe0dac
|
| 3 |
size 513878424
|