Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,14 @@ tags:
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- **Developed by:** bunnycore
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/llama-3.2-3b-instruct-bnb-4bit
|
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
16 |
+
```dataset_configs = [
|
17 |
+
("PJMixers/hieunguyenminh_roleplay-deduped-ShareGPT", "train"),
|
18 |
+
("Nitral-AI/Active_RP-ShareGPT", "train"),
|
19 |
+
("Nitral-AI/RP_Alignment-ShareGPT", "train"),
|
20 |
+
("tohur/Internal-Knowledge-Map-sharegpt", "train")
|
21 |
+
]
|
22 |
+
```
|
23 |
+
|
24 |
- **Developed by:** bunnycore
|
25 |
- **License:** apache-2.0
|
26 |
- **Finetuned from model :** unsloth/llama-3.2-3b-instruct-bnb-4bit
|