Upload folder using huggingface_hub
Browse files- .gitattributes +20 -0
- README.md +51 -0
- posts_001.jsonl +3 -0
- posts_002.jsonl +3 -0
- posts_003.jsonl +3 -0
- posts_004.jsonl +3 -0
- posts_005.jsonl +3 -0
- posts_006.jsonl +3 -0
- posts_007.jsonl +3 -0
- posts_008.jsonl +3 -0
- posts_009.jsonl +3 -0
- posts_010.jsonl +3 -0
- posts_011.jsonl +3 -0
- posts_012.jsonl +3 -0
- posts_013.jsonl +3 -0
- posts_014.jsonl +3 -0
- posts_015.jsonl +3 -0
- posts_016.jsonl +3 -0
- posts_017.jsonl +3 -0
- posts_018.jsonl +3 -0
- posts_019.jsonl +3 -0
- posts_020.jsonl +3 -0
- upload.py +9 -0
.gitattributes
CHANGED
@@ -57,3 +57,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
posts_001.jsonl filter=lfs diff=lfs merge=lfs -text
|
61 |
+
posts_002.jsonl filter=lfs diff=lfs merge=lfs -text
|
62 |
+
posts_003.jsonl filter=lfs diff=lfs merge=lfs -text
|
63 |
+
posts_004.jsonl filter=lfs diff=lfs merge=lfs -text
|
64 |
+
posts_005.jsonl filter=lfs diff=lfs merge=lfs -text
|
65 |
+
posts_006.jsonl filter=lfs diff=lfs merge=lfs -text
|
66 |
+
posts_007.jsonl filter=lfs diff=lfs merge=lfs -text
|
67 |
+
posts_008.jsonl filter=lfs diff=lfs merge=lfs -text
|
68 |
+
posts_009.jsonl filter=lfs diff=lfs merge=lfs -text
|
69 |
+
posts_010.jsonl filter=lfs diff=lfs merge=lfs -text
|
70 |
+
posts_011.jsonl filter=lfs diff=lfs merge=lfs -text
|
71 |
+
posts_012.jsonl filter=lfs diff=lfs merge=lfs -text
|
72 |
+
posts_013.jsonl filter=lfs diff=lfs merge=lfs -text
|
73 |
+
posts_014.jsonl filter=lfs diff=lfs merge=lfs -text
|
74 |
+
posts_015.jsonl filter=lfs diff=lfs merge=lfs -text
|
75 |
+
posts_016.jsonl filter=lfs diff=lfs merge=lfs -text
|
76 |
+
posts_017.jsonl filter=lfs diff=lfs merge=lfs -text
|
77 |
+
posts_018.jsonl filter=lfs diff=lfs merge=lfs -text
|
78 |
+
posts_019.jsonl filter=lfs diff=lfs merge=lfs -text
|
79 |
+
posts_020.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
![Bluesky Posts Dataset Overview](bskyposts.png)
|
2 |
+
|
3 |
+
---
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- multilingual
|
7 |
+
license: apache-2.0
|
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.
|
17 |
+
|
18 |
+
## Dataset Overview
|
19 |
+
|
20 |
+
### Key Information
|
21 |
+
- **Source**: Bluesky Social Platform
|
22 |
+
- **Time Range**: Nov 27 - Dec 3, 2024
|
23 |
+
- **Format**: JSONL
|
24 |
+
- **Curator**: Alim Maasoglu
|
25 |
+
- **Primary Language**: English (includes other languages)
|
26 |
+
|
27 |
+
### Data Structure
|
28 |
+
Each post entry contains:
|
29 |
+
- `uri`: Unique post identifier
|
30 |
+
- `created_at`: Post creation timestamp
|
31 |
+
- `text`: Post content
|
32 |
+
- `author`: Author information
|
33 |
+
- Additional metadata (images, replies, etc.)
|
34 |
+
|
35 |
+
### Potential Applications
|
36 |
+
- Social media content analysis
|
37 |
+
- Language processing research
|
38 |
+
- Trend analysis
|
39 |
+
- Content recommendation systems
|
40 |
+
- Social network analysis
|
41 |
+
|
42 |
+
### File Organization
|
43 |
+
- Files are chronologically organized
|
44 |
+
- Each file is approximately 140MB
|
45 |
+
- Naming format: `posts_[DATE]_[TIME].jsonl`
|
46 |
+
|
47 |
+
## Usage Notes
|
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.
|
posts_001.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eba4efb29b9f3649cd0faa39bfc64b2cf11af3a3263536ecaa17a35731cdbc6d
|
3 |
+
size 132828907
|
posts_002.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf9e7523823580bdcf4ef256783a3382581b15665ac8dd919fcedeefa1f73ce
|
3 |
+
size 136812597
|
posts_003.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb315caaa3e2d8835a143ef663a65976b5bb719d8b3a8368f80e1388559b8e71
|
3 |
+
size 134867238
|
posts_004.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283f812ac51d45c4f4ab69e72f0b3f1518fb67c130b49c7b76218838be8ca7ea
|
3 |
+
size 133214514
|
posts_005.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20541ef3a5a515a966565606cddf682bbaee510266611a1027f5aaa69e35f62b
|
3 |
+
size 133765611
|
posts_006.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb439fabf782da1aaac7389c2400c01f434803dd66e7fd4275ac9e5bcfe439dc
|
3 |
+
size 133489808
|
posts_007.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64ab1670ce3521c81d208315bc9156611711ed68cd94eefd3376a4ec2cc7d6d5
|
3 |
+
size 133225695
|
posts_008.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ec1f5fb0acbdfa594978ed407948456b96b3b43c67d1fb459e4de092db176a
|
3 |
+
size 133565707
|
posts_009.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e59d8364a53ab2fffe1342a5815c18b47e405a0891695522d1de3576fcb708a1
|
3 |
+
size 134411688
|
posts_010.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d869c8c88bbf6b381dbffa1287734fed7ebded2ca8fe19c58bfae84fc877b111
|
3 |
+
size 137247944
|
posts_011.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5c8da046e0d4f5402824b2ea06f9a24dcfe00ccbe04ae2437187657d2702b7a
|
3 |
+
size 139784871
|
posts_012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8bfe662639331580f3e265fb58444148a31090c53dd12593acb8d10b8b7f250
|
3 |
+
size 138907418
|
posts_013.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49385bad1f875452810613111df2f526ba1893233bc5430a265996ed9168497b
|
3 |
+
size 138083261
|
posts_014.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06de61cae1ad6152aa1c3e4a46de4b3ec1169a206c4826bf9ab8283f87737ae3
|
3 |
+
size 137668027
|
posts_015.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b76b8c229400c0d34da04576f69b10c716fa19b1a315f4d3f66290fdc238c258
|
3 |
+
size 137187036
|
posts_016.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af3c30db2db5adb1f295262325117b53641ab2f9b36263ede4dfa9cc520c9e3f
|
3 |
+
size 136360475
|
posts_017.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59214825dac784771b099400005ecbd2d449d6955f492853a6fb65937a563b35
|
3 |
+
size 135325976
|
posts_018.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56abd48939ae50df8626d309cdc63c7d5db380a4e054c651bf120c65df2f5733
|
3 |
+
size 136412590
|
posts_019.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ebaf4297c2747ea6105ae89cadff60bb82922cfa4eaac1e4d07970c75987f20
|
3 |
+
size 134180583
|
posts_020.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a1d384e4379664c9e45638d082556d27f23c0594b360f9e624b2765236184e6
|
3 |
+
size 137206249
|
upload.py
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from huggingface_hub import HfApi
|
2 |
+
|
3 |
+
# Upload the folder
|
4 |
+
api = HfApi()
|
5 |
+
api.upload_folder(
|
6 |
+
folder_path="/Users/alimmaasoglu/data-cleanup/data/processed_files",
|
7 |
+
repo_id="withalim/bluesky-posts",
|
8 |
+
repo_type="dataset"
|
9 |
+
)
|