picocreator commited on
Commit
fec14b4
·
verified ·
1 Parent(s): d47910b

Update README.md

Browse files

Added "about us"

Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -182,6 +182,40 @@ Refer to this sample to see all the fields:
182
  `figures_dict`: A list of figures used in the article. Again, extracted out from the text.
183
  `text`: The Markdown text. This is what you should probably use or need for LLM training.
184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
  ### Dataset Curators
187
 
 
182
  `figures_dict`: A list of figures used in the article. Again, extracted out from the text.
183
  `text`: The Markdown text. This is what you should probably use or need for LLM training.
184
 
185
+ ---
186
+
187
+ ## Our Vision
188
+
189
+ > To make AI accessible to everyone, regardless of language, or economical status
190
+
191
+ This is the collective goal of the `RWKV Open Source foundation` and `Recursal AI`, the commercial entity who backs it.
192
+
193
+ 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.
194
+
195
+ ### About RWKV
196
+
197
+ RWKV is an Open Source, non profit group, under the linux foundation. Focused on developing the RWKV AI architecture, in accordence to our vision.
198
+
199
+ 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.
200
+
201
+ You can find out more about the project, and latest models, at the following
202
+
203
+ - [https://blog.rwkv.com](https://blog.rwkv.com)
204
+ - [https://wiki.rwkv.com](https://wiki.rwkv.com)
205
+
206
+
207
+ ### About Recursal AI
208
+
209
+ 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.
210
+
211
+ As part of our vision. Our commitment, is to ensure open source development and access to the best foundational AI models and datasets.
212
+
213
+ The following dataset/models provided here, is part of that commitment.
214
+
215
+ You can find out more about recursal AI here
216
+
217
+ - [https://recursal.ai](https://recursal.ai)
218
+ - [https://blog.recursal.ai](https://blog.recursal.ai)
219
 
220
  ### Dataset Curators
221