andreaskoepf
commited on
Commit
•
058fdcf
1
Parent(s):
3cb1175
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# OpenAssistant TOP-1 Conversation Threads
|
5 |
|
6 |
-
- Guanacco style export of the best conversation threads from the [open-assistant.io](https://open-assistant.io/) database
|
7 |
- exported 2023-08-25
|
8 |
- jsonl files with chatml formated conversations
|
9 |
-
- train: 12,947 samples / valid: 680 samples
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- conversational
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
---
|
8 |
# OpenAssistant TOP-1 Conversation Threads
|
9 |
|
10 |
+
- [Guanacco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) style export of the best conversation threads from the [open-assistant.io](https://open-assistant.io/) database
|
11 |
- exported 2023-08-25
|
12 |
- jsonl files with chatml formated conversations
|
13 |
+
- train: 12,947 samples / valid: 680 samples
|