Datasets:
KaraKaraWitch
commited on
Commit
•
5edd69b
1
Parent(s):
0528c78
Update README.md
Browse files
README.md
CHANGED
@@ -32,12 +32,12 @@ pretty_name: Recursalberg
|
|
32 |
Filtering to a total amount of tokens of **~5.32B** (llama-2-7b-chat-tokenizer) / **~4.83B** (RWKV Tokenizer) from primarily English language.
|
33 |
|
34 |
- **Curated by:** KaraKaraWitch
|
35 |
-
- **Funded by
|
36 |
-
- **Shared by
|
37 |
- **Language(s) (NLP):** Primarily English
|
38 |
- **License:** cc-by-sa-4.0
|
39 |
|
40 |
-
### Dataset Sources
|
41 |
|
42 |
- **Source Data:** [gutenberg.org (see mirroring)](https://gutenberg.org/help/mirroring.html) (rclone download)
|
43 |
|
@@ -60,6 +60,39 @@ We performed the following downloading and processing steps to prepare Retenberg
|
|
60 |
text (str): the book's text. converted to markdown.
|
61 |
```
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
### Dataset Curators
|
64 |
|
65 |
KaraKaraWitch. (I typically hangout in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|
|
|
32 |
Filtering to a total amount of tokens of **~5.32B** (llama-2-7b-chat-tokenizer) / **~4.83B** (RWKV Tokenizer) from primarily English language.
|
33 |
|
34 |
- **Curated by:** KaraKaraWitch
|
35 |
+
- **Funded by:** Recursal.ai (I work there lol)
|
36 |
+
- **Shared by:** KaraKaraWitch
|
37 |
- **Language(s) (NLP):** Primarily English
|
38 |
- **License:** cc-by-sa-4.0
|
39 |
|
40 |
+
### Dataset Sources
|
41 |
|
42 |
- **Source Data:** [gutenberg.org (see mirroring)](https://gutenberg.org/help/mirroring.html) (rclone download)
|
43 |
|
|
|
60 |
text (str): the book's text. converted to markdown.
|
61 |
```
|
62 |
|
63 |
+
## Recursal's Vision
|
64 |
+
|
65 |
+
> To make AI accessible to everyone, regardless of language, or economical status
|
66 |
+
|
67 |
+
This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it.
|
68 |
+
|
69 |
+
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.
|
70 |
+
|
71 |
+
### About RWKV
|
72 |
+
|
73 |
+
RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision.
|
74 |
+
|
75 |
+
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.
|
76 |
+
|
77 |
+
You can find out more about the project, and latest models, at the following
|
78 |
+
|
79 |
+
- [https://blog.rwkv.com](https://blog.rwkv.com)
|
80 |
+
- [https://wiki.rwkv.com](https://wiki.rwkv.com)
|
81 |
+
|
82 |
+
|
83 |
+
### About Recursal AI
|
84 |
+
|
85 |
+
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.
|
86 |
+
|
87 |
+
As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets.
|
88 |
+
|
89 |
+
The following dataset/models provided here, is part of that commitment.
|
90 |
+
|
91 |
+
You can find out more about recursal AI here
|
92 |
+
|
93 |
+
- [https://recursal.ai](https://recursal.ai)
|
94 |
+
- [https://blog.recursal.ai](https://blog.recursal.ai)
|
95 |
+
|
96 |
### Dataset Curators
|
97 |
|
98 |
KaraKaraWitch. (I typically hangout in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|