Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jsonl.gz format from https://huggingface.co/datasets/flax-sentence-embeddings/stackexchange_xml
|
2 |
+
|
3 |
+
Each line contains a dict in the format: \
|
4 |
+
{"text": ["title", "body"], "tags": ["tag1", "tag2"]}
|
5 |
+
|
6 |
+
The following parameters have been used for filtering: \
|
7 |
+
min_title_len = 20 \
|
8 |
+
min_body_len = 20 \
|
9 |
+
max_body_len = 4096 \
|
10 |
+
min_score = 0
|
11 |
+
|
12 |
+
If a stackexchange contained less than 10k questions (after filtering), it is written to the `small_stackexchanges.jsonl.gz` file.
|
13 |
+
|
14 |
+
This is a dump of the files from https://archive.org/details/stackexchange
|
15 |
+
|
16 |
+
downloaded via torrent on 2021-07-01.
|
17 |
+
|
18 |
+
Publication date 2021-06-07 \
|
19 |
+
Usage Attribution-ShareAlike 4.0 International Creative Commons License by sa \
|
20 |
+
|
21 |
+
|
22 |
+
Please see the license information at: https://archive.org/details/stackexchange
|