Skip to content

Commit 6c3e008

Browse files
authoredApr 15, 2023
Add release video as blog post (LAION-AI#2546)
- add release blog post - add livestreaming chatting blog post
1 parent 2e0bf2c commit 6c3e008

File tree

2 files changed

+63
-0
lines changed
  • docs/blog
    • 2023-04-10-open-assistant-livestream-just-chatting
    • 2023-04-15-open-assistant-released

2 files changed

+63
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: AI Alignment Livestream (aka OpenAssistant "Just Chatting")
3+
description: AI Alignment Livestream (aka OpenAssistant "Just Chatting")
4+
authors: [yk]
5+
tags: [open-assistant, youtube]
6+
image: https://img.youtube.com/vi/5IymlBZDw-0/0.jpg
7+
---
8+
9+
import ReactPlayer from "react-player";
10+
11+
Livestream playing around with Open Assistant and AI allignement :)
12+
13+
https://open-assistant.io/chat
14+
15+
<ReactPlayer
16+
controls
17+
width="100%"
18+
url="https://www.youtube.com/embed/5IymlBZDw-0"
19+
/>
20+
21+
<!--truncate-->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: OpenAssistant RELEASED! The world's best open-source Chat AI!
3+
description: OpenAssistant RELEASED! The world's best open-source Chat AI!
4+
authors: [yk]
5+
tags: [open-assistant, youtube]
6+
image: https://img.youtube.com/vi/ddG2fM9i4Kk/0.jpg
7+
---
8+
9+
import ReactPlayer from "react-player";
10+
11+
We're excited to announce the release of OpenAssistant!
12+
13+
The future of AI development depends heavily on high quality datasets and models
14+
being made publicly available, and that's exactly what this project does.
15+
16+
Our team has worked tirelessly over the past several months collecting large
17+
amounts of text-based input and feedback to create an incredibly diverse and
18+
unique dataset designed specifically for training language models or other AI
19+
applications.
20+
21+
With over 600k human-generated data points covering a wide range of topics and
22+
styles of writing, our dataset will be an invaluable tool for any developer
23+
looking to create state-of-the-art instruction models!
24+
25+
To make things even better, we are making this entire dataset free and
26+
accessible to all who wish to use it. Check it out today at our HF org:
27+
[OpenAssistant](https://huggingface.co/OpenAssistant)
28+
29+
On top of that, we've trained very powerful models that you can try right now
30+
at:
31+
32+
[open-assistant.io/chat](https://open-assistant.io/chat)
33+
34+
Watch the annoucement video:
35+
36+
<ReactPlayer
37+
controls
38+
width="100%"
39+
url="https://www.youtube.com/embed/ddG2fM9i4Kk"
40+
/>
41+
42+
<!--truncate-->

0 commit comments

Comments
 (0)
Please sign in to comment.