r0d commited on
Commit ·
5e0bde9
1
Parent(s): 7fa0325
adding sharegpt better uncensored dataset
Browse files
README.md
CHANGED
|
@@ -13,6 +13,12 @@ See [Better Uncensored github](https://github.com/sudoaza/better-uncensored) for
|
|
| 13 |
|
| 14 |
## Datasets
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- **regular.json**: A list of sentences that are neither refusals to answer nor contain AI moralizing comments. Used as negative examples for training the classifier models.
|
| 17 |
- **refusals.json**: A list of sentences that are examples of AI refusal to answer a request.
|
| 18 |
- **moralizing.json**: A list of sentences that are examples of (or contain) AI moralizing.
|
|
|
|
| 13 |
|
| 14 |
## Datasets
|
| 15 |
|
| 16 |
+
### Better Uncensored Datasets
|
| 17 |
+
|
| 18 |
+
- **[ShareGPT](https://huggingface.co/datasets/betteruncensored/sharegpt)** ShareGPT 90k cleaned and processed with the BUn pipeline, also available with long conersations split. Drop-in replacement for `sharegpt_20230401` and `ShareGPT_Vicuna_unfiltered` datasets.
|
| 19 |
+
|
| 20 |
+
### For training moralizing/refusal classifiers
|
| 21 |
+
|
| 22 |
- **regular.json**: A list of sentences that are neither refusals to answer nor contain AI moralizing comments. Used as negative examples for training the classifier models.
|
| 23 |
- **refusals.json**: A list of sentences that are examples of AI refusal to answer a request.
|
| 24 |
- **moralizing.json**: A list of sentences that are examples of (or contain) AI moralizing.
|