Datasets:
apcl
/

License:
aakashba commited on
Commit
e2b0afb
·
1 Parent(s): feb3ba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
README.md CHANGED
@@ -1,7 +1,30 @@
 
 
 
 
 
 
 
 
1
  # so13m
2
  so13m is a dataset containing 13m discussion threads from StackOverflow. The origin of the data is the StackExchange data dump from between January 2014 and December 2022. The threads cover a multitude of topics. This dataset serves as a natural language and (often) accompanying code in the domain of software engineering. Its inclusion could help downstream tasks depending on generating or understanding natural language.
3
 
4
- ### so13m.pkl -- a pickle file that is a dictionary for stackoverflow's posts with key = post id and value = stackoverflow post
5
- ### so13m.json.gz -- a compressed version of json file that is a dicrionary for stackoverflow's posts with key = post id and value = stackoverflow post
6
- ### stackoverflow_txtfiles.pkl -- a pickle file that is a list of id of stackoverflow's post
7
- ### train.bin; val.bin -- bin files for traning and fine-tuning models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-openrail-m
3
+ task_categories:
4
+ - text-generation
5
+ pretty_name: SO13M
6
+ size_categories:
7
+ - 10M<n<100M
8
+ ---
9
  # so13m
10
  so13m is a dataset containing 13m discussion threads from StackOverflow. The origin of the data is the StackExchange data dump from between January 2014 and December 2022. The threads cover a multitude of topics. This dataset serves as a natural language and (often) accompanying code in the domain of software engineering. Its inclusion could help downstream tasks depending on generating or understanding natural language.
11
 
12
+ ---
13
+
14
+ ## so13m file list
15
+ - so13m.pkl -- a pickle file that is a dictionary for stackoverflow's posts with key = post id and value = stackoverflow post
16
+ - so13m.json.gz -- a compressed version of json file that is a dicrionary for stackoverflow's posts with key = post id and value = stackoverflow post
17
+ - stackoverflow_txtfiles.pkl -- a pickle file that is a list of id of stackoverflow's post
18
+ - train.bin; val.bin -- bin files for traning and fine-tuning models
19
+
20
+ ---
21
+ ## so13m dataset details
22
+
23
+ | Config | Value |
24
+ | ------- | ------- |
25
+ |number of tokens | 8,752,695,577|
26
+ |number of documents | 51,841,717|
27
+ |number of files | 8,402,038 |
28
+ |number of projects | 52,933 |
29
+ |megabytes after processing |16,695 |
30
+