Update README.md
Browse files
README.md
CHANGED
@@ -39,8 +39,8 @@ This card details the dataset's origin, content, and limitations.
|
|
39 |
|
40 |
|
41 |
- **Curated by:** KaraKaraWitch
|
42 |
-
- **Funded by
|
43 |
-
- **Shared by
|
44 |
- **Language(s) (NLP):** English
|
45 |
- **License:** cc-by-sa-4.0
|
46 |
|
@@ -74,6 +74,39 @@ Refer to the following sample:
|
|
74 |
|
75 |
Each json line is a dictionary with a `text` str.
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
### Dataset Curators
|
78 |
|
79 |
KaraKaraWitch. (I typically hang out in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|
|
|
39 |
|
40 |
|
41 |
- **Curated by:** KaraKaraWitch
|
42 |
+
- **Funded by:** Recursal.ai (I work there lol)
|
43 |
+
- **Shared by:** KaraKaraWitch
|
44 |
- **Language(s) (NLP):** English
|
45 |
- **License:** cc-by-sa-4.0
|
46 |
|
|
|
74 |
|
75 |
Each json line is a dictionary with a `text` str.
|
76 |
|
77 |
+
## Recursal's Vision
|
78 |
+
|
79 |
+
> To make AI accessible to everyone, regardless of language, or economical status
|
80 |
+
|
81 |
+
This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it.
|
82 |
+
|
83 |
+
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.
|
84 |
+
|
85 |
+
### About RWKV
|
86 |
+
|
87 |
+
RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision.
|
88 |
+
|
89 |
+
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.
|
90 |
+
|
91 |
+
You can find out more about the project, and latest models, at the following
|
92 |
+
|
93 |
+
- [https://blog.rwkv.com](https://blog.rwkv.com)
|
94 |
+
- [https://wiki.rwkv.com](https://wiki.rwkv.com)
|
95 |
+
|
96 |
+
|
97 |
+
### About Recursal AI
|
98 |
+
|
99 |
+
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.
|
100 |
+
|
101 |
+
As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets.
|
102 |
+
|
103 |
+
The following dataset/models provided here, is part of that commitment.
|
104 |
+
|
105 |
+
You can find out more about recursal AI here
|
106 |
+
|
107 |
+
- [https://recursal.ai](https://recursal.ai)
|
108 |
+
- [https://blog.recursal.ai](https://blog.recursal.ai)
|
109 |
+
|
110 |
### Dataset Curators
|
111 |
|
112 |
KaraKaraWitch. (I typically hang out in PygmalionAI discord, sometimes EleutherAI. If something is wrong, `@karakarawitch` on discord.)
|