Skip to content

Commit

Permalink
add data and manage .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bei Chen committed Oct 25, 2022
1 parent 5f931a9 commit 20f2466
Show file tree
Hide file tree
Showing 25 changed files with 8,095 additions and 10 deletions.
34 changes: 24 additions & 10 deletions CodeT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,31 @@ This project contains the basic components of CodeT and a main entry point, here
|-- io_utils.py # simple utils for file reading/writing
|-- data
|-- dataset # contains the input data for code solution and test case generation
|-- hmeval_for_code_generation.jsonl
|-- hmeval_for_test_case_generation.jsonl
|-- mbpp_sanitized_for_code_generation.jsonl
|-- mbpp_sanitized_for_test_case_generation.jsonl
|-- HumanEval_for_code_generation.jsonl
|-- HumanEval_for_test_case_generation.jsonl
|-- MBPP_sanitized_for_code_generation.jsonl
|-- MBPP_sanitized_for_test_case_generation.jsonl
|-- APPS_zeroshot_for_code_generation.zip
|-- APPS_zeroshot_for_test_case_generation.jsonl
|-- CodeContests_zeroshot_for_code_generation.jsonl
|-- CodeContests_zeroshot_for_test_case_generation.jsonl
|-- generated_data # contains the output data by pre-trained language models
|-- hmeval_incoder6B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- hmeval_incoder6B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- hmeval_davinci002_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- hmeval_davinci002_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- hmeval_codegen16B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- hmeval_codegen16B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- HumanEval_codegen16B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- HumanEval_codegen16B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- HumanEval_davinci002_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- HumanEval_davinci002_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- HumanEval_incoder6B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- HumanEval_incoder6B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- MBPP_codegen16B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- MBPP_codegen16B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- MBPP_davinci002_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- MBPP_davinci002_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- MBPP_incoder6B_temp0.8_topp0.95_num100_max300_code_solution.jsonl
|-- MBPP_incoder6B_temp0.8_topp0.95_num100_max300_test_case.jsonl
|-- APPS_zeroshot_davinci002_temp0.8_topp0.95_num50_max300_code_solution.zip
|-- APPS_zeroshot_davinci002_temp0.8_topp0.95_num50_max300_test_case.zip
|-- CodeContests_zeroshot_davinci002_temp0.8_topp0.95_num50_max300_test_case.jsonl
|-- CodeContests_zeroshot_davinci002_temp0.8_topp0.95_num1000_max300_code_solution.zip
```

# Quickstart
Expand Down
1 change: 1 addition & 0 deletions CodeT/data/dataset/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions CodeT/data/dataset/APPS_zeroshot_for_code_generation.zip
Git LFS file not shown
5,000 changes: 5,000 additions & 0 deletions CodeT/data/dataset/APPS_zeroshot_for_test_case_generation.jsonl

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions CodeT/data/dataset/CodeContests_zeroshot_for_code_generation.jsonl

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CodeT/data/generated_data/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 20f2466

Please sign in to comment.