Update README.md
Browse files
README.md
CHANGED
|
@@ -36,8 +36,8 @@ It serves as a training resource for large language models and other NLP tasks.
|
|
| 36 |
This card details the dataset's origin, content, and limitations.
|
| 37 |
|
| 38 |
- **Curated by:** KaraKaraWitch
|
| 39 |
-
- **Funded by
|
| 40 |
-
- **Shared by
|
| 41 |
- **Language(s) (NLP):** English
|
| 42 |
- **License:** cc-by-sa-4.0
|
| 43 |
|
|
@@ -166,6 +166,39 @@ The format has the following keys:
|
|
| 166 |
1. We would like to request Stack Exchange to upload their data as `jsonl` (JSON Lines) instead of `xml`. With `xml`, a *state needs to be tracked* while jsonl files can be loaded on a line basis. When states need to be tracked, there is a potential for a memory leak to happen. (LXML doesn't free memory for example)
|
| 167 |
2. Store Markdown alongside HTML. I think this would be reasonable enough to implement and allows us to skip step 1 entirely.
|
| 168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
### Dataset Curators
|
| 170 |
|
| 171 |
KaraKaraWitch. (I typically hang out in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|
|
|
|
| 36 |
This card details the dataset's origin, content, and limitations.
|
| 37 |
|
| 38 |
- **Curated by:** KaraKaraWitch
|
| 39 |
+
- **Funded by:** Recursal.ai (I work there lol)
|
| 40 |
+
- **Shared by:** KaraKaraWitch
|
| 41 |
- **Language(s) (NLP):** English
|
| 42 |
- **License:** cc-by-sa-4.0
|
| 43 |
|
|
|
|
| 166 |
1. We would like to request Stack Exchange to upload their data as `jsonl` (JSON Lines) instead of `xml`. With `xml`, a *state needs to be tracked* while jsonl files can be loaded on a line basis. When states need to be tracked, there is a potential for a memory leak to happen. (LXML doesn't free memory for example)
|
| 167 |
2. Store Markdown alongside HTML. I think this would be reasonable enough to implement and allows us to skip step 1 entirely.
|
| 168 |
|
| 169 |
+
## Recursal's Vision
|
| 170 |
+
|
| 171 |
+
> To make AI accessible to everyone, regardless of language, or economical status
|
| 172 |
+
|
| 173 |
+
This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it.
|
| 174 |
+
|
| 175 |
+
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.
|
| 176 |
+
|
| 177 |
+
### About RWKV
|
| 178 |
+
|
| 179 |
+
RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision.
|
| 180 |
+
|
| 181 |
+
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.
|
| 182 |
+
|
| 183 |
+
You can find out more about the project, and latest models, at the following
|
| 184 |
+
|
| 185 |
+
- [https://blog.rwkv.com](https://blog.rwkv.com)
|
| 186 |
+
- [https://wiki.rwkv.com](https://wiki.rwkv.com)
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
### About Recursal AI
|
| 190 |
+
|
| 191 |
+
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.
|
| 192 |
+
|
| 193 |
+
As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets.
|
| 194 |
+
|
| 195 |
+
The following dataset/models provided here, is part of that commitment.
|
| 196 |
+
|
| 197 |
+
You can find out more about recursal AI here
|
| 198 |
+
|
| 199 |
+
- [https://recursal.ai](https://recursal.ai)
|
| 200 |
+
- [https://blog.recursal.ai](https://blog.recursal.ai)
|
| 201 |
+
|
| 202 |
### Dataset Curators
|
| 203 |
|
| 204 |
KaraKaraWitch. (I typically hang out in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|