Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -9,14 +9,14 @@ tags:
|
|
9 |
- posts
|
10 |
dataset_info:
|
11 |
features:
|
12 |
-
- name:
|
13 |
dtype: string
|
14 |
- name: created_at
|
15 |
dtype: string
|
16 |
-
- name: text
|
17 |
-
dtype: string
|
18 |
- name: author
|
19 |
dtype: string
|
|
|
|
|
20 |
- name: has_images
|
21 |
dtype: bool
|
22 |
- name: reply_to
|
@@ -24,7 +24,7 @@ dataset_info:
|
|
24 |
config_name: default
|
25 |
splits:
|
26 |
- name: train
|
27 |
-
num_examples:
|
28 |
---
|
29 |
|
30 |
![Bluesky Posts Dataset Overview](bskyposts.png)
|
|
|
9 |
- posts
|
10 |
dataset_info:
|
11 |
features:
|
12 |
+
- name: text
|
13 |
dtype: string
|
14 |
- name: created_at
|
15 |
dtype: string
|
|
|
|
|
16 |
- name: author
|
17 |
dtype: string
|
18 |
+
- name: uri
|
19 |
+
dtype: string
|
20 |
- name: has_images
|
21 |
dtype: bool
|
22 |
- name: reply_to
|
|
|
24 |
config_name: default
|
25 |
splits:
|
26 |
- name: train
|
27 |
+
num_examples: 7877660
|
28 |
---
|
29 |
|
30 |
![Bluesky Posts Dataset Overview](bskyposts.png)
|