donfu
commited on
Commit
•
cc69422
1
Parent(s):
2e55369
Add stats to Readme
Browse files
README.md
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
5 |
-
dtype: string
|
6 |
-
- name: RESPONSE
|
7 |
-
dtype: string
|
8 |
-
- name: SOURCE
|
9 |
-
dtype: string
|
10 |
-
- name: METADATA
|
11 |
-
struct:
|
12 |
-
- name: answer_score
|
13 |
-
dtype: int64
|
14 |
-
- name: question_score
|
15 |
-
dtype: int64
|
16 |
-
- name: tags
|
17 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
splits:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
download_size: 3755782987
|
23 |
dataset_size: 6549838664
|
24 |
license: cc-by-sa-4.0
|
25 |
language:
|
26 |
-
- en
|
27 |
-
- uk
|
28 |
-
- ru
|
29 |
-
- de
|
30 |
-
- fr
|
31 |
-
- it
|
32 |
-
- es
|
33 |
pretty_name: Open-Assistant StackExchange Instruction
|
34 |
---
|
35 |
|
@@ -238,7 +238,6 @@ Original extraction code by https://github.com/b-mc2
|
|
238 |
- worldbuilding: 2,766
|
239 |
- writers: 1,957
|
240 |
|
241 |
-
|
242 |
---
|
243 |
|
244 |
-
## license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details
|
|
|
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: answer_score
|
13 |
+
dtype: int64
|
14 |
+
- name: question_score
|
15 |
+
dtype: int64
|
16 |
+
- name: tags
|
17 |
+
dtype: string
|
18 |
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 6549838664
|
21 |
+
num_examples: 6331083
|
22 |
download_size: 3755782987
|
23 |
dataset_size: 6549838664
|
24 |
license: cc-by-sa-4.0
|
25 |
language:
|
26 |
+
- en
|
27 |
+
- uk
|
28 |
+
- ru
|
29 |
+
- de
|
30 |
+
- fr
|
31 |
+
- it
|
32 |
+
- es
|
33 |
pretty_name: Open-Assistant StackExchange Instruction
|
34 |
---
|
35 |
|
|
|
238 |
- worldbuilding: 2,766
|
239 |
- writers: 1,957
|
240 |
|
|
|
241 |
---
|
242 |
|
243 |
+
## license: cc-by-sa-4.0 // See https://archive.org/details/stackexchange for details
|