Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,16 +1,30 @@
|
|
1 |
-
![Bluesky Posts Dataset Overview](bskyposts.png)
|
2 |
-
|
3 |
---
|
4 |
language:
|
5 |
- en
|
6 |
- multilingual
|
7 |
-
license:
|
8 |
tags:
|
9 |
- bluesky
|
10 |
- social-media
|
11 |
- posts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
|
|
|
|
14 |
# 8 Million Bluesky Social Posts Collection
|
15 |
|
16 |
A comprehensive collection of 8 million public posts from Bluesky Social platform, gathered between November 27 - December 3, 2024. This dataset provides researchers and developers with a large-scale sample of real-world social media data for analysis and experimentation.
|
@@ -48,4 +62,7 @@ Each post entry contains:
|
|
48 |
This dataset is intended for research and development purposes. Users should comply with Bluesky's terms of service when utilizing this data.
|
49 |
|
50 |
## Acknowledgments
|
51 |
-
Data collected from Bluesky Social's public posts. Special thanks to the Bluesky community.
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
- multilingual
|
5 |
+
license: mit
|
6 |
tags:
|
7 |
- bluesky
|
8 |
- social-media
|
9 |
- posts
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: uri
|
13 |
+
dtype: string
|
14 |
+
- name: created_at
|
15 |
+
dtype: string
|
16 |
+
- name: text
|
17 |
+
dtype: string
|
18 |
+
- name: author
|
19 |
+
dtype: string
|
20 |
+
config_name: default
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_examples: 8000000
|
24 |
---
|
25 |
|
26 |
+
![Bluesky Posts Dataset Overview](bskyposts.png)
|
27 |
+
|
28 |
# 8 Million Bluesky Social Posts Collection
|
29 |
|
30 |
A comprehensive collection of 8 million public posts from Bluesky Social platform, gathered between November 27 - December 3, 2024. This dataset provides researchers and developers with a large-scale sample of real-world social media data for analysis and experimentation.
|
|
|
62 |
This dataset is intended for research and development purposes. Users should comply with Bluesky's terms of service when utilizing this data.
|
63 |
|
64 |
## Acknowledgments
|
65 |
+
Data collected from Bluesky Social's public posts. Special thanks to the Bluesky community.
|
66 |
+
|
67 |
+
## License
|
68 |
+
This dataset is released under the MIT License.
|