|
--- |
|
dataset_info: |
|
features: |
|
- name: thread |
|
list: |
|
- name: author |
|
dtype: string |
|
- name: created_at |
|
dtype: string |
|
- name: text |
|
dtype: string |
|
- name: uri |
|
dtype: string |
|
- name: turns |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 192510751 |
|
num_examples: 171146 |
|
download_size: 108775087 |
|
dataset_size: 192510751 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
outdated! check out [metalure/733k_bluesky_threads](https://hf.co/datasets/metalure/733k_bluesky_threads)! |
|
|
|
all threads present in [alpindale/two-million-bluesky-posts](https://hf.co/datasets/alpindale/two-million-bluesky-posts) |
|
|
|
turns mean 4.537996798055461, median 3 |
|
|
|
example datapoint with one reply: |
|
``` |
|
{'thread': [ |
|
{'author': 'did:plc:fq3awsbogpqzozhbt7sul264', |
|
'created_at': '2024-11-27T12:15:56.566Z', |
|
'text': 'i just listened to full albums from imogen heap, ladytron, linkin park, weezer, and system of a down, as opposed to sleeping ^_^', |
|
'uri': 'at://did:plc:fq3awsbogpqzozhbt7sul264/app.bsky.feed.post/3lbwjqsnyjk2j'}, |
|
{'author': 'did:plc:3guei24uepx42m5g7dktzo2n', |
|
'created_at': '2024-11-27T12:38:07.010Z', |
|
'text': 'sleeping is so overrated.', |
|
'uri': 'at://did:plc:3guei24uepx42m5g7dktzo2n/app.bsky.feed.post/3lbwkyhhvbc2j'}]} |
|
``` |
|
|