Datasets:
andreaskoepf
commited on
Commit
•
8ba5a5a
1
Parent(s):
a6f2189
Update README.md
Browse files
README.md
CHANGED
@@ -144,7 +144,7 @@ user preference (the most preferred message has rank 0).
|
|
144 |
|
145 |
All messages have a role which can either be "assistant" or "prompter". The roles in
|
146 |
conversation threads from prompt to leaf node in a conversation tree are stricly alternating
|
147 |
-
between "
|
148 |
|
149 |
### JSON Example: Message
|
150 |
|
@@ -327,4 +327,10 @@ OpenAssistant Conversations incorporates 35 different languages with a distribut
|
|
327 |
<li>Esperanto: 59</li>
|
328 |
<li>Slovak: 19</li>
|
329 |
</ul>
|
330 |
-
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
All messages have a role which can either be "assistant" or "prompter". The roles in
|
146 |
conversation threads from prompt to leaf node in a conversation tree are stricly alternating
|
147 |
+
between "prompter" and "assistant".
|
148 |
|
149 |
### JSON Example: Message
|
150 |
|
|
|
327 |
<li>Esperanto: 59</li>
|
328 |
<li>Slovak: 19</li>
|
329 |
</ul>
|
330 |
+
</details>
|
331 |
+
|
332 |
+
## Contact
|
333 |
+
|
334 |
+
- Discord [Open Assistant Discord Server](https://ykilcher.com/open-assistant-discord)
|
335 |
+
- GitHub: [LAION-AI/Open-Assistant](https://github.com/LAION-AI/Open-Assistant)
|
336 |
+
- E-Mail: [open-assistent@laion.ai](mailto:open-assistent@laion.ai) (yes, with e)
|