Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
json
Languages:
code
Size:
1K - 10K
Tags:
code-generation
License:
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ This is a reformatting of the DS-1000 dataset with improved ease of use.
|
|
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
|
21 |
|
22 |
Testing code and examples are in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
|
23 |
|
|
|
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 |
|