Commit
·
1482399
1
Parent(s):
4999741
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (69204ceeea6683f1da57a4b1ce7f9062c75b2fe6)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: openrail
|
| 3 |
-
datasets:
|
| 4 |
-
- bugdaryan/spider-natsql-wikisql-instruct
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- code
|
| 9 |
- sql
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# LoRA adapters for model WizardCoderSQL
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: openrail
|
| 5 |
+
library_name: peft
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
- sql
|
| 9 |
+
datasets:
|
| 10 |
+
- bugdaryan/spider-natsql-wikisql-instruct
|
| 11 |
+
base_model: WizardLM/WizardCoder-15B-V1.0
|
| 12 |
---
|
| 13 |
|
| 14 |
# LoRA adapters for model WizardCoderSQL
|