chiayisu commited on
Commit
12ad80a
1 Parent(s): 2be62c3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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