File size: 1,779 Bytes
95805a1 1231bad 95805a1 2bd091a 95805a1 1231bad 95805a1 2bd091a e0510c0 95805a1 e0510c0 9193e56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
---
dataset_info:
- config_name: deduped
features:
- name: title
dtype: string
- name: body
dtype: string
- name: subreddit
dtype: string
splits:
- name: train
num_bytes: 87280734834
num_examples: 121344087
download_size: 58748515490
dataset_size: 87280734834
- config_name: default
features:
- name: title
dtype: string
- name: body
dtype: string
- name: subreddit
dtype: string
splits:
- name: train
num_bytes: 93764255230
num_examples: 127445911
download_size: 62576730319
dataset_size: 93764255230
- config_name: mini
features:
- name: title
dtype: string
- name: body
dtype: string
- name: subreddit
dtype: string
- name: cluster_id
dtype: int64
splits:
- name: train
num_bytes: 1842483920
num_examples: 2487046
download_size: 1172276509
dataset_size: 1842483920
configs:
- config_name: deduped
data_files:
- split: train
path: deduped/train-*
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: mini
data_files:
- split: train
path: mini/train-*
license: odc-by
task_categories:
- text-generation
- text2text-generation
---
# reddit-title-body-hf
[sentence-transformers/reddit-title-body](https://huggingface.co/datasets/sentence-transformers/reddit-title-body) in parquet format
## additional configs
- the [deduped](https://huggingface.co/datasets/BEE-spoke-data/reddit-title-body-hf/viewer/deduped) config, which has the `body` col deduped via minhash
- 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
|