claire71 commited on
Commit
2a35883
·
verified ·
1 Parent(s): e7b2e10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,6 +31,10 @@ This repository contains the dataset CWE-Bench-Java presented in the paper [LLM-
31
 
32
  ## Dataset Details
33
 
 
 
 
 
34
  ### Project Identifier
35
 
36
  In this dataset, each project is uniquely identified with a **Project Slug**, encompassing its repository name, CVE ID, and a tag corresponding to the buggy version of the project.
 
31
 
32
  ## Dataset Details
33
 
34
+ The `raw_data` directory contains the data files from the Github repository.
35
+
36
+ The `data` directory contains the contents of `raw_data`, processed for usage with the Hugging Face datasets library. Includes Arrow-formatted files.
37
+
38
  ### Project Identifier
39
 
40
  In this dataset, each project is uniquely identified with a **Project Slug**, encompassing its repository name, CVE ID, and a tag corresponding to the buggy version of the project.