HenryQW commited on
Commit
898c33d
·
unverified ·
1 Parent(s): 0df1efc

chore: update README and license

Browse files
Files changed (2) hide show
  1. README.md +101 -56
  2. assets/RSS3_LOGO_PRIMARY.svg +19 -0
README.md CHANGED
@@ -1,66 +1,111 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
- - name: handle
5
- dtype: string
6
- - name: body
7
- dtype: string
8
- - name: media
9
- list:
10
- - name: address
11
  dtype: string
12
- - name: mime_type
 
 
 
 
 
 
 
 
 
 
 
 
13
  dtype: string
14
- - name: profile_id
15
- dtype: string
16
- - name: publication_id
17
- dtype: string
18
- - name: timestamp
19
- dtype: string
20
  splits:
21
- - name: batch_0
22
- num_bytes: 220122462
23
- num_examples: 891118
24
- - name: batch_1
25
- num_bytes: 885209133
26
- num_examples: 3000000
27
- - name: batch_2
28
- num_bytes: 640808994
29
- num_examples: 2172208
30
- - name: batch_3
31
- num_bytes: 924120947
32
- num_examples: 3000000
33
- - name: batch_4
34
- num_bytes: 762173887
35
- num_examples: 2396247
36
- - name: batch_5
37
- num_bytes: 7506223
38
- num_examples: 22735
39
- - name: batch_6
40
- num_bytes: 335272
41
- num_examples: 842
42
- - name: batch_7
43
- num_bytes: 8748603
44
- num_examples: 18352
45
  download_size: 2222667988
46
  dataset_size: 3449025521
47
  configs:
48
- - config_name: default
49
- data_files:
50
- - split: batch_0
51
- path: data/batch_0-*
52
- - split: batch_1
53
- path: data/batch_1-*
54
- - split: batch_2
55
- path: data/batch_2-*
56
- - split: batch_3
57
- path: data/batch_3-*
58
- - split: batch_4
59
- path: data/batch_4-*
60
- - split: batch_5
61
- path: data/batch_5-*
62
- - split: batch_6
63
- path: data/batch_6-*
64
- - split: batch_7
65
- path: data/batch_7-*
66
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc0-1.0
3
  dataset_info:
4
  features:
5
+ - name: handle
 
 
 
 
 
 
6
  dtype: string
7
+ - name: body
8
+ dtype: string
9
+ - name: media
10
+ list:
11
+ - name: address
12
+ dtype: string
13
+ - name: mime_type
14
+ dtype: string
15
+ - name: profile_id
16
+ dtype: string
17
+ - name: publication_id
18
+ dtype: string
19
+ - name: timestamp
20
  dtype: string
 
 
 
 
 
 
21
  splits:
22
+ - name: batch_0
23
+ num_bytes: 220122462
24
+ num_examples: 891118
25
+ - name: batch_1
26
+ num_bytes: 885209133
27
+ num_examples: 3000000
28
+ - name: batch_2
29
+ num_bytes: 640808994
30
+ num_examples: 2172208
31
+ - name: batch_3
32
+ num_bytes: 924120947
33
+ num_examples: 3000000
34
+ - name: batch_4
35
+ num_bytes: 762173887
36
+ num_examples: 2396247
37
+ - name: batch_5
38
+ num_bytes: 7506223
39
+ num_examples: 22735
40
+ - name: batch_6
41
+ num_bytes: 335272
42
+ num_examples: 842
43
+ - name: batch_7
44
+ num_bytes: 8748603
45
+ num_examples: 18352
46
  download_size: 2222667988
47
  dataset_size: 3449025521
48
  configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: batch_0
52
+ path: data/batch_0-*
53
+ - split: batch_1
54
+ path: data/batch_1-*
55
+ - split: batch_2
56
+ path: data/batch_2-*
57
+ - split: batch_3
58
+ path: data/batch_3-*
59
+ - split: batch_4
60
+ path: data/batch_4-*
61
+ - split: batch_5
62
+ path: data/batch_5-*
63
+ - split: batch_6
64
+ path: data/batch_6-*
65
+ - split: batch_7
66
+ path: data/batch_7-*
67
  ---
68
+
69
+ # A High Quality Open Web Content Dataset
70
+
71
+ ![](./assets/RSS3_LOGO_PRIMARY.svg)
72
+
73
+ This dataset is curated by the RSS3 Network.
74
+ It contains a large collection of content from a variety of decentralized platforms such as Farcaster and Lens.
75
+
76
+ The dataset has been structured and indexed by RSS3 Nodes, and is provided in a structured format for easy access and analysis.
77
+
78
+ **All content is available on the RSS3 Network's Data Sublayer.**
79
+
80
+ RSS3 ecosystem projects have been leveraging the dataset to build various applications and services, including finetuning large language models, training recommendation systems, and more.
81
+
82
+ ## Fields
83
+
84
+ 1. **handle**: The handle of the author on the corresponding platform.
85
+ 2. **body**: The text content of the post.
86
+ 3. **media**: A list of media objects associated with the post.
87
+ - **address**: The URL of the media.
88
+ - **mime_type**: The MIME type of the media.
89
+ 4. **profile_id**: The profile id of the author on the corresponding platform.
90
+ 5. **publication_id**: The publication id of the post on the corresponding platform.
91
+ 6. **timestamp**: The timestamp of the post on the corresponding platform. When not available, it is the time in which the data was indexed and structured by RSS3 Nodes.
92
+
93
+ ## Alternative Access
94
+
95
+ For enhanced filtering options and more control over data granularity, you may access the dataset through the RSS3 Network. For more details, please refer to our documentation: <https://docs.rss3.io>.
96
+
97
+ ## Other Resources
98
+
99
+ In addition to providing data, RSS3 offers SDKs and frameworks for building AI solutions, learn more: <https://docs.rss3.io/>.
100
+
101
+ As a proud member of the Open Information Initiative, RSS3 also sponsors the Open Information Grant. If you have a great idea, apply here: <https://openinformation.io/grant>.
102
+
103
+ ## License and Disclaimer
104
+
105
+ This dataset is marked with CC0 1.0.
106
+
107
+ By marking the work with a CC0 public domain dedication, the creator is giving up their copyright and allowing reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes.
108
+
109
+ RSS3 Network and its Node operators does not own, produce and/or endorse any of the content in this dataset.
110
+ All content is owned by the respective authors and/or platforms, which is provided in a decentralized manner with unrestricted access.
111
+ At the time of publication, the respective platforms did not restrict the redistribution of the content via their terms of service and/or licenses.
assets/RSS3_LOGO_PRIMARY.svg ADDED