loubnabnl HF staff commited on
Commit
9251578
1 Parent(s): d93a6bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -14
README.md CHANGED
@@ -107,22 +107,9 @@ Mined:
107
  ### Data Splits
108
  There are two version of the dataset (curated and mined), mined only has a train split and curated has two splits: train and test.
109
 
110
- ### Dataset Creation
111
  The dataset was crawled from Stack Overflow, automatically filtered, then curated by annotators. For more details, please refer to the original [paper](https://arxiv.org/pdf/1805.08949.pdf)
112
 
113
- ### Data Fields
114
-
115
- |Field|Type|Description|
116
- |---|---|---|
117
- |question_id|int64|id of the Stack Overflow question|
118
- |intent|string|Natural Language intent (i.e., the title of a Stack Overflow question)|
119
- |rewritten_intent|string|Crowdsourced revised intents that try to better reflect the full meaning of the code|
120
- |snippet|string| Code snippet that implements the intent|
121
-
122
- ### Data Splits
123
-
124
- The dataset contains a train and test splits with 2379 and 500 samples respectively.
125
-
126
  ### Citation Information
127
 
128
  ```
 
107
  ### Data Splits
108
  There are two version of the dataset (curated and mined), mined only has a train split and curated has two splits: train and test.
109
 
110
+ ## Dataset Creation
111
  The dataset was crawled from Stack Overflow, automatically filtered, then curated by annotators. For more details, please refer to the original [paper](https://arxiv.org/pdf/1805.08949.pdf)
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  ### Citation Information
114
 
115
  ```