Roronotalt commited on
Commit
a8678ab
·
verified ·
1 Parent(s): f469f93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -40
README.md CHANGED
@@ -1,40 +1,82 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: type
6
- dtype: string
7
- - name: text
8
- dtype: string
9
- - name: created_at
10
- dtype: string
11
- - name: author
12
- dtype: string
13
- - name: author_did
14
- dtype: string
15
- - name: uri
16
- dtype: string
17
- - name: embedded_array
18
- list:
19
- - name: alt
20
- dtype: string
21
- - name: blob
22
- dtype: string
23
- - name: type
24
- dtype: string
25
- - name: langs
26
- sequence: string
27
- - name: reply_to
28
- dtype: string
29
- splits:
30
- - name: train
31
- num_bytes: 996961827
32
- num_examples: 2833544
33
- download_size: 596170557
34
- dataset_size: 996961827
35
- configs:
36
- - config_name: default
37
- data_files:
38
- - split: train
39
- path: data/train-*
40
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: type
6
+ dtype: string
7
+ - name: text
8
+ dtype: string
9
+ - name: created_at
10
+ dtype: string
11
+ - name: author
12
+ dtype: string
13
+ - name: author_did
14
+ dtype: string
15
+ - name: uri
16
+ dtype: string
17
+ - name: embedded_array
18
+ list:
19
+ - name: alt
20
+ dtype: string
21
+ - name: blob
22
+ dtype: string
23
+ - name: type
24
+ dtype: string
25
+ - name: langs
26
+ sequence: string
27
+ - name: reply_to
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 996961827
32
+ num_examples: 2833544
33
+ download_size: 596170557
34
+ dataset_size: 996961827
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: train
39
+ path: data/train-*
40
+ ---
41
+
42
+ # Five Million bluesky posts
43
+
44
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674783a7c6317bfd72b33659/GiQ80qipUM3DT3AxGf2f0.png)
45
+
46
+ <!-- Provide a quick summary of the dataset. -->
47
+
48
+ This dataset contains 5 million public posts collected from Bluesky Social's firehose API, intended for machine learning research and experimentation with social media data.
49
+
50
+ This dataset was inspired by the Alpindales original 2 million posts dataset, this dataset expands on that dataset with much more data.
51
+ This is the small version of the dataset to come for testing with formatting/smaller projects.
52
+
53
+ This dataset is my own and is unaffiliated with bluesky or any potential employer.
54
+
55
+ ## Dataset Details
56
+
57
+ ## Dataset Structure
58
+
59
+ <!-- Provide a longer summary of what this dataset is. -->
60
+
61
+
62
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/674783a7c6317bfd72b33659/9FA7LTPkffQDwrSL4F2z5.png)
63
+
64
+ - **Curated by:** Roro
65
+ - **License:** MIT
66
+
67
+ ## Uses
68
+
69
+ <!-- Address questions around how the dataset is intended to be used. -->
70
+
71
+ The dataset could be used for:
72
+ - Study social media trends
73
+ - Research on social media content moderation
74
+ - Studying conversation structures and reply networks
75
+
76
+ I have not been able to figure out how to parse the atproto image ref bytes into a image or blob url. I would appreciate a PR for that.
77
+
78
+ ## Dataset Curation
79
+
80
+ The dataset is filtered, sorting the dataset for quality or moderation may make it more valuable for your use cases. The dataset is as-is and no liablity is provided.
81
+ There likley are duplicates, however deduping was done for each batch (1 million posts) so the amount is likley negligible.
82
+