Text Generation
PEFT
Safetensors
GGUF
commit-message
conventional-commits
lora
code
on-device
conversational
Instructions to use pointbreaklab/knot-scribe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use pointbreaklab/knot-scribe with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-7b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "pointbreaklab/knot-scribe") - Notebooks
- Google Colab
- Kaggle
Upload knot-logo.png with huggingface_hub
Browse files- .gitattributes +1 -0
- knot-logo.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
knot-ai-lora-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
knot-ai-lora-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
knot-logo.png filter=lfs diff=lfs merge=lfs -text
|
knot-logo.png
ADDED
|
Git LFS Details
|