Tanvir1337 commited on
Commit
83cd166
Β·
verified Β·
1 Parent(s): 01e13be

init readme metadata and content

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: opendirs
3
+ license: mit
4
+ tags:
5
+ - reddit
6
+ - open directories
7
+ - r/opendirectories
8
+ size_categories:
9
+ - 100K<n<1M
10
+ annotations_creators: []
11
+ source_datasets: []
12
+ task_categories:
13
+ - question-answering
14
+ ---
15
+ # opendirs [JSON dataset]
16
+
17
+ [r/opendirectories](https://www.reddit.com/r/opendirectories) Master List.
18
+
19
+ ## Structure
20
+
21
+ The structure is as follows:
22
+
23
+ ```json
24
+ id: {
25
+ id,
26
+ url,
27
+ urls (associated urls from the same post),
28
+ text (original text from the reddit post),
29
+ status (response code),
30
+ }
31
+ ```