Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (319311fbd67dcfd90a1cb16d49aa798f9466e770)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -1,18 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: peft
|
| 3 |
-
license: cc-by-nc-4.0
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
- id
|
| 7 |
-
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
- qlora
|
| 11 |
- wizardlm
|
| 12 |
- uncensored
|
| 13 |
- instruct
|
| 14 |
- alpaca
|
|
|
|
|
|
|
| 15 |
pipeline_tag: text-generation
|
|
|
|
| 16 |
---
|
| 17 |
# DukunLM - Indonesian Language Model 🧙♂️
|
| 18 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- id
|
| 5 |
+
license: cc-by-nc-4.0
|
| 6 |
+
library_name: peft
|
| 7 |
tags:
|
| 8 |
- qlora
|
| 9 |
- wizardlm
|
| 10 |
- uncensored
|
| 11 |
- instruct
|
| 12 |
- alpaca
|
| 13 |
+
datasets:
|
| 14 |
+
- MBZUAI/Bactrian-X
|
| 15 |
pipeline_tag: text-generation
|
| 16 |
+
base_model: nferroukhi/WizardLM-Uncensored-Falcon-7b-sharded-bf16
|
| 17 |
---
|
| 18 |
# DukunLM - Indonesian Language Model 🧙♂️
|
| 19 |
|