Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Stackexchange Instructions for OpenAssistant
|
2 |
|
3 |
This dataset is taken from https://archive.org/details/stackexchange.
|
@@ -8,4 +32,4 @@ Original extraction code by https://github.com/b-mc2
|
|
8 |
|
9 |
---
|
10 |
license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details
|
11 |
-
---
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: INSTRUCTION
|
5 |
+
dtype: string
|
6 |
+
- name: RESPONSE
|
7 |
+
dtype: string
|
8 |
+
- name: SOURCE
|
9 |
+
dtype: string
|
10 |
+
- name: METADATA
|
11 |
+
struct:
|
12 |
+
- name: score
|
13 |
+
dtype: int64
|
14 |
+
- name: tags
|
15 |
+
dtype: string
|
16 |
+
- name: views
|
17 |
+
dtype: int64
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 10242126
|
21 |
+
num_examples: 3722
|
22 |
+
download_size: 5649395
|
23 |
+
dataset_size: 10242126
|
24 |
+
---
|
25 |
# Stackexchange Instructions for OpenAssistant
|
26 |
|
27 |
This dataset is taken from https://archive.org/details/stackexchange.
|
|
|
32 |
|
33 |
---
|
34 |
license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details
|
35 |
+
---
|