Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,17 @@ tags:
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- **Developed by:** bunnycore
|
17 |
- **License:** apache-2.0
|
18 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|
|
|
13 |
|
14 |
# Uploaded model
|
15 |
|
16 |
+
Dataset
|
17 |
+
|
18 |
+
```dataset_configs = [
|
19 |
+
("PJMixers/hieunguyenminh_roleplay-deduped-ShareGPT", "train"),
|
20 |
+
("Nitral-AI/Active_RP-ShareGPT", "train"),
|
21 |
+
("Nitral-AI/RP_Alignment-ShareGPT", "train"),
|
22 |
+
("Lambent/rp-teacher-synth-wizard-bixtral-sharegpt", "train"),
|
23 |
+
("alexandreteles/AlpacaToxicQA_ShareGPT", "train")
|
24 |
+
]
|
25 |
+
```
|
26 |
+
|
27 |
- **Developed by:** bunnycore
|
28 |
- **License:** apache-2.0
|
29 |
- **Finetuned from model :** unsloth/phi-3.5-mini-instruct-bnb-4bit
|