jiebi commited on
Commit
2773586
·
verified ·
1 Parent(s): 5099975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,7 +12,9 @@ The dataset was sourced from GitHub repositories and scraped using https://githu
12
 
13
  It contains two types: coding repositories and Internet-Drafts/RFCs technical documents drafting repositories.
14
 
15
- We use the "diff" format to represent the "modification" ("snippet" as the second version, first version was trying to restore a complete expression, a whole function or a natural paragraph.)
 
 
16
 
17
  The data was used for retrieval tasks, see https://github.com/cheop-byeon/FlagEmbedding.
18
 
 
12
 
13
  It contains two types: coding repositories and Internet-Drafts/RFCs technical documents drafting repositories.
14
 
15
+ We use the "diff" format to represent the "modification" ("snippet" as the second version, first version was trying to restore a complete expression, e.g., a whole function or a natural paragraph.)
16
+
17
+ The dataset can be downloaded using our provided script: download_CodeConvo.py.
18
 
19
  The data was used for retrieval tasks, see https://github.com/cheop-byeon/FlagEmbedding.
20