Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bdda19

Browse files
before arXiv submission
0 parents  commit 6bdda19

File tree

195 files changed

+37697
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+37697
-0
lines changed

.env.example.azure

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
API_TYPE="azure"
2+
AZURE_API_VERSION=
3+
AZURE_API_URL=
4+
AZURE_API_KEY=
5+
# for gemini
6+
Google_API_KEY=

.env.example.openai

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API_TYPE="openai"
2+
OPENAI_API_KEY=
3+
OPENAI_API_URL="https://api.openai.com/"
4+
# for gemini
5+
Google_API_KEY=

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.env
2+
__pycache__
3+
**__pycache__
4+
.vscode
5+
*workspace*
6+
7+
samples/*
8+
desktop.ini
9+
logs/*

data/APPS/selected150.jsonl

Lines changed: 150 additions & 0 deletions
Large diffs are not rendered by default.

data/CodeContest/Test.jsonl

Lines changed: 165 additions & 0 deletions
Large diffs are not rendered by default.

data/HumanEval/HumanEval.jsonl

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.

data/HumanEval/HumanEvalET.jsonl

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.

data/HumanEval/HumanEvalWST.jsonl

Lines changed: 164 additions & 0 deletions
Large diffs are not rendered by default.

data/MBPPEval/MBPP.jsonl

Lines changed: 974 additions & 0 deletions
Large diffs are not rendered by default.

data/MBPPEval/MBPP_ET.jsonl

Lines changed: 974 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)