withalim commited on
Commit
45b2e60
·
verified ·
1 Parent(s): 34e7d35

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,14 +9,14 @@ tags:
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
  - 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: 8000000
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)