sidaw commited on
Commit
a62d520
1 Parent(s): 9d6ff20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -9,18 +9,9 @@ tags:
9
  pretty_name: DS-1000
10
  ---
11
 
12
- <h1 align="center"> DS-1000 in simplied format </h1>
13
-
14
- This is a reformatting of the DS-1000 dataset with improved ease of use.
15
- * the test process is cleaned up and all contained in the field `code_context`, with the unnecessary pickle and multiple file IOs removed.
16
- * `code_context` defines `test_execution(code: str)` and `test_string(code: str)` which takes the generated code and evalutes their correctness.
17
- * Python is upgraded to 3.10 and libraries upgraded to the latest versions (`environment.yaml`)
18
- * checked that the performance is not overly sensitive to library versions (`enviroment-old-lib.yaml`).
19
- * Removed obsolete `parser` module and simplified string testing
20
- * a few examples were manually fixed; very minor inconsistency due to `import` side-effects when generating tests.
21
-
22
- Testing code and examples are in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
23
 
 
24
 
25
  Reformatting credits: Yuhang Lai, Sida Wang
26
 
 
9
  pretty_name: DS-1000
10
  ---
11
 
12
+ <h1 align="center"> DS-1000 in simplified format </h1>
 
 
 
 
 
 
 
 
 
 
13
 
14
+ See testing code and more information in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
15
 
16
  Reformatting credits: Yuhang Lai, Sida Wang
17