Instructions to use richardr1126/spider-skeleton-wizard-coder-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use richardr1126/spider-skeleton-wizard-coder-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WizardLM/WizardCoder-15B-V1.0") model = PeftModel.from_pretrained(base_model, "richardr1126/spider-skeleton-wizard-coder-qlora") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- sql
|
| 4 |
- spider
|
|
@@ -10,8 +12,7 @@ tags:
|
|
| 10 |
datasets:
|
| 11 |
- spider
|
| 12 |
- richardr1126/spider-skeleton-context-instruct
|
| 13 |
-
|
| 14 |
-
license: bigcode-openrail-m
|
| 15 |
---
|
| 16 |
### Spider Skeleton Wizard Coder QLoRA Adapter Summary
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: bigcode-openrail-m
|
| 3 |
+
library_name: peft
|
| 4 |
tags:
|
| 5 |
- sql
|
| 6 |
- spider
|
|
|
|
| 12 |
datasets:
|
| 13 |
- spider
|
| 14 |
- richardr1126/spider-skeleton-context-instruct
|
| 15 |
+
base_model: WizardLM/WizardCoder-15B-V1.0
|
|
|
|
| 16 |
---
|
| 17 |
### Spider Skeleton Wizard Coder QLoRA Adapter Summary
|
| 18 |
|