KaraKaraWitch commited on
Commit
0bb9a7a
·
verified ·
1 Parent(s): 2df7748

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -21,7 +21,9 @@ language:
21
 
22
  # OKReddit - Release Candidate 2023
23
 
24
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/iIT11kzCFgbKSc0E-p5S4.png)
 
 
25
 
26
  # Dataset Summary
27
 
@@ -35,8 +37,6 @@ This dataset includes (obviously) a filtered list of subreddits.
35
  - **Language(s) (NLP):** Mainly English. Other languages are available at smaller sizes.
36
  - **License:** `Scripts` folder are Apache 2.0. Refer to [Licensing Information](#licensing-information) for data license.
37
 
38
- We are currently addressing these issues. (Re-running the fixed script) In the next release, these shall be fixed.
39
-
40
  ### Dataset Sources
41
 
42
  - **Source Data:** [Academic Torrents](https://academictorrents.com/details/9c263fc85366c1ef8f5bb9da0203f4c8c8db75f4) by (stuck_in_the_matrix, Watchful1, RaiderBDev & pushshift folks.)
@@ -71,6 +71,7 @@ Each data instance repreasents a submission thread within a subreddit.
71
  - The first value of `namedconversation` is the submission. The rest are replies.
72
  - If a submission is marked as NSFW / Mature, a `[R-18]` is appended to the front of the title.
73
  - `submission` / `comments`: The raw submission and comments respectively.
 
74
 
75
  Unsure or Confused? We have provided a real sample below.
76
 
 
21
 
22
  # OKReddit - Release Candidate 2023
23
 
24
+ <div>
25
+ <a href="https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/iIT11kzCFgbKSc0E-p5S4.png"><img src="https://cdn-uploads.huggingface.co/production/uploads/633e85093a17ab61de8d9073/iIT11kzCFgbKSc0E-p5S4.png" style="margin-left:auto;margin-right:auto"></a>
26
+ </div>
27
 
28
  # Dataset Summary
29
 
 
37
  - **Language(s) (NLP):** Mainly English. Other languages are available at smaller sizes.
38
  - **License:** `Scripts` folder are Apache 2.0. Refer to [Licensing Information](#licensing-information) for data license.
39
 
 
 
40
  ### Dataset Sources
41
 
42
  - **Source Data:** [Academic Torrents](https://academictorrents.com/details/9c263fc85366c1ef8f5bb9da0203f4c8c8db75f4) by (stuck_in_the_matrix, Watchful1, RaiderBDev & pushshift folks.)
 
71
  - The first value of `namedconversation` is the submission. The rest are replies.
72
  - If a submission is marked as NSFW / Mature, a `[R-18]` is appended to the front of the title.
73
  - `submission` / `comments`: The raw submission and comments respectively.
74
+ - Refer to sample for full structure
75
 
76
  Unsure or Confused? We have provided a real sample below.
77