Removing did:plc:5ug6fzthlj6yyvftj3alekpj
#30
by
burtenshaw
HF staff
- opened
- README.md +25 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -4,6 +4,31 @@ language:
|
|
4 |
- en
|
5 |
tags:
|
6 |
- bluesky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
## 2 Million Bluesky Posts
|
9 |
|
|
|
4 |
- en
|
5 |
tags:
|
6 |
- bluesky
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: text
|
10 |
+
dtype: string
|
11 |
+
- name: created_at
|
12 |
+
dtype: string
|
13 |
+
- name: author
|
14 |
+
dtype: string
|
15 |
+
- name: uri
|
16 |
+
dtype: string
|
17 |
+
- name: has_images
|
18 |
+
dtype: bool
|
19 |
+
- name: reply_to
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 1474
|
24 |
+
num_examples: 6
|
25 |
+
download_size: 3947
|
26 |
+
dataset_size: 1474
|
27 |
+
configs:
|
28 |
+
- config_name: default
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: data/train-*
|
32 |
---
|
33 |
## 2 Million Bluesky Posts
|
34 |
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5242ce5d265c682cf6efc2c7d461a102ce1929bdee05c1d59634b056c167786e
|
3 |
+
size 3947
|