Datasets:
KaraKaraWitch
commited on
Commit
•
cc2dfb7
1
Parent(s):
9e5108a
Update README.md
Browse files
README.md
CHANGED
@@ -53,4 +53,81 @@ import webdataset as wds
|
|
53 |
tar_file = "PackedTar.tar"
|
54 |
|
55 |
hf_dataset = wds.WebDataset(str(tar_root)).decode("pil")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
```
|
|
|
53 |
tar_file = "PackedTar.tar"
|
54 |
|
55 |
hf_dataset = wds.WebDataset(str(tar_root)).decode("pil")
|
56 |
+
```
|
57 |
+
|
58 |
+
# Additional Information
|
59 |
+
|
60 |
+
## Recursal's Vision
|
61 |
+
|
62 |
+
> To make AI accessible to everyone, regardless of language, or economical status
|
63 |
+
|
64 |
+
This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it.
|
65 |
+
|
66 |
+
We believe that AI should not be controlled by a select few individual organization. And that it should be made accessible regardless if you are rich or poor, or a native speaker of english.
|
67 |
+
|
68 |
+
### About RWKV
|
69 |
+
|
70 |
+
RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision.
|
71 |
+
|
72 |
+
The RWKV architecture scales efficiently and economically. As an RNN & Transformer hybrid, it is able to provide the performance similar to leading transformer models, while having the compute and energy efficiency of an RNN based architecture.
|
73 |
+
|
74 |
+
You can find out more about the project, and latest models, at the following
|
75 |
+
|
76 |
+
- [https://blog.rwkv.com](https://blog.rwkv.com)
|
77 |
+
- [https://wiki.rwkv.com](https://wiki.rwkv.com)
|
78 |
+
|
79 |
+
|
80 |
+
### About Recursal AI
|
81 |
+
|
82 |
+
Recursal AI, is the commercial entity built to provide support for RWKV model development and users, while providing commercial services via its public cloud, or private-cloud / on-premise offerings.
|
83 |
+
|
84 |
+
As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets.
|
85 |
+
|
86 |
+
The following dataset/models provided here, is part of that commitment.
|
87 |
+
|
88 |
+
You can find out more about recursal AI here
|
89 |
+
|
90 |
+
- [https://recursal.ai](https://recursal.ai)
|
91 |
+
- [https://blog.recursal.ai](https://blog.recursal.ai)
|
92 |
+
|
93 |
+
### Licensing Information
|
94 |
+
|
95 |
+
Since this dataset is derived from a public crawl of reddit, the original content may be subject to copyright and other licensing terms set by the original site owner and/or the content creators.
|
96 |
+
Additionally, this dataset is for research and archival purposes only.
|
97 |
+
|
98 |
+
Recursal Waifus (The banner image) are licensed under CC-BY-SA.
|
99 |
+
They do not represent the related websites in any official capacity unless otherwise or announced by the website.
|
100 |
+
You may use them as a banner image. However, you must always link back to the dataset.
|
101 |
+
|
102 |
+
### Citation Information
|
103 |
+
|
104 |
+
If you use this dataset in your research or project, please cite it as follows:
|
105 |
+
|
106 |
+
```TeX
|
107 |
+
@dataset{OKRedditVisionary,
|
108 |
+
title = {OKReddit-Visionary},
|
109 |
+
year = {2024},
|
110 |
+
publisher = {KaraKaraWitch},
|
111 |
+
url = {<https://huggingface.co/datasets/recursal/OKReddit-Visionary>}
|
112 |
+
}
|
113 |
+
```
|
114 |
+
|
115 |
+
Additionally, pleace cite the following source bibtex as well.
|
116 |
+
```TeX
|
117 |
+
@article{,
|
118 |
+
title= {Reddit comments/submissions 2005-06 to 2023-12},
|
119 |
+
journal= {},
|
120 |
+
author= {stuck_in_the_matrix, Watchful1, RaiderBDev},
|
121 |
+
year= {},
|
122 |
+
url= {},
|
123 |
+
abstract= {Reddit comments and submissions from 2005-06 to 2023-09 collected by pushshift and u/RaiderBDev.
|
124 |
+
|
125 |
+
These are zstandard compressed ndjson files. Example python scripts for parsing the data can be found here https://github.com/Watchful1/PushshiftDumps
|
126 |
+
|
127 |
+
The more recent dumps are collected by u/RaiderBDev and questions can be submitted here https://github.com/ArthurHeitmann/arctic_shift},
|
128 |
+
keywords= {reddit},
|
129 |
+
terms= {},
|
130 |
+
license= {},
|
131 |
+
superseded= {}
|
132 |
+
}
|
133 |
```
|