Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,10 @@ task_categories:
|
|
65 |
|
66 |
# reddit-title-body-hf
|
67 |
|
68 |
-
[sentence-transformers/reddit-title-body](https://huggingface.co/datasets/sentence-transformers/reddit-title-body) in parquet format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
# reddit-title-body-hf
|
67 |
|
68 |
+
[sentence-transformers/reddit-title-body](https://huggingface.co/datasets/sentence-transformers/reddit-title-body) in parquet format
|
69 |
+
|
70 |
+
|
71 |
+
## additional configs
|
72 |
+
|
73 |
+
- the [deduped](https://huggingface.co/datasets/BEE-spoke-data/reddit-title-body-hf/viewer/deduped) config, which has the `body` col deduped via minhash
|
74 |
+
- the [mini](https://huggingface.co/datasets/BEE-spoke-data/reddit-title-body-hf/viewer/mini) config, which is a ~1 GB version of the deduped dataset created via a [minipile-like](https://arxiv.org/abs/2304.08442) clustering+sampling approach
|