sha
stringlengths
40
40
text
stringlengths
1
13.4M
id
stringlengths
2
117
tags
listlengths
1
7.91k
created_at
stringlengths
25
25
metadata
stringlengths
2
875k
last_modified
stringlengths
25
25
arxiv
listlengths
0
25
languages
listlengths
0
7.91k
tags_str
stringlengths
17
159k
text_str
stringlengths
1
447k
text_lists
listlengths
0
352
processed_texts
listlengths
1
353
0277388cb401f77d92e03b910b5c39247440790a
# Dataset Card for "eli5_question_answer_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/eli5_question_answer_1107
[ "region:us" ]
2023-11-10T18:39:56+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 187610302, "num_examples": 200000}], "download_size": 106360840, "dataset_size": 187610302}}
2023-11-10T18:40:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "eli5_question_answer_1107" More Information needed
[ "# Dataset Card for \"eli5_question_answer_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"eli5_question_answer_1107\"\n\nMore Information needed" ]
828bf8113019da59606c0d6f44dd6a4096af5952
# Dataset Card for "reasoningDataV4" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ag2428/reasoningDataV4
[ "region:us" ]
2023-11-10T18:41:13+00:00
{"dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 2481669221, "num_examples": 2062854}], "download_size": 1500063761, "dataset_size": 2481669221}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T18:42:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reasoningDataV4" More Information needed
[ "# Dataset Card for \"reasoningDataV4\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reasoningDataV4\"\n\nMore Information needed" ]
b1a8c6afa66a66e295d093567f530371c3204811
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/lzGCX2qjX_nPeRBZoa2v0.png) # 📊 Dataset Description This dataset comprises code files of Huggingface Spaces that have more than 0 likes as of November 10, 2023. This dataset contains various programming languages totaling in 672 MB of compressed and 2.05 GB of uncompressed data. # 📝 Data Fields | Field | Type | Description | |------------|--------|------------------------------------------| | repository | string | Huggingface Spaces repository names. | | sdk | string | Software Development Kit of the space. | | license | string | License type of the space. | ## 🧩 Data Structure Data structure of the data. ``` spaces/ ├─ author1/ │ ├─ space1 │ ├─ space2 ├─ author2/ │ ├─ space1 │ ├─ space2 │ ├─ space3 ``` # 🏛️ Licenses Huggingface Spaces contains a variety of licenses. Here is the list of the licenses that this dataset contains: ```python [ 'None', 'mit', 'apache-2.0', 'openrail', 'gpl-3.0', 'other', 'afl-3.0', 'unknown', 'creativeml-openrail-m', 'cc-by-nc-4.0', 'cc-by-4.0', 'cc', 'cc-by-nc-sa-4.0', 'bigscience-openrail-m', 'bsd-3-clause', 'agpl-3.0', 'wtfpl', 'gpl', 'artistic-2.0', 'lgpl-3.0', 'cc-by-sa-4.0', 'Configuration error', 'bsd', 'cc-by-nc-nd-4.0', 'cc0-1.0', 'unlicense', 'llama2', 'bigscience-bloom-rail-1.0', 'gpl-2.0', 'bsd-2-clause', 'osl-3.0', 'cc-by-2.0', 'cc-by-3.0', 'cc-by-nc-3.0', 'cc-by-nc-2.0', 'cc-by-nd-4.0', 'openrail++', 'bigcode-openrail-m', 'bsd-3-clause-clear', 'eupl-1.1', 'cc-by-sa-3.0', 'mpl-2.0', 'c-uda', 'gfdl', 'cc-by-nc-sa-2.0', 'cc-by-2.5', 'bsl-1.0', 'odc-by', 'deepfloyd-if-license', 'ms-pl', 'ecl-2.0', 'pddl', 'ofl-1.1', 'lgpl-2.1', 'postgresql', 'lppl-1.3c', 'ncsa', 'cc-by-nc-sa-3.0' ] ``` # 📊 Dataset Statistics | Language | File Extension | File Counts | File Size (MB) | Line Counts | |------------|-----------------|-------------|----------------|-------------| | Python | .py | 141,560 | 1079.0 | 28,653,744 | | SQL | .sql | 21 | 523.6 | 645 | | JavaScript | .js | 6,790 | 369.8 | 2,137,054 | | Markdown | .md | 63,237 | 273.4 | 3,110,443 | | HTML | .html | 1,953 | 265.8 | 516,020 | | C | .c | 1,320 | 132.2 | 3,558,826 | | Go | .go | 429 | 46.3 | 6,331 | | CSS | .css | 3,097 | 25.6 | 386,334 | | C Header | .h | 2,824 | 20.4 | 570,948 | | C++ | .cpp | 1,117 | 15.3 | 494,939 | | TypeScript | .ts | 4,158 | 14.8 | 439,551 | | TSX | .tsx | 4,273 | 9.4 | 306,416 | | Shell | .sh | 3,294 | 5.5 | 171,943 | | Perl | .pm | 92 | 4.2 | 128,594 | | C# | .cs | 22 | 3.9 | 41,265 | ## 🖥️ Language ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/Dn8oaZh2BXtOHgQ8DaX09.png) ## 📁 Size ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/vRLCfs-QrEnDwhBnBu3rc.png) ## 📝 Line Count ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/8F_qgL1o7xZxR1zZ8bP76.png) # 🤗 Huggingface Spaces Statistics ## 🛠️ Software Development Kit (SDK) Software Development Kit pie chart. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/BmW_BdYtH3XpYNH23NLVZ.png) ## 🏛️ License License chart. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/dnxm5dJA_QzekwULwPS33.png) # 📅 Dataset Creation This dataset was created in these steps: 1. Scraped all spaces using the Huggingface Hub API. ```python from huggingface_hub import HfApi api = HfApi() spaces = api.list_spaces(sort="likes", full=1, direction=-1) ``` 2. Filtered spaces with more than 0 likes. ```python a = {} for i in tqdm(spaces): i = i.__dict__ if i['likes'] > 0: try: try: a[i['id']] = {'sdk': i['sdk'], 'license': i['cardData']['license'], 'likes': i['likes']} except KeyError: a[i['id']] = {'sdk': i['sdk'], 'license': None, 'likes': i['likes']} except: a[i['id']] = {'sdk': "Configuration error", 'license': "Configuration error", 'likes': i['likes']} data_list = [{'repository': key, 'sdk': value['sdk'], 'license': value['license'], 'likes': value['likes']} for key, value in a.items()] df = pd.DataFrame(data_list) ``` 3. Cloned spaces locally. ```python from huggingface_hub import snapshot_download programming = ['.asm', '.bat', '.cmd', '.c', '.h', '.cs', '.cpp', '.hpp', '.c++', '.h++', '.cc', '.hh', '.C', '.H', '.cmake', '.css', '.dockerfile', 'Dockerfile', '.f90', '.f', '.f03', '.f08', '.f77', '.f95', '.for', '.fpp', '.go', '.hs', '.html', '.java', '.js', '.jl', '.lua', 'Makefile', '.md', '.markdown', '.php', '.php3', '.php4', '.php5', '.phps', '.phpt', '.pl', '.pm', '.pod', '.perl', '.ps1', '.psd1', '.psm1', '.py', '.rb', '.rs', '.sql', '.scala', '.sh', '.bash', '.command', '.zsh', '.ts', '.tsx', '.tex', '.vb'] pattern = [f"*{i}" for i in programming] for i in repos: snapshot_download(i, repo_type="space", local_dir=f"spaces/{i}", allow_patterns=pattern) ```` 4. Processed the data to derive statistics.
Weyaxi/huggingface-spaces-codes
[ "size_categories:100K<n<1M", "language:code", "license:other", "region:us" ]
2023-11-10T18:45:38+00:00
{"language": ["code"], "license": "other", "size_categories": ["100K<n<1M"], "configs": [{"config_name": "default", "data_files": "spaces.csv"}]}
2023-11-14T09:31:44+00:00
[]
[ "code" ]
TAGS #size_categories-100K<n<1M #language-code #license-other #region-us
!image/png Dataset Description =================== This dataset comprises code files of Huggingface Spaces that have more than 0 likes as of November 10, 2023. This dataset contains various programming languages totaling in 672 MB of compressed and 2.05 GB of uncompressed data. Data Fields =========== Field: repository, Type: string, Description: Huggingface Spaces repository names. Field: sdk, Type: string, Description: Software Development Kit of the space. Field: license, Type: string, Description: License type of the space. Data Structure -------------- Data structure of the data. ️ Licenses ========== Huggingface Spaces contains a variety of licenses. Here is the list of the licenses that this dataset contains: Dataset Statistics ================== ️ Language ---------- !image/png Size ---- !image/png Line Count ---------- !image/png Huggingface Spaces Statistics ============================= ️ Software Development Kit (SDK) -------------------------------- Software Development Kit pie chart. !image/png ️ License --------- License chart. !image/png Dataset Creation ================ This dataset was created in these steps: 1. Scraped all spaces using the Huggingface Hub API. 2. Filtered spaces with more than 0 likes. 3. Cloned spaces locally. ' 4. Processed the data to derive statistics.
[]
[ "TAGS\n#size_categories-100K<n<1M #language-code #license-other #region-us \n" ]
4a30732bf2e0b2182c24681d52e7b59e7af729bf
# Dataset Card for "triviaqa-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/triviaqa-train-multikilt_1107
[ "region:us" ]
2023-11-10T18:51:59+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 67898183, "num_examples": 52886}], "download_size": 39123463, "dataset_size": 67898183}}
2023-11-10T18:52:08+00:00
[]
[]
TAGS #region-us
# Dataset Card for "triviaqa-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"triviaqa-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"triviaqa-train-multikilt_1107\"\n\nMore Information needed" ]
738d44af5e06237972ffffd097dc7f0e932bb71a
# Dataset Card for "wow-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/wow-train-multikilt_1107
[ "region:us" ]
2023-11-10T18:52:09+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 124530766, "num_examples": 80035}], "download_size": 65428253, "dataset_size": 124530766}}
2023-11-10T18:52:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wow-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"wow-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wow-train-multikilt_1107\"\n\nMore Information needed" ]
491f78c02bbfd2d130fd5096abd8a46b5af5e1c7
# Dataset Card for "multi_lexsum_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/multi_lexsum_1107
[ "region:us" ]
2023-11-10T18:52:34+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2800042167, "num_examples": 3177}], "download_size": 1258860340, "dataset_size": 2800042167}}
2023-11-10T18:54:52+00:00
[]
[]
TAGS #region-us
# Dataset Card for "multi_lexsum_1107" More Information needed
[ "# Dataset Card for \"multi_lexsum_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"multi_lexsum_1107\"\n\nMore Information needed" ]
7519af68b994a7f3797dcc5a95d148d7c1c91afc
# Dataset Card for "reddit-title-body_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/reddit-title-body_1107
[ "region:us" ]
2023-11-10T18:55:02+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 216135392, "num_examples": 200000}], "download_size": 125472332, "dataset_size": 216135392}}
2023-11-10T18:58:24+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reddit-title-body_1107" More Information needed
[ "# Dataset Card for \"reddit-title-body_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reddit-title-body_1107\"\n\nMore Information needed" ]
dccee0af152e69862867f44a7126376ccf2661c8
# Dataset Card for "WikiAnswers_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/WikiAnswers_1107
[ "region:us" ]
2023-11-10T18:58:00+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 54367110, "num_examples": 200000}], "download_size": 22862968, "dataset_size": 54367110}}
2023-11-10T18:58:07+00:00
[]
[]
TAGS #region-us
# Dataset Card for "WikiAnswers_1107" More Information needed
[ "# Dataset Card for \"WikiAnswers_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"WikiAnswers_1107\"\n\nMore Information needed" ]
de1a8ca49de363a08b23a5e781c20d6a3b568086
# Dataset Card for "medmcqa_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/medmcqa_1107
[ "region:us" ]
2023-11-10T18:58:26+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 194641944, "num_examples": 160869}], "download_size": 102313307, "dataset_size": 194641944}}
2023-11-10T18:58:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "medmcqa_1107" More Information needed
[ "# Dataset Card for \"medmcqa_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"medmcqa_1107\"\n\nMore Information needed" ]
d905d18c1ead234e70b70e1242e4baa3225e031d
# Dataset Card for "SimpleWiki_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/SimpleWiki_1107
[ "region:us" ]
2023-11-10T18:58:43+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 57699115, "num_examples": 102225}], "download_size": 29311247, "dataset_size": 57699115}}
2023-11-10T18:58:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "SimpleWiki_1107" More Information needed
[ "# Dataset Card for \"SimpleWiki_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"SimpleWiki_1107\"\n\nMore Information needed" ]
72254a8444e5df3a7edc544abf6cf7758a33a87c
# Dataset Card for "gooaq_pairs_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/gooaq_pairs_1107
[ "region:us" ]
2023-11-10T18:58:51+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 125623207, "num_examples": 200000}], "download_size": 62027848, "dataset_size": 125623207}}
2023-11-10T18:59:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "gooaq_pairs_1107" More Information needed
[ "# Dataset Card for \"gooaq_pairs_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"gooaq_pairs_1107\"\n\nMore Information needed" ]
41afa285c0f9e7c2a70d3340d795e7575864e71a
# Dataset Card for "squad_pairs_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/squad_pairs_1107
[ "region:us" ]
2023-11-10T18:59:03+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 131284545, "num_examples": 87599}], "download_size": 27083693, "dataset_size": 131284545}}
2023-11-10T18:59:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "squad_pairs_1107" More Information needed
[ "# Dataset Card for \"squad_pairs_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"squad_pairs_1107\"\n\nMore Information needed" ]
82df40d33ea506869870517567c8b1c4ad72b566
# Dataset Card for "searchQA_top5_snippets_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/searchQA_top5_snippets_1107
[ "region:us" ]
2023-11-10T18:59:11+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 102625564, "num_examples": 117220}], "download_size": 62573380, "dataset_size": 102625564}}
2023-11-10T18:59:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "searchQA_top5_snippets_1107" More Information needed
[ "# Dataset Card for \"searchQA_top5_snippets_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"searchQA_top5_snippets_1107\"\n\nMore Information needed" ]
bb298a3deceb783cb5bc082d3515f6e93e4f8728
# Dataset Card for "pubmedqa_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/pubmedqa_1107
[ "region:us" ]
2023-11-10T18:59:23+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 553042848, "num_examples": 200000}], "download_size": 277163918, "dataset_size": 553042848}}
2023-11-10T18:59:57+00:00
[]
[]
TAGS #region-us
# Dataset Card for "pubmedqa_1107" More Information needed
[ "# Dataset Card for \"pubmedqa_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"pubmedqa_1107\"\n\nMore Information needed" ]
83dceb7ec13b8acce4013918d0408e28174025c6
# Dataset Card for "npr_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/npr_1107
[ "region:us" ]
2023-11-10T18:59:59+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 474583082, "num_examples": 200000}], "download_size": 259084905, "dataset_size": 474583082}}
2023-11-10T19:00:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "npr_1107" More Information needed
[ "# Dataset Card for \"npr_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"npr_1107\"\n\nMore Information needed" ]
aac28bea2d9dc748c7cf45299a7c56018bb202bc
# Dataset Card for "S2ORC_title_abstract_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/S2ORC_title_abstract_1107
[ "region:us" ]
2023-11-10T19:00:29+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 256048459, "num_examples": 200000}], "download_size": 134596257, "dataset_size": 256048459}}
2023-11-10T19:00:45+00:00
[]
[]
TAGS #region-us
# Dataset Card for "S2ORC_title_abstract_1107" More Information needed
[ "# Dataset Card for \"S2ORC_title_abstract_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"S2ORC_title_abstract_1107\"\n\nMore Information needed" ]
14b6f4c4130fc19c7b3afc1a81416eb1451077ea
# Dataset Card for "wikihow_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/wikihow_1107
[ "region:us" ]
2023-11-10T19:00:47+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 52538597, "num_examples": 128542}], "download_size": 19871957, "dataset_size": 52538597}}
2023-11-10T19:00:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wikihow_1107" More Information needed
[ "# Dataset Card for \"wikihow_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wikihow_1107\"\n\nMore Information needed" ]
dd24887892fdeb12532a339d235672a0324d0a35
# Dataset Card for "trex-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/trex-train-multikilt_1107
[ "region:us" ]
2023-11-10T19:00:56+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 228887845, "num_examples": 200000}], "download_size": 116247120, "dataset_size": 228887845}}
2023-11-10T19:01:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "trex-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"trex-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"trex-train-multikilt_1107\"\n\nMore Information needed" ]
0a28b06a84cea8e17dd416f4b064cac5d11c4050
# Dataset Card for "nq-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/nq-train-multikilt_1107
[ "region:us" ]
2023-11-10T19:01:12+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 94822797, "num_examples": 76945}], "download_size": 53958820, "dataset_size": 94822797}}
2023-11-10T19:01:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "nq-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"nq-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"nq-train-multikilt_1107\"\n\nMore Information needed" ]
cba71eb3d1ee450decec0cbb600cd2aa38de7de1
# Dataset Card for "gigaword_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/gigaword_1107
[ "region:us" ]
2023-11-10T19:01:23+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 87945355, "num_examples": 200000}], "download_size": 41386512, "dataset_size": 87945355}}
2023-11-10T19:01:31+00:00
[]
[]
TAGS #region-us
# Dataset Card for "gigaword_1107" More Information needed
[ "# Dataset Card for \"gigaword_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"gigaword_1107\"\n\nMore Information needed" ]
87b344388eb7cdf691548c37f75e23ae372c3e45
# Dataset Card for "yahoo_answers_title_answer_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/yahoo_answers_title_answer_1107
[ "region:us" ]
2023-11-10T19:01:32+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 141237635, "num_examples": 200000}], "download_size": 78339836, "dataset_size": 141237635}}
2023-11-10T19:01:43+00:00
[]
[]
TAGS #region-us
# Dataset Card for "yahoo_answers_title_answer_1107" More Information needed
[ "# Dataset Card for \"yahoo_answers_title_answer_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"yahoo_answers_title_answer_1107\"\n\nMore Information needed" ]
5b9edd43f6b8b55c83623c95dee237d4fbefb531
# Dataset Card for "fever-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/fever-train-multikilt_1107
[ "region:us" ]
2023-11-10T19:01:45+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 87617512, "num_examples": 71257}], "download_size": 46276668, "dataset_size": 87617512}}
2023-11-10T19:01:53+00:00
[]
[]
TAGS #region-us
# Dataset Card for "fever-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"fever-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"fever-train-multikilt_1107\"\n\nMore Information needed" ]
ace8c3f30f7decd88d9837ed9f3456ee6c268e3a
# Dataset Card for "flickr30k_captions_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/flickr30k_captions_1107
[ "region:us" ]
2023-11-10T19:01:55+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 12081988, "num_examples": 31783}], "download_size": 4010622, "dataset_size": 12081988}}
2023-11-10T19:01:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "flickr30k_captions_1107" More Information needed
[ "# Dataset Card for \"flickr30k_captions_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"flickr30k_captions_1107\"\n\nMore Information needed" ]
3052617d97b92b25363914238d94821e3f5da321
# Dataset Card for "sentence-compression_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/sentence-compression_1107
[ "region:us" ]
2023-11-10T19:02:00+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 71393703, "num_examples": 180000}], "download_size": 36617830, "dataset_size": 71393703}}
2023-11-10T19:02:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "sentence-compression_1107" More Information needed
[ "# Dataset Card for \"sentence-compression_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"sentence-compression_1107\"\n\nMore Information needed" ]
34f89344100b90ce9afb3cba9910f560016180da
# Dataset Card for "zeroshot-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/zeroshot-train-multikilt_1107
[ "region:us" ]
2023-11-10T19:02:10+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 156575454, "num_examples": 130514}], "download_size": 74461241, "dataset_size": 156575454}}
2023-11-10T19:02:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "zeroshot-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"zeroshot-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"zeroshot-train-multikilt_1107\"\n\nMore Information needed" ]
dad0ef006ab2aacfb7e83db2749ba90b5d755ad2
# Dataset Card for "PAQ_pairs_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/PAQ_pairs_1107
[ "region:us" ]
2023-11-10T19:02:23+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 282748365, "num_examples": 200000}], "download_size": 135658270, "dataset_size": 282748365}}
2023-11-10T19:02:41+00:00
[]
[]
TAGS #region-us
# Dataset Card for "PAQ_pairs_1107" More Information needed
[ "# Dataset Card for \"PAQ_pairs_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"PAQ_pairs_1107\"\n\nMore Information needed" ]
a6e69354bc5d661cddc0535731db46c6f79d01e5
# Dataset Card for "hotpotqa-train-multikilt_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/hotpotqa-train-multikilt_1107
[ "region:us" ]
2023-11-10T19:02:43+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 88502871, "num_examples": 68659}], "download_size": 50639711, "dataset_size": 88502871}}
2023-11-10T19:02:52+00:00
[]
[]
TAGS #region-us
# Dataset Card for "hotpotqa-train-multikilt_1107" More Information needed
[ "# Dataset Card for \"hotpotqa-train-multikilt_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"hotpotqa-train-multikilt_1107\"\n\nMore Information needed" ]
fa473b59662c17805294042b39fca7f50e4a755d
# Dataset Card for "scitldr_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/scitldr_1107
[ "region:us" ]
2023-11-10T19:02:54+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 59829071, "num_examples": 1992}], "download_size": 29628456, "dataset_size": 59829071}}
2023-11-10T19:03:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "scitldr_1107" More Information needed
[ "# Dataset Card for \"scitldr_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"scitldr_1107\"\n\nMore Information needed" ]
ff8e382a5011978f5b20a3a49b68004f89d43dac
# Dataset Card for "xsum_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/xsum_1107
[ "region:us" ]
2023-11-10T19:03:03+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 848430524, "num_examples": 200000}], "download_size": 523334138, "dataset_size": 848430524}}
2023-11-10T19:04:02+00:00
[]
[]
TAGS #region-us
# Dataset Card for "xsum_1107" More Information needed
[ "# Dataset Card for \"xsum_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"xsum_1107\"\n\nMore Information needed" ]
3fdb51256450bf96ad1f3364dfb4b55b432ebf3a
# Bangumi Image Base of Attack On Titan This is the image base of bangumi Attack On Titan, we detected 76 characters, 14308 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview: | # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 | |:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------| | 0 | 1568 | [Download](0/dataset.zip) | ![preview 1](0/preview_1.png) | ![preview 2](0/preview_2.png) | ![preview 3](0/preview_3.png) | ![preview 4](0/preview_4.png) | ![preview 5](0/preview_5.png) | ![preview 6](0/preview_6.png) | ![preview 7](0/preview_7.png) | ![preview 8](0/preview_8.png) | | 1 | 705 | [Download](1/dataset.zip) | ![preview 1](1/preview_1.png) | ![preview 2](1/preview_2.png) | ![preview 3](1/preview_3.png) | ![preview 4](1/preview_4.png) | ![preview 5](1/preview_5.png) | ![preview 6](1/preview_6.png) | ![preview 7](1/preview_7.png) | ![preview 8](1/preview_8.png) | | 2 | 1342 | [Download](2/dataset.zip) | ![preview 1](2/preview_1.png) | ![preview 2](2/preview_2.png) | ![preview 3](2/preview_3.png) | ![preview 4](2/preview_4.png) | ![preview 5](2/preview_5.png) | ![preview 6](2/preview_6.png) | ![preview 7](2/preview_7.png) | ![preview 8](2/preview_8.png) | | 3 | 1771 | [Download](3/dataset.zip) | ![preview 1](3/preview_1.png) | ![preview 2](3/preview_2.png) | ![preview 3](3/preview_3.png) | ![preview 4](3/preview_4.png) | ![preview 5](3/preview_5.png) | ![preview 6](3/preview_6.png) | ![preview 7](3/preview_7.png) | ![preview 8](3/preview_8.png) | | 4 | 304 | [Download](4/dataset.zip) | ![preview 1](4/preview_1.png) | ![preview 2](4/preview_2.png) | ![preview 3](4/preview_3.png) | ![preview 4](4/preview_4.png) | ![preview 5](4/preview_5.png) | ![preview 6](4/preview_6.png) | ![preview 7](4/preview_7.png) | ![preview 8](4/preview_8.png) | | 5 | 735 | [Download](5/dataset.zip) | ![preview 1](5/preview_1.png) | ![preview 2](5/preview_2.png) | ![preview 3](5/preview_3.png) | ![preview 4](5/preview_4.png) | ![preview 5](5/preview_5.png) | ![preview 6](5/preview_6.png) | ![preview 7](5/preview_7.png) | ![preview 8](5/preview_8.png) | | 6 | 173 | [Download](6/dataset.zip) | ![preview 1](6/preview_1.png) | ![preview 2](6/preview_2.png) | ![preview 3](6/preview_3.png) | ![preview 4](6/preview_4.png) | ![preview 5](6/preview_5.png) | ![preview 6](6/preview_6.png) | ![preview 7](6/preview_7.png) | ![preview 8](6/preview_8.png) | | 7 | 72 | [Download](7/dataset.zip) | ![preview 1](7/preview_1.png) | ![preview 2](7/preview_2.png) | ![preview 3](7/preview_3.png) | ![preview 4](7/preview_4.png) | ![preview 5](7/preview_5.png) | ![preview 6](7/preview_6.png) | ![preview 7](7/preview_7.png) | ![preview 8](7/preview_8.png) | | 8 | 50 | [Download](8/dataset.zip) | ![preview 1](8/preview_1.png) | ![preview 2](8/preview_2.png) | ![preview 3](8/preview_3.png) | ![preview 4](8/preview_4.png) | ![preview 5](8/preview_5.png) | ![preview 6](8/preview_6.png) | ![preview 7](8/preview_7.png) | ![preview 8](8/preview_8.png) | | 9 | 164 | [Download](9/dataset.zip) | ![preview 1](9/preview_1.png) | ![preview 2](9/preview_2.png) | ![preview 3](9/preview_3.png) | ![preview 4](9/preview_4.png) | ![preview 5](9/preview_5.png) | ![preview 6](9/preview_6.png) | ![preview 7](9/preview_7.png) | ![preview 8](9/preview_8.png) | | 10 | 87 | [Download](10/dataset.zip) | ![preview 1](10/preview_1.png) | ![preview 2](10/preview_2.png) | ![preview 3](10/preview_3.png) | ![preview 4](10/preview_4.png) | ![preview 5](10/preview_5.png) | ![preview 6](10/preview_6.png) | ![preview 7](10/preview_7.png) | ![preview 8](10/preview_8.png) | | 11 | 32 | [Download](11/dataset.zip) | ![preview 1](11/preview_1.png) | ![preview 2](11/preview_2.png) | ![preview 3](11/preview_3.png) | ![preview 4](11/preview_4.png) | ![preview 5](11/preview_5.png) | ![preview 6](11/preview_6.png) | ![preview 7](11/preview_7.png) | ![preview 8](11/preview_8.png) | | 12 | 122 | [Download](12/dataset.zip) | ![preview 1](12/preview_1.png) | ![preview 2](12/preview_2.png) | ![preview 3](12/preview_3.png) | ![preview 4](12/preview_4.png) | ![preview 5](12/preview_5.png) | ![preview 6](12/preview_6.png) | ![preview 7](12/preview_7.png) | ![preview 8](12/preview_8.png) | | 13 | 462 | [Download](13/dataset.zip) | ![preview 1](13/preview_1.png) | ![preview 2](13/preview_2.png) | ![preview 3](13/preview_3.png) | ![preview 4](13/preview_4.png) | ![preview 5](13/preview_5.png) | ![preview 6](13/preview_6.png) | ![preview 7](13/preview_7.png) | ![preview 8](13/preview_8.png) | | 14 | 141 | [Download](14/dataset.zip) | ![preview 1](14/preview_1.png) | ![preview 2](14/preview_2.png) | ![preview 3](14/preview_3.png) | ![preview 4](14/preview_4.png) | ![preview 5](14/preview_5.png) | ![preview 6](14/preview_6.png) | ![preview 7](14/preview_7.png) | ![preview 8](14/preview_8.png) | | 15 | 183 | [Download](15/dataset.zip) | ![preview 1](15/preview_1.png) | ![preview 2](15/preview_2.png) | ![preview 3](15/preview_3.png) | ![preview 4](15/preview_4.png) | ![preview 5](15/preview_5.png) | ![preview 6](15/preview_6.png) | ![preview 7](15/preview_7.png) | ![preview 8](15/preview_8.png) | | 16 | 60 | [Download](16/dataset.zip) | ![preview 1](16/preview_1.png) | ![preview 2](16/preview_2.png) | ![preview 3](16/preview_3.png) | ![preview 4](16/preview_4.png) | ![preview 5](16/preview_5.png) | ![preview 6](16/preview_6.png) | ![preview 7](16/preview_7.png) | ![preview 8](16/preview_8.png) | | 17 | 52 | [Download](17/dataset.zip) | ![preview 1](17/preview_1.png) | ![preview 2](17/preview_2.png) | ![preview 3](17/preview_3.png) | ![preview 4](17/preview_4.png) | ![preview 5](17/preview_5.png) | ![preview 6](17/preview_6.png) | ![preview 7](17/preview_7.png) | ![preview 8](17/preview_8.png) | | 18 | 49 | [Download](18/dataset.zip) | ![preview 1](18/preview_1.png) | ![preview 2](18/preview_2.png) | ![preview 3](18/preview_3.png) | ![preview 4](18/preview_4.png) | ![preview 5](18/preview_5.png) | ![preview 6](18/preview_6.png) | ![preview 7](18/preview_7.png) | ![preview 8](18/preview_8.png) | | 19 | 1082 | [Download](19/dataset.zip) | ![preview 1](19/preview_1.png) | ![preview 2](19/preview_2.png) | ![preview 3](19/preview_3.png) | ![preview 4](19/preview_4.png) | ![preview 5](19/preview_5.png) | ![preview 6](19/preview_6.png) | ![preview 7](19/preview_7.png) | ![preview 8](19/preview_8.png) | | 20 | 57 | [Download](20/dataset.zip) | ![preview 1](20/preview_1.png) | ![preview 2](20/preview_2.png) | ![preview 3](20/preview_3.png) | ![preview 4](20/preview_4.png) | ![preview 5](20/preview_5.png) | ![preview 6](20/preview_6.png) | ![preview 7](20/preview_7.png) | ![preview 8](20/preview_8.png) | | 21 | 587 | [Download](21/dataset.zip) | ![preview 1](21/preview_1.png) | ![preview 2](21/preview_2.png) | ![preview 3](21/preview_3.png) | ![preview 4](21/preview_4.png) | ![preview 5](21/preview_5.png) | ![preview 6](21/preview_6.png) | ![preview 7](21/preview_7.png) | ![preview 8](21/preview_8.png) | | 22 | 224 | [Download](22/dataset.zip) | ![preview 1](22/preview_1.png) | ![preview 2](22/preview_2.png) | ![preview 3](22/preview_3.png) | ![preview 4](22/preview_4.png) | ![preview 5](22/preview_5.png) | ![preview 6](22/preview_6.png) | ![preview 7](22/preview_7.png) | ![preview 8](22/preview_8.png) | | 23 | 140 | [Download](23/dataset.zip) | ![preview 1](23/preview_1.png) | ![preview 2](23/preview_2.png) | ![preview 3](23/preview_3.png) | ![preview 4](23/preview_4.png) | ![preview 5](23/preview_5.png) | ![preview 6](23/preview_6.png) | ![preview 7](23/preview_7.png) | ![preview 8](23/preview_8.png) | | 24 | 110 | [Download](24/dataset.zip) | ![preview 1](24/preview_1.png) | ![preview 2](24/preview_2.png) | ![preview 3](24/preview_3.png) | ![preview 4](24/preview_4.png) | ![preview 5](24/preview_5.png) | ![preview 6](24/preview_6.png) | ![preview 7](24/preview_7.png) | ![preview 8](24/preview_8.png) | | 25 | 26 | [Download](25/dataset.zip) | ![preview 1](25/preview_1.png) | ![preview 2](25/preview_2.png) | ![preview 3](25/preview_3.png) | ![preview 4](25/preview_4.png) | ![preview 5](25/preview_5.png) | ![preview 6](25/preview_6.png) | ![preview 7](25/preview_7.png) | ![preview 8](25/preview_8.png) | | 26 | 581 | [Download](26/dataset.zip) | ![preview 1](26/preview_1.png) | ![preview 2](26/preview_2.png) | ![preview 3](26/preview_3.png) | ![preview 4](26/preview_4.png) | ![preview 5](26/preview_5.png) | ![preview 6](26/preview_6.png) | ![preview 7](26/preview_7.png) | ![preview 8](26/preview_8.png) | | 27 | 86 | [Download](27/dataset.zip) | ![preview 1](27/preview_1.png) | ![preview 2](27/preview_2.png) | ![preview 3](27/preview_3.png) | ![preview 4](27/preview_4.png) | ![preview 5](27/preview_5.png) | ![preview 6](27/preview_6.png) | ![preview 7](27/preview_7.png) | ![preview 8](27/preview_8.png) | | 28 | 60 | [Download](28/dataset.zip) | ![preview 1](28/preview_1.png) | ![preview 2](28/preview_2.png) | ![preview 3](28/preview_3.png) | ![preview 4](28/preview_4.png) | ![preview 5](28/preview_5.png) | ![preview 6](28/preview_6.png) | ![preview 7](28/preview_7.png) | ![preview 8](28/preview_8.png) | | 29 | 141 | [Download](29/dataset.zip) | ![preview 1](29/preview_1.png) | ![preview 2](29/preview_2.png) | ![preview 3](29/preview_3.png) | ![preview 4](29/preview_4.png) | ![preview 5](29/preview_5.png) | ![preview 6](29/preview_6.png) | ![preview 7](29/preview_7.png) | ![preview 8](29/preview_8.png) | | 30 | 59 | [Download](30/dataset.zip) | ![preview 1](30/preview_1.png) | ![preview 2](30/preview_2.png) | ![preview 3](30/preview_3.png) | ![preview 4](30/preview_4.png) | ![preview 5](30/preview_5.png) | ![preview 6](30/preview_6.png) | ![preview 7](30/preview_7.png) | ![preview 8](30/preview_8.png) | | 31 | 534 | [Download](31/dataset.zip) | ![preview 1](31/preview_1.png) | ![preview 2](31/preview_2.png) | ![preview 3](31/preview_3.png) | ![preview 4](31/preview_4.png) | ![preview 5](31/preview_5.png) | ![preview 6](31/preview_6.png) | ![preview 7](31/preview_7.png) | ![preview 8](31/preview_8.png) | | 32 | 64 | [Download](32/dataset.zip) | ![preview 1](32/preview_1.png) | ![preview 2](32/preview_2.png) | ![preview 3](32/preview_3.png) | ![preview 4](32/preview_4.png) | ![preview 5](32/preview_5.png) | ![preview 6](32/preview_6.png) | ![preview 7](32/preview_7.png) | ![preview 8](32/preview_8.png) | | 33 | 173 | [Download](33/dataset.zip) | ![preview 1](33/preview_1.png) | ![preview 2](33/preview_2.png) | ![preview 3](33/preview_3.png) | ![preview 4](33/preview_4.png) | ![preview 5](33/preview_5.png) | ![preview 6](33/preview_6.png) | ![preview 7](33/preview_7.png) | ![preview 8](33/preview_8.png) | | 34 | 22 | [Download](34/dataset.zip) | ![preview 1](34/preview_1.png) | ![preview 2](34/preview_2.png) | ![preview 3](34/preview_3.png) | ![preview 4](34/preview_4.png) | ![preview 5](34/preview_5.png) | ![preview 6](34/preview_6.png) | ![preview 7](34/preview_7.png) | ![preview 8](34/preview_8.png) | | 35 | 32 | [Download](35/dataset.zip) | ![preview 1](35/preview_1.png) | ![preview 2](35/preview_2.png) | ![preview 3](35/preview_3.png) | ![preview 4](35/preview_4.png) | ![preview 5](35/preview_5.png) | ![preview 6](35/preview_6.png) | ![preview 7](35/preview_7.png) | ![preview 8](35/preview_8.png) | | 36 | 133 | [Download](36/dataset.zip) | ![preview 1](36/preview_1.png) | ![preview 2](36/preview_2.png) | ![preview 3](36/preview_3.png) | ![preview 4](36/preview_4.png) | ![preview 5](36/preview_5.png) | ![preview 6](36/preview_6.png) | ![preview 7](36/preview_7.png) | ![preview 8](36/preview_8.png) | | 37 | 230 | [Download](37/dataset.zip) | ![preview 1](37/preview_1.png) | ![preview 2](37/preview_2.png) | ![preview 3](37/preview_3.png) | ![preview 4](37/preview_4.png) | ![preview 5](37/preview_5.png) | ![preview 6](37/preview_6.png) | ![preview 7](37/preview_7.png) | ![preview 8](37/preview_8.png) | | 38 | 94 | [Download](38/dataset.zip) | ![preview 1](38/preview_1.png) | ![preview 2](38/preview_2.png) | ![preview 3](38/preview_3.png) | ![preview 4](38/preview_4.png) | ![preview 5](38/preview_5.png) | ![preview 6](38/preview_6.png) | ![preview 7](38/preview_7.png) | ![preview 8](38/preview_8.png) | | 39 | 44 | [Download](39/dataset.zip) | ![preview 1](39/preview_1.png) | ![preview 2](39/preview_2.png) | ![preview 3](39/preview_3.png) | ![preview 4](39/preview_4.png) | ![preview 5](39/preview_5.png) | ![preview 6](39/preview_6.png) | ![preview 7](39/preview_7.png) | ![preview 8](39/preview_8.png) | | 40 | 46 | [Download](40/dataset.zip) | ![preview 1](40/preview_1.png) | ![preview 2](40/preview_2.png) | ![preview 3](40/preview_3.png) | ![preview 4](40/preview_4.png) | ![preview 5](40/preview_5.png) | ![preview 6](40/preview_6.png) | ![preview 7](40/preview_7.png) | ![preview 8](40/preview_8.png) | | 41 | 48 | [Download](41/dataset.zip) | ![preview 1](41/preview_1.png) | ![preview 2](41/preview_2.png) | ![preview 3](41/preview_3.png) | ![preview 4](41/preview_4.png) | ![preview 5](41/preview_5.png) | ![preview 6](41/preview_6.png) | ![preview 7](41/preview_7.png) | ![preview 8](41/preview_8.png) | | 42 | 102 | [Download](42/dataset.zip) | ![preview 1](42/preview_1.png) | ![preview 2](42/preview_2.png) | ![preview 3](42/preview_3.png) | ![preview 4](42/preview_4.png) | ![preview 5](42/preview_5.png) | ![preview 6](42/preview_6.png) | ![preview 7](42/preview_7.png) | ![preview 8](42/preview_8.png) | | 43 | 36 | [Download](43/dataset.zip) | ![preview 1](43/preview_1.png) | ![preview 2](43/preview_2.png) | ![preview 3](43/preview_3.png) | ![preview 4](43/preview_4.png) | ![preview 5](43/preview_5.png) | ![preview 6](43/preview_6.png) | ![preview 7](43/preview_7.png) | ![preview 8](43/preview_8.png) | | 44 | 36 | [Download](44/dataset.zip) | ![preview 1](44/preview_1.png) | ![preview 2](44/preview_2.png) | ![preview 3](44/preview_3.png) | ![preview 4](44/preview_4.png) | ![preview 5](44/preview_5.png) | ![preview 6](44/preview_6.png) | ![preview 7](44/preview_7.png) | ![preview 8](44/preview_8.png) | | 45 | 51 | [Download](45/dataset.zip) | ![preview 1](45/preview_1.png) | ![preview 2](45/preview_2.png) | ![preview 3](45/preview_3.png) | ![preview 4](45/preview_4.png) | ![preview 5](45/preview_5.png) | ![preview 6](45/preview_6.png) | ![preview 7](45/preview_7.png) | ![preview 8](45/preview_8.png) | | 46 | 51 | [Download](46/dataset.zip) | ![preview 1](46/preview_1.png) | ![preview 2](46/preview_2.png) | ![preview 3](46/preview_3.png) | ![preview 4](46/preview_4.png) | ![preview 5](46/preview_5.png) | ![preview 6](46/preview_6.png) | ![preview 7](46/preview_7.png) | ![preview 8](46/preview_8.png) | | 47 | 52 | [Download](47/dataset.zip) | ![preview 1](47/preview_1.png) | ![preview 2](47/preview_2.png) | ![preview 3](47/preview_3.png) | ![preview 4](47/preview_4.png) | ![preview 5](47/preview_5.png) | ![preview 6](47/preview_6.png) | ![preview 7](47/preview_7.png) | ![preview 8](47/preview_8.png) | | 48 | 55 | [Download](48/dataset.zip) | ![preview 1](48/preview_1.png) | ![preview 2](48/preview_2.png) | ![preview 3](48/preview_3.png) | ![preview 4](48/preview_4.png) | ![preview 5](48/preview_5.png) | ![preview 6](48/preview_6.png) | ![preview 7](48/preview_7.png) | ![preview 8](48/preview_8.png) | | 49 | 51 | [Download](49/dataset.zip) | ![preview 1](49/preview_1.png) | ![preview 2](49/preview_2.png) | ![preview 3](49/preview_3.png) | ![preview 4](49/preview_4.png) | ![preview 5](49/preview_5.png) | ![preview 6](49/preview_6.png) | ![preview 7](49/preview_7.png) | ![preview 8](49/preview_8.png) | | 50 | 23 | [Download](50/dataset.zip) | ![preview 1](50/preview_1.png) | ![preview 2](50/preview_2.png) | ![preview 3](50/preview_3.png) | ![preview 4](50/preview_4.png) | ![preview 5](50/preview_5.png) | ![preview 6](50/preview_6.png) | ![preview 7](50/preview_7.png) | ![preview 8](50/preview_8.png) | | 51 | 70 | [Download](51/dataset.zip) | ![preview 1](51/preview_1.png) | ![preview 2](51/preview_2.png) | ![preview 3](51/preview_3.png) | ![preview 4](51/preview_4.png) | ![preview 5](51/preview_5.png) | ![preview 6](51/preview_6.png) | ![preview 7](51/preview_7.png) | ![preview 8](51/preview_8.png) | | 52 | 66 | [Download](52/dataset.zip) | ![preview 1](52/preview_1.png) | ![preview 2](52/preview_2.png) | ![preview 3](52/preview_3.png) | ![preview 4](52/preview_4.png) | ![preview 5](52/preview_5.png) | ![preview 6](52/preview_6.png) | ![preview 7](52/preview_7.png) | ![preview 8](52/preview_8.png) | | 53 | 77 | [Download](53/dataset.zip) | ![preview 1](53/preview_1.png) | ![preview 2](53/preview_2.png) | ![preview 3](53/preview_3.png) | ![preview 4](53/preview_4.png) | ![preview 5](53/preview_5.png) | ![preview 6](53/preview_6.png) | ![preview 7](53/preview_7.png) | ![preview 8](53/preview_8.png) | | 54 | 37 | [Download](54/dataset.zip) | ![preview 1](54/preview_1.png) | ![preview 2](54/preview_2.png) | ![preview 3](54/preview_3.png) | ![preview 4](54/preview_4.png) | ![preview 5](54/preview_5.png) | ![preview 6](54/preview_6.png) | ![preview 7](54/preview_7.png) | ![preview 8](54/preview_8.png) | | 55 | 20 | [Download](55/dataset.zip) | ![preview 1](55/preview_1.png) | ![preview 2](55/preview_2.png) | ![preview 3](55/preview_3.png) | ![preview 4](55/preview_4.png) | ![preview 5](55/preview_5.png) | ![preview 6](55/preview_6.png) | ![preview 7](55/preview_7.png) | ![preview 8](55/preview_8.png) | | 56 | 33 | [Download](56/dataset.zip) | ![preview 1](56/preview_1.png) | ![preview 2](56/preview_2.png) | ![preview 3](56/preview_3.png) | ![preview 4](56/preview_4.png) | ![preview 5](56/preview_5.png) | ![preview 6](56/preview_6.png) | ![preview 7](56/preview_7.png) | ![preview 8](56/preview_8.png) | | 57 | 94 | [Download](57/dataset.zip) | ![preview 1](57/preview_1.png) | ![preview 2](57/preview_2.png) | ![preview 3](57/preview_3.png) | ![preview 4](57/preview_4.png) | ![preview 5](57/preview_5.png) | ![preview 6](57/preview_6.png) | ![preview 7](57/preview_7.png) | ![preview 8](57/preview_8.png) | | 58 | 25 | [Download](58/dataset.zip) | ![preview 1](58/preview_1.png) | ![preview 2](58/preview_2.png) | ![preview 3](58/preview_3.png) | ![preview 4](58/preview_4.png) | ![preview 5](58/preview_5.png) | ![preview 6](58/preview_6.png) | ![preview 7](58/preview_7.png) | ![preview 8](58/preview_8.png) | | 59 | 19 | [Download](59/dataset.zip) | ![preview 1](59/preview_1.png) | ![preview 2](59/preview_2.png) | ![preview 3](59/preview_3.png) | ![preview 4](59/preview_4.png) | ![preview 5](59/preview_5.png) | ![preview 6](59/preview_6.png) | ![preview 7](59/preview_7.png) | ![preview 8](59/preview_8.png) | | 60 | 32 | [Download](60/dataset.zip) | ![preview 1](60/preview_1.png) | ![preview 2](60/preview_2.png) | ![preview 3](60/preview_3.png) | ![preview 4](60/preview_4.png) | ![preview 5](60/preview_5.png) | ![preview 6](60/preview_6.png) | ![preview 7](60/preview_7.png) | ![preview 8](60/preview_8.png) | | 61 | 31 | [Download](61/dataset.zip) | ![preview 1](61/preview_1.png) | ![preview 2](61/preview_2.png) | ![preview 3](61/preview_3.png) | ![preview 4](61/preview_4.png) | ![preview 5](61/preview_5.png) | ![preview 6](61/preview_6.png) | ![preview 7](61/preview_7.png) | ![preview 8](61/preview_8.png) | | 62 | 44 | [Download](62/dataset.zip) | ![preview 1](62/preview_1.png) | ![preview 2](62/preview_2.png) | ![preview 3](62/preview_3.png) | ![preview 4](62/preview_4.png) | ![preview 5](62/preview_5.png) | ![preview 6](62/preview_6.png) | ![preview 7](62/preview_7.png) | ![preview 8](62/preview_8.png) | | 63 | 23 | [Download](63/dataset.zip) | ![preview 1](63/preview_1.png) | ![preview 2](63/preview_2.png) | ![preview 3](63/preview_3.png) | ![preview 4](63/preview_4.png) | ![preview 5](63/preview_5.png) | ![preview 6](63/preview_6.png) | ![preview 7](63/preview_7.png) | ![preview 8](63/preview_8.png) | | 64 | 59 | [Download](64/dataset.zip) | ![preview 1](64/preview_1.png) | ![preview 2](64/preview_2.png) | ![preview 3](64/preview_3.png) | ![preview 4](64/preview_4.png) | ![preview 5](64/preview_5.png) | ![preview 6](64/preview_6.png) | ![preview 7](64/preview_7.png) | ![preview 8](64/preview_8.png) | | 65 | 52 | [Download](65/dataset.zip) | ![preview 1](65/preview_1.png) | ![preview 2](65/preview_2.png) | ![preview 3](65/preview_3.png) | ![preview 4](65/preview_4.png) | ![preview 5](65/preview_5.png) | ![preview 6](65/preview_6.png) | ![preview 7](65/preview_7.png) | ![preview 8](65/preview_8.png) | | 66 | 39 | [Download](66/dataset.zip) | ![preview 1](66/preview_1.png) | ![preview 2](66/preview_2.png) | ![preview 3](66/preview_3.png) | ![preview 4](66/preview_4.png) | ![preview 5](66/preview_5.png) | ![preview 6](66/preview_6.png) | ![preview 7](66/preview_7.png) | ![preview 8](66/preview_8.png) | | 67 | 58 | [Download](67/dataset.zip) | ![preview 1](67/preview_1.png) | ![preview 2](67/preview_2.png) | ![preview 3](67/preview_3.png) | ![preview 4](67/preview_4.png) | ![preview 5](67/preview_5.png) | ![preview 6](67/preview_6.png) | ![preview 7](67/preview_7.png) | ![preview 8](67/preview_8.png) | | 68 | 16 | [Download](68/dataset.zip) | ![preview 1](68/preview_1.png) | ![preview 2](68/preview_2.png) | ![preview 3](68/preview_3.png) | ![preview 4](68/preview_4.png) | ![preview 5](68/preview_5.png) | ![preview 6](68/preview_6.png) | ![preview 7](68/preview_7.png) | ![preview 8](68/preview_8.png) | | 69 | 18 | [Download](69/dataset.zip) | ![preview 1](69/preview_1.png) | ![preview 2](69/preview_2.png) | ![preview 3](69/preview_3.png) | ![preview 4](69/preview_4.png) | ![preview 5](69/preview_5.png) | ![preview 6](69/preview_6.png) | ![preview 7](69/preview_7.png) | ![preview 8](69/preview_8.png) | | 70 | 26 | [Download](70/dataset.zip) | ![preview 1](70/preview_1.png) | ![preview 2](70/preview_2.png) | ![preview 3](70/preview_3.png) | ![preview 4](70/preview_4.png) | ![preview 5](70/preview_5.png) | ![preview 6](70/preview_6.png) | ![preview 7](70/preview_7.png) | ![preview 8](70/preview_8.png) | | 71 | 31 | [Download](71/dataset.zip) | ![preview 1](71/preview_1.png) | ![preview 2](71/preview_2.png) | ![preview 3](71/preview_3.png) | ![preview 4](71/preview_4.png) | ![preview 5](71/preview_5.png) | ![preview 6](71/preview_6.png) | ![preview 7](71/preview_7.png) | ![preview 8](71/preview_8.png) | | 72 | 68 | [Download](72/dataset.zip) | ![preview 1](72/preview_1.png) | ![preview 2](72/preview_2.png) | ![preview 3](72/preview_3.png) | ![preview 4](72/preview_4.png) | ![preview 5](72/preview_5.png) | ![preview 6](72/preview_6.png) | ![preview 7](72/preview_7.png) | ![preview 8](72/preview_8.png) | | 73 | 7 | [Download](73/dataset.zip) | ![preview 1](73/preview_1.png) | ![preview 2](73/preview_2.png) | ![preview 3](73/preview_3.png) | ![preview 4](73/preview_4.png) | ![preview 5](73/preview_5.png) | ![preview 6](73/preview_6.png) | ![preview 7](73/preview_7.png) | N/A | | 74 | 10 | [Download](74/dataset.zip) | ![preview 1](74/preview_1.png) | ![preview 2](74/preview_2.png) | ![preview 3](74/preview_3.png) | ![preview 4](74/preview_4.png) | ![preview 5](74/preview_5.png) | ![preview 6](74/preview_6.png) | ![preview 7](74/preview_7.png) | ![preview 8](74/preview_8.png) | | noise | 251 | [Download](-1/dataset.zip) | ![preview 1](-1/preview_1.png) | ![preview 2](-1/preview_2.png) | ![preview 3](-1/preview_3.png) | ![preview 4](-1/preview_4.png) | ![preview 5](-1/preview_5.png) | ![preview 6](-1/preview_6.png) | ![preview 7](-1/preview_7.png) | ![preview 8](-1/preview_8.png) |
BangumiBase/attackontitan
[ "size_categories:10K<n<100K", "license:mit", "art", "region:us" ]
2023-11-10T19:22:22+00:00
{"license": "mit", "size_categories": ["10K<n<100K"], "tags": ["art"]}
2023-11-11T11:40:07+00:00
[]
[]
TAGS #size_categories-10K<n<100K #license-mit #art #region-us
Bangumi Image Base of Attack On Titan ===================================== This is the image base of bangumi Attack On Titan, we detected 76 characters, 14308 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview:
[]
[ "TAGS\n#size_categories-10K<n<100K #license-mit #art #region-us \n" ]
99c28f95f22c556bafacd22646ee698a4a5d5443
# Dataset Card for "cowteats1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
lakshmikarpolam/cowteats1
[ "region:us" ]
2023-11-10T19:26:35+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 12535407.0, "num_examples": 450}], "download_size": 12527161, "dataset_size": 12535407.0}}
2023-11-10T19:26:50+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cowteats1" More Information needed
[ "# Dataset Card for \"cowteats1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cowteats1\"\n\nMore Information needed" ]
26e2cc32d79ad8a17f1d0ed6ce152d511da43de7
# Dataset Card for "translating_mplm_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset
[ "region:us" ]
2023-11-10T20:27:18+00:00
{"dataset_info": {"features": [{"name": "number", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "word_translations", "struct": [{"name": "\u4e00\u4e2a (y\u012b g\u00e8)", "dtype": "string"}, {"name": "\u4e00\u5c0a (y\u012b z\u016bn)", "dtype": "string"}, {"name": "\u4e0b\u6765 (xi\u00e0 l\u00e1i)", "dtype": "string"}, {"name": "\u4eff\u4f5b (f\u01ceng f\u00fa)", "dtype": "string"}, {"name": "\u4f1a (hu\u00ec)", "dtype": "string"}, {"name": "\u51dd\u56fa (n\u00edng g\u00f9)", "dtype": "string"}, {"name": "\u52a8\u8fc7 (d\u00f2ng gu\u00f2)", "dtype": "string"}, {"name": "\u53ea\u4f59 (zh\u01d0 y\u00fa)", "dtype": "string"}, {"name": "\u5750\u5728 (zu\u00f2 z\u00e0i)", "dtype": "string"}, {"name": "\u5929\u8272 (Ti\u0101n s\u00e8)", "dtype": "string"}, {"name": "\u5b8c\u5168 (w\u00e1n qu\u00e1n)", "dtype": "string"}, {"name": "\u5c4b\u5185 (w\u016b n\u00e8i)", "dtype": "string"}, {"name": "\u5e8a\u8fb9 (chu\u00e1ng bi\u0101n)", "dtype": "string"}, {"name": "\u6367\u7740 (p\u011bng zhe)", "dtype": "string"}, {"name": "\u653e\u5728 (f\u00e0ng z\u00e0i)", "dtype": "string"}, {"name": "\u662f (sh\u00ec)", "dtype": "string"}, {"name": "\u6697\u4e86 (\u00e0n le)", "dtype": "string"}, {"name": "\u66ae\u8272 (m\u00f9 s\u00e8)", "dtype": "string"}, {"name": "\u6ca1\u6709 (m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u6d45\u6d45 (qi\u01cen qi\u01cen)", "dtype": "string"}, {"name": "\u71c3\u70db (r\u00e1n zh\u00fa)", "dtype": "string"}, {"name": "\u7684 (de)", "dtype": "string"}, {"name": "\u7cd5\u70b9 (g\u0101o di\u01cen)", "dtype": "string"}, {"name": "\u8bb8\u4e45 (x\u01d4 ji\u01d4)", "dtype": "string"}, {"name": "\u8c01 (shu\u00ed)", "dtype": "string"}, {"name": "\u8eab\u5f71 (sh\u0113n y\u01d0ng)", "dtype": "string"}, {"name": "\u8f6e\u5ed3 (l\u00fan ku\u00f2)", "dtype": "string"}, {"name": "\u8fd9\u513f (zh\u00e8r)", "dtype": "string"}, {"name": "\u9010\u6e10 (zh\u00fa ji\u00e0n)", "dtype": "string"}, {"name": "\u90fd\u6ca1\u6709 (d\u014du m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u961a\u95fb\u8427 (K\u00e0n w\u00e9n xi\u0101o)", "dtype": "string"}, {"name": "\u9690\u6ca1 (y\u01d0n m\u00f2)", "dtype": "string"}, {"name": "\u9ed1\u6f06\u6f06\u7684 (h\u0113i q\u012b q\u012b de)", "dtype": "string"}]}, {"name": "best_translation", "dtype": "string"}, {"name": "alternative_translations", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3429, "num_examples": 3}], "download_size": 0, "dataset_size": 3429}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T21:11:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translating_mplm_dataset" More Information needed
[ "# Dataset Card for \"translating_mplm_dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translating_mplm_dataset\"\n\nMore Information needed" ]
981d253718cfbb3ae769536c360e7c527f4e8859
# Dataset Card for "reuters_articles" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Geosb/reuters_articles
[ "region:us" ]
2023-11-10T20:30:22+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "body", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 13792576, "num_examples": 17262}, {"name": "validation", "num_bytes": 1870389, "num_examples": 2158}, {"name": "test", "num_bytes": 1379190, "num_examples": 2158}], "download_size": 10073411, "dataset_size": 17042155}}
2023-11-10T20:30:30+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reuters_articles" More Information needed
[ "# Dataset Card for \"reuters_articles\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reuters_articles\"\n\nMore Information needed" ]
df580e400c4feed7d6fe6343540ac2d518ef1fc3
# Dataset Card for "BC5CDR_train" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
hippocrates/BC5CDR_train
[ "region:us" ]
2023-11-10T20:51:30+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "conversations", "list": [{"name": "from", "dtype": "string"}, {"name": "value", "dtype": "string"}]}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 4158911, "num_examples": 5228}, {"name": "valid", "num_bytes": 4200415, "num_examples": 5330}, {"name": "test", "num_bytes": 4539438, "num_examples": 5865}], "download_size": 3693403, "dataset_size": 12898764}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}]}
2023-11-13T19:42:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "BC5CDR_train" More Information needed
[ "# Dataset Card for \"BC5CDR_train\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"BC5CDR_train\"\n\nMore Information needed" ]
0196f8acf1fd474d677e230bcf860f1ada8c8097
# Dataset Card for "BC5CDR_test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
hippocrates/BC5CDR_test
[ "region:us" ]
2023-11-10T20:55:46+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "query", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "label", "sequence": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3858609, "num_examples": 5228}, {"name": "valid", "num_bytes": 3872474, "num_examples": 5330}, {"name": "test", "num_bytes": 4139915, "num_examples": 5865}], "download_size": 3147345, "dataset_size": 11870998}}
2023-11-10T20:55:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "BC5CDR_test" More Information needed
[ "# Dataset Card for \"BC5CDR_test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"BC5CDR_test\"\n\nMore Information needed" ]
705cbadd4419988626f73e54c4fda2b5fd870e1d
# Dataset Card for "codesearchnet_1107" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
multi-train/codesearchnet_1107
[ "region:us" ]
2023-11-10T21:10:52+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "query", "dtype": "string"}, {"name": "pos", "sequence": "string"}, {"name": "neg", "sequence": "string"}, {"name": "task", "dtype": "string"}, {"name": "instruction", "struct": [{"name": "query", "dtype": "string"}, {"name": "pos", "dtype": "string"}, {"name": "neg", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 2207111297, "num_examples": 1000000}], "download_size": 552466752, "dataset_size": 2207111297}}
2023-11-10T21:11:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "codesearchnet_1107" More Information needed
[ "# Dataset Card for \"codesearchnet_1107\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"codesearchnet_1107\"\n\nMore Information needed" ]
b9919ada11a2f47c8b5fe955853d1bba2174fd81
# Dataset Card for "translating_mplm_dataset_two" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset_two
[ "region:us" ]
2023-11-10T21:12:27+00:00
{"dataset_info": {"features": [{"name": "number", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "word_translations", "struct": [{"name": "\u4e00\u4e2a (y\u012b g\u00e8)", "dtype": "string"}, {"name": "\u4e00\u5c0a (y\u012b z\u016bn)", "dtype": "string"}, {"name": "\u4e0b\u6765 (xi\u00e0 l\u00e1i)", "dtype": "string"}, {"name": "\u4eff\u4f5b (f\u01ceng f\u00fa)", "dtype": "string"}, {"name": "\u4f1a (hu\u00ec)", "dtype": "string"}, {"name": "\u51dd\u56fa (n\u00edng g\u00f9)", "dtype": "string"}, {"name": "\u52a8\u8fc7 (d\u00f2ng gu\u00f2)", "dtype": "string"}, {"name": "\u53ea\u4f59 (zh\u01d0 y\u00fa)", "dtype": "string"}, {"name": "\u5750\u5728 (zu\u00f2 z\u00e0i)", "dtype": "string"}, {"name": "\u5929\u8272 (Ti\u0101n s\u00e8)", "dtype": "string"}, {"name": "\u5b8c\u5168 (w\u00e1n qu\u00e1n)", "dtype": "string"}, {"name": "\u5c4b\u5185 (w\u016b n\u00e8i)", "dtype": "string"}, {"name": "\u5e8a\u8fb9 (chu\u00e1ng bi\u0101n)", "dtype": "string"}, {"name": "\u6367\u7740 (p\u011bng zhe)", "dtype": "string"}, {"name": "\u653e\u5728 (f\u00e0ng z\u00e0i)", "dtype": "string"}, {"name": "\u662f (sh\u00ec)", "dtype": "string"}, {"name": "\u6697\u4e86 (\u00e0n le)", "dtype": "string"}, {"name": "\u66ae\u8272 (m\u00f9 s\u00e8)", "dtype": "string"}, {"name": "\u6ca1\u6709 (m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u6d45\u6d45 (qi\u01cen qi\u01cen)", "dtype": "string"}, {"name": "\u71c3\u70db (r\u00e1n zh\u00fa)", "dtype": "string"}, {"name": "\u7684 (de)", "dtype": "string"}, {"name": "\u7cd5\u70b9 (g\u0101o di\u01cen)", "dtype": "string"}, {"name": "\u8bb8\u4e45 (x\u01d4 ji\u01d4)", "dtype": "string"}, {"name": "\u8c01 (shu\u00ed)", "dtype": "string"}, {"name": "\u8eab\u5f71 (sh\u0113n y\u01d0ng)", "dtype": "string"}, {"name": "\u8f6e\u5ed3 (l\u00fan ku\u00f2)", "dtype": "string"}, {"name": "\u8fd9\u513f (zh\u00e8r)", "dtype": "string"}, {"name": "\u9010\u6e10 (zh\u00fa ji\u00e0n)", "dtype": "string"}, {"name": "\u90fd\u6ca1\u6709 (d\u014du m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u961a\u95fb\u8427 (K\u00e0n w\u00e9n xi\u0101o)", "dtype": "string"}, {"name": "\u9690\u6ca1 (y\u01d0n m\u00f2)", "dtype": "string"}, {"name": "\u9ed1\u6f06\u6f06\u7684 (h\u0113i q\u012b q\u012b de)", "dtype": "string"}]}, {"name": "best_translation", "dtype": "string"}, {"name": "alternative_translations", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3429, "num_examples": 3}], "download_size": 27294, "dataset_size": 3429}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T21:12:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translating_mplm_dataset_two" More Information needed
[ "# Dataset Card for \"translating_mplm_dataset_two\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translating_mplm_dataset_two\"\n\nMore Information needed" ]
8060519758d09db19f2ad740953b36de18bd8f30
# Dataset Card for "translating_mplm_dataset_thre" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset_thre
[ "region:us" ]
2023-11-10T21:13:26+00:00
{"dataset_info": {"features": [{"name": "number", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "word_translations", "struct": [{"name": "\u4e00\u4e2a (y\u012b g\u00e8)", "dtype": "string"}, {"name": "\u4e00\u5c0a (y\u012b z\u016bn)", "dtype": "string"}, {"name": "\u4e0b\u6765 (xi\u00e0 l\u00e1i)", "dtype": "string"}, {"name": "\u4eff\u4f5b (f\u01ceng f\u00fa)", "dtype": "string"}, {"name": "\u4f1a (hu\u00ec)", "dtype": "string"}, {"name": "\u51dd\u56fa (n\u00edng g\u00f9)", "dtype": "string"}, {"name": "\u52a8\u8fc7 (d\u00f2ng gu\u00f2)", "dtype": "string"}, {"name": "\u53ea\u4f59 (zh\u01d0 y\u00fa)", "dtype": "string"}, {"name": "\u5750\u5728 (zu\u00f2 z\u00e0i)", "dtype": "string"}, {"name": "\u5929\u8272 (Ti\u0101n s\u00e8)", "dtype": "string"}, {"name": "\u5b8c\u5168 (w\u00e1n qu\u00e1n)", "dtype": "string"}, {"name": "\u5c4b\u5185 (w\u016b n\u00e8i)", "dtype": "string"}, {"name": "\u5e8a\u8fb9 (chu\u00e1ng bi\u0101n)", "dtype": "string"}, {"name": "\u6367\u7740 (p\u011bng zhe)", "dtype": "string"}, {"name": "\u653e\u5728 (f\u00e0ng z\u00e0i)", "dtype": "string"}, {"name": "\u662f (sh\u00ec)", "dtype": "string"}, {"name": "\u6697\u4e86 (\u00e0n le)", "dtype": "string"}, {"name": "\u66ae\u8272 (m\u00f9 s\u00e8)", "dtype": "string"}, {"name": "\u6ca1\u6709 (m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u6d45\u6d45 (qi\u01cen qi\u01cen)", "dtype": "string"}, {"name": "\u71c3\u70db (r\u00e1n zh\u00fa)", "dtype": "string"}, {"name": "\u7684 (de)", "dtype": "string"}, {"name": "\u7cd5\u70b9 (g\u0101o di\u01cen)", "dtype": "string"}, {"name": "\u8bb8\u4e45 (x\u01d4 ji\u01d4)", "dtype": "string"}, {"name": "\u8c01 (shu\u00ed)", "dtype": "string"}, {"name": "\u8eab\u5f71 (sh\u0113n y\u01d0ng)", "dtype": "string"}, {"name": "\u8f6e\u5ed3 (l\u00fan ku\u00f2)", "dtype": "string"}, {"name": "\u8fd9\u513f (zh\u00e8r)", "dtype": "string"}, {"name": "\u9010\u6e10 (zh\u00fa ji\u00e0n)", "dtype": "string"}, {"name": "\u90fd\u6ca1\u6709 (d\u014du m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u961a\u95fb\u8427 (K\u00e0n w\u00e9n xi\u0101o)", "dtype": "string"}, {"name": "\u9690\u6ca1 (y\u01d0n m\u00f2)", "dtype": "string"}, {"name": "\u9ed1\u6f06\u6f06\u7684 (h\u0113i q\u012b q\u012b de)", "dtype": "string"}]}, {"name": "best_translation", "dtype": "string"}, {"name": "alternative_translations", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3429, "num_examples": 3}], "download_size": 27294, "dataset_size": 3429}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T21:13:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translating_mplm_dataset_thre" More Information needed
[ "# Dataset Card for \"translating_mplm_dataset_thre\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translating_mplm_dataset_thre\"\n\nMore Information needed" ]
55caf9af01ae498d68ff44886ff69a4b165eb54b
# Phishing Dataset Phishing datasets compiled from various resources for classification and phishing detection tasks. ## Dataset Details All datasets have been preprocessed in terms of eliminating null, empty and duplicate data. Class balancing has also been performed to avoid possible biases. Datasets have the same structure of two columns: `text` and `label`. Text field can contain samples of: - URL - SMS messages - Email messages - HTML code Depending on the dataset it belongs to; if it is the combined dataset it will have all data types. In addition, all records are labeled as **1 (Phishing)** or **0 (Benign)**. ### Source Data Datasets correspond to a compilation of 4 sources, which are described below: - [Mail dataset](https://www.kaggle.com/datasets/subhajournal/phishingemails) that specifies the body text of various emails that can be used to detect phishing emails, through extensive text analysis and classification with machine learning. Contains over 18,000 emails generated by Enron Corporation employees. - [SMS message dataset](https://data.mendeley.com/datasets/f45bkkt8pr/1) of more than 5,971 text messages. It includes 489 Spam messages, 638 Smishing messages and 4,844 Ham messages. The dataset contains attributes extracted from malicious messages that can be used to classify messages as malicious or legitimate. The data was collected by converting images obtained from the Internet into text using Python code. - [URL dataset](https://www.kaggle.com/datasets/harisudhan411/phishing-and-legitimate-urls) with more than 800,000 URLs where 52% of the domains are legitimate and the remaining 47% are phishing domains. It is a collection of data samples from various sources, the URLs were collected from the JPCERT website, existing Kaggle datasets, Github repositories where the URLs are updated once a year and some open source databases, including Excel files. - [Website dataset](https://data.mendeley.com/datasets/n96ncsr5g4/1) of 80,000 instances of legitimate websites (50,000) and phishing websites (30,000). Each instance contains the URL and the HTML page. Legitimate data were collected from two sources: 1) A simple keyword search on the Google search engine was used and the first 5 URLs of each search were collected. Domain restrictions were used and a maximum of 10 collections from one domain was limited to have a diverse collection at the end. 2) Almost 25,874 active URLs were collected from the Ebbu2017 Phishing Dataset repository. Three sources were used for the phishing data: PhishTank, OpenPhish and PhishRepo. > It is worth mentioning that, in the case of the website dataset, it was unfeasible to bring the total 80,000 samples due to the heavy processing required. > It was limited to search the first 30,000 samples, of which only those with a weight of less than 100KB were used. This will make it easier to use the website dataset if you do not > have powerful resources. ### Combined dataset The combined dataset is the one used to train BERT in phishing detection. But, in this repository you can notice that there are two datasets named as **combined**: - combined full - combined reduced Combined datasets owe their name to the fact that they combine all the data sources mentioned in the previous section. However, there is a notable difference between them: - The full combined dataset contains the 800,000+ URLs of the URL dataset. - The reduced combined dataset reduces the URL samples by 95% in order to keep a more balanced combination of data. Why was that elimination made in the reduced combined dataset? Completely unifying all URL samples would make URLs 97% of the total, and emails, SMS and websites just 3%. Missing data types from specific populations could bias the model and not reflect the realities of the environment in which it is run. There would be no representativeness for the other data types and the model could ignore them. In fact, a test performed on the combined full dataset showed deplorable results in phishing classification with BERT. Therefore it is recommended to use the reduced combined dataset. The combined full dataset was added for experimentation only. #### Processing combined reduced dataset Primarily, this dataset is intended to be used in conjunction with the BERT language model. Therefore, it has not been subjected to traditional preprocessing that is usually done for NLP tasks, such as Text Classification. _You may be wondering, is stemming, lemmatization, stop word removal, etc., necessary to improve the performance of BERT?_ In general, **NO**. Preprocessing will not change the output predictions. In fact, removing empty words (which are considered noise in conventional text representation, such as bag-of-words or tf-idf) can and probably will worsen the predictions of your BERT model. Since BERT uses the self-attenuation mechanism, these "stop words" are valuable information for BERT. The same goes for punctuation: a question mark can certainly change the overall meaning of a sentence. Therefore, eliminating stop words and punctuation marks would only mean eliminating the context that BERT could have used to get better results. However, if this dataset plans to be used for another type of model, perhaps preprocessing for NLP tasks should be considered. That is at the discretion of whoever wishes to employ this dataset. For more information check these links: - https://stackoverflow.com/a/70700145 - https://datascience.stackexchange.com/a/113366 ### How to use them You can easily use any of these datasets by specifying its name in the following code configuration: ```python from datasets import load_dataset dataset = load_dataset("ealvaradob/phishing-dataset", "<desired_dataset>", trust_remote_code=True) ``` For example, if you want to load combined reduced dataset, you can use: ```python dataset = load_dataset("ealvaradob/phishing-dataset", "combined_reduced", trust_remote_code=True) ``` Due to the implementation of the datasets library, when executing these codes you will see that only a training split is generated. The entire downloaded dataset will be inside that split. But if you want to separate it into test and training sets, you could run this code: ```python from datasets import Dataset from sklearn.model_selection import train_test_split df = dataset['train'].to_pandas() train, test = train_test_split(df, test_size=0.2, random_state=42) train, test = Dataset.from_pandas(train, preserve_index=False), Dataset.from_pandas(test, preserve_index=False) ```
ealvaradob/phishing-dataset
[ "task_categories:text-classification", "size_categories:10K<n<100K", "language:en", "license:apache-2.0", "phishing", "url", "html", "text", "region:us" ]
2023-11-10T21:15:02+00:00
{"language": ["en"], "license": "apache-2.0", "size_categories": ["10K<n<100K"], "task_categories": ["text-classification"], "tags": ["phishing", "url", "html", "text"]}
2024-01-31T07:00:53+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-10K<n<100K #language-English #license-apache-2.0 #phishing #url #html #text #region-us
# Phishing Dataset Phishing datasets compiled from various resources for classification and phishing detection tasks. ## Dataset Details All datasets have been preprocessed in terms of eliminating null, empty and duplicate data. Class balancing has also been performed to avoid possible biases. Datasets have the same structure of two columns: 'text' and 'label'. Text field can contain samples of: - URL - SMS messages - Email messages - HTML code Depending on the dataset it belongs to; if it is the combined dataset it will have all data types. In addition, all records are labeled as 1 (Phishing) or 0 (Benign). ### Source Data Datasets correspond to a compilation of 4 sources, which are described below: - Mail dataset that specifies the body text of various emails that can be used to detect phishing emails, through extensive text analysis and classification with machine learning. Contains over 18,000 emails generated by Enron Corporation employees. - SMS message dataset of more than 5,971 text messages. It includes 489 Spam messages, 638 Smishing messages and 4,844 Ham messages. The dataset contains attributes extracted from malicious messages that can be used to classify messages as malicious or legitimate. The data was collected by converting images obtained from the Internet into text using Python code. - URL dataset with more than 800,000 URLs where 52% of the domains are legitimate and the remaining 47% are phishing domains. It is a collection of data samples from various sources, the URLs were collected from the JPCERT website, existing Kaggle datasets, Github repositories where the URLs are updated once a year and some open source databases, including Excel files. - Website dataset of 80,000 instances of legitimate websites (50,000) and phishing websites (30,000). Each instance contains the URL and the HTML page. Legitimate data were collected from two sources: 1) A simple keyword search on the Google search engine was used and the first 5 URLs of each search were collected. Domain restrictions were used and a maximum of 10 collections from one domain was limited to have a diverse collection at the end. 2) Almost 25,874 active URLs were collected from the Ebbu2017 Phishing Dataset repository. Three sources were used for the phishing data: PhishTank, OpenPhish and PhishRepo. > It is worth mentioning that, in the case of the website dataset, it was unfeasible to bring the total 80,000 samples due to the heavy processing required. > It was limited to search the first 30,000 samples, of which only those with a weight of less than 100KB were used. This will make it easier to use the website dataset if you do not > have powerful resources. ### Combined dataset The combined dataset is the one used to train BERT in phishing detection. But, in this repository you can notice that there are two datasets named as combined: - combined full - combined reduced Combined datasets owe their name to the fact that they combine all the data sources mentioned in the previous section. However, there is a notable difference between them: - The full combined dataset contains the 800,000+ URLs of the URL dataset. - The reduced combined dataset reduces the URL samples by 95% in order to keep a more balanced combination of data. Why was that elimination made in the reduced combined dataset? Completely unifying all URL samples would make URLs 97% of the total, and emails, SMS and websites just 3%. Missing data types from specific populations could bias the model and not reflect the realities of the environment in which it is run. There would be no representativeness for the other data types and the model could ignore them. In fact, a test performed on the combined full dataset showed deplorable results in phishing classification with BERT. Therefore it is recommended to use the reduced combined dataset. The combined full dataset was added for experimentation only. #### Processing combined reduced dataset Primarily, this dataset is intended to be used in conjunction with the BERT language model. Therefore, it has not been subjected to traditional preprocessing that is usually done for NLP tasks, such as Text Classification. _You may be wondering, is stemming, lemmatization, stop word removal, etc., necessary to improve the performance of BERT?_ In general, NO. Preprocessing will not change the output predictions. In fact, removing empty words (which are considered noise in conventional text representation, such as bag-of-words or tf-idf) can and probably will worsen the predictions of your BERT model. Since BERT uses the self-attenuation mechanism, these "stop words" are valuable information for BERT. The same goes for punctuation: a question mark can certainly change the overall meaning of a sentence. Therefore, eliminating stop words and punctuation marks would only mean eliminating the context that BERT could have used to get better results. However, if this dataset plans to be used for another type of model, perhaps preprocessing for NLP tasks should be considered. That is at the discretion of whoever wishes to employ this dataset. For more information check these links: - URL - URL ### How to use them You can easily use any of these datasets by specifying its name in the following code configuration: For example, if you want to load combined reduced dataset, you can use: Due to the implementation of the datasets library, when executing these codes you will see that only a training split is generated. The entire downloaded dataset will be inside that split. But if you want to separate it into test and training sets, you could run this code:
[ "# Phishing Dataset\n\nPhishing datasets compiled from various resources for classification and phishing detection tasks.", "## Dataset Details\n\nAll datasets have been preprocessed in terms of eliminating null, empty and duplicate data. Class balancing has also been performed to avoid possible biases. \nDatasets have the same structure of two columns: 'text' and 'label'. Text field can contain samples of:\n\n- URL\n- SMS messages\n- Email messages\n- HTML code\n\nDepending on the dataset it belongs to; if it is the combined dataset it will have all data types. In addition, all records are labeled as 1 (Phishing) or 0 (Benign).", "### Source Data\n\nDatasets correspond to a compilation of 4 sources, which are described below:\n\n- Mail dataset that specifies the body text of various emails that can be used to detect phishing emails,\n through extensive text analysis and classification with machine learning. Contains over 18,000 emails\n generated by Enron Corporation employees.\n \n- SMS message dataset of more than 5,971 text messages. It includes 489 Spam messages, 638 Smishing messages\n and 4,844 Ham messages. The dataset contains attributes extracted from malicious messages that can be used\n to classify messages as malicious or legitimate. The data was collected by converting images obtained from\n the Internet into text using Python code.\n\n- URL dataset with more than 800,000 URLs where 52% of the domains are legitimate and the remaining 47% are\n phishing domains. It is a collection of data samples from various sources, the URLs were collected from the\n JPCERT website, existing Kaggle datasets, Github repositories where the URLs are updated once a year and\n some open source databases, including Excel files.\n\n- Website dataset of 80,000 instances of legitimate websites (50,000) and phishing websites (30,000). Each\n instance contains the URL and the HTML page. Legitimate data were collected from two sources: 1) A simple\n keyword search on the Google search engine was used and the first 5 URLs of each search were collected.\n Domain restrictions were used and a maximum of 10 collections from one domain was limited to have a diverse\n collection at the end. 2) Almost 25,874 active URLs were collected from the Ebbu2017 Phishing Dataset\n repository. Three sources were used for the phishing data: PhishTank, OpenPhish and PhishRepo.\n\n> It is worth mentioning that, in the case of the website dataset, it was unfeasible to bring the total 80,000 samples due to the heavy processing required.\n> It was limited to search the first 30,000 samples, of which only those with a weight of less than 100KB were used. This will make it easier to use the website dataset if you do not\n> have powerful resources.", "### Combined dataset\n\nThe combined dataset is the one used to train BERT in phishing detection. But, in this repository you can notice that there are \ntwo datasets named as combined:\n\n- combined full\n- combined reduced\n\nCombined datasets owe their name to the fact that they combine all the data sources mentioned in the previous section. However, there is a notable difference between them:\n\n- The full combined dataset contains the 800,000+ URLs of the URL dataset.\n- The reduced combined dataset reduces the URL samples by 95% in order to keep a more balanced combination of data.\n\nWhy was that elimination made in the reduced combined dataset? Completely unifying all URL samples would make URLs 97% of the total, and emails, SMS and websites just 3%. \nMissing data types from specific populations could bias the model and not reflect the realities of the environment in which it is run. There would be no representativeness \nfor the other data types and the model could ignore them. In fact, a test performed on the combined full dataset showed deplorable results in phishing classification with BERT. \nTherefore it is recommended to use the reduced combined dataset. The combined full dataset was added for experimentation only.", "#### Processing combined reduced dataset\n\nPrimarily, this dataset is intended to be used in conjunction with the BERT language model. Therefore, it has \nnot been subjected to traditional preprocessing that is usually done for NLP tasks, such as Text Classification. \n\n_You may be wondering, is stemming, lemmatization, stop word removal, etc., necessary to improve the performance of BERT?_\n\nIn general, NO. Preprocessing will not change the output predictions. In fact, removing empty words (which \nare considered noise in conventional text representation, such as bag-of-words or tf-idf) can and probably will\nworsen the predictions of your BERT model. Since BERT uses the self-attenuation mechanism, these \"stop words\" \nare valuable information for BERT. The same goes for punctuation: a question mark can certainly change the \noverall meaning of a sentence. Therefore, eliminating stop words and punctuation marks would only mean \neliminating the context that BERT could have used to get better results.\n\nHowever, if this dataset plans to be used for another type of model, perhaps preprocessing for NLP tasks should \nbe considered. That is at the discretion of whoever wishes to employ this dataset. \n\nFor more information check these links:\n\n- URL\n- URL", "### How to use them\n\nYou can easily use any of these datasets by specifying its name in the following code configuration:\n\n\n\nFor example, if you want to load combined reduced dataset, you can use:\n\n\n\nDue to the implementation of the datasets library, when executing these codes you will see that only a training split is generated. \nThe entire downloaded dataset will be inside that split. But if you want to separate it into test and training sets, you could run this code:" ]
[ "TAGS\n#task_categories-text-classification #size_categories-10K<n<100K #language-English #license-apache-2.0 #phishing #url #html #text #region-us \n", "# Phishing Dataset\n\nPhishing datasets compiled from various resources for classification and phishing detection tasks.", "## Dataset Details\n\nAll datasets have been preprocessed in terms of eliminating null, empty and duplicate data. Class balancing has also been performed to avoid possible biases. \nDatasets have the same structure of two columns: 'text' and 'label'. Text field can contain samples of:\n\n- URL\n- SMS messages\n- Email messages\n- HTML code\n\nDepending on the dataset it belongs to; if it is the combined dataset it will have all data types. In addition, all records are labeled as 1 (Phishing) or 0 (Benign).", "### Source Data\n\nDatasets correspond to a compilation of 4 sources, which are described below:\n\n- Mail dataset that specifies the body text of various emails that can be used to detect phishing emails,\n through extensive text analysis and classification with machine learning. Contains over 18,000 emails\n generated by Enron Corporation employees.\n \n- SMS message dataset of more than 5,971 text messages. It includes 489 Spam messages, 638 Smishing messages\n and 4,844 Ham messages. The dataset contains attributes extracted from malicious messages that can be used\n to classify messages as malicious or legitimate. The data was collected by converting images obtained from\n the Internet into text using Python code.\n\n- URL dataset with more than 800,000 URLs where 52% of the domains are legitimate and the remaining 47% are\n phishing domains. It is a collection of data samples from various sources, the URLs were collected from the\n JPCERT website, existing Kaggle datasets, Github repositories where the URLs are updated once a year and\n some open source databases, including Excel files.\n\n- Website dataset of 80,000 instances of legitimate websites (50,000) and phishing websites (30,000). Each\n instance contains the URL and the HTML page. Legitimate data were collected from two sources: 1) A simple\n keyword search on the Google search engine was used and the first 5 URLs of each search were collected.\n Domain restrictions were used and a maximum of 10 collections from one domain was limited to have a diverse\n collection at the end. 2) Almost 25,874 active URLs were collected from the Ebbu2017 Phishing Dataset\n repository. Three sources were used for the phishing data: PhishTank, OpenPhish and PhishRepo.\n\n> It is worth mentioning that, in the case of the website dataset, it was unfeasible to bring the total 80,000 samples due to the heavy processing required.\n> It was limited to search the first 30,000 samples, of which only those with a weight of less than 100KB were used. This will make it easier to use the website dataset if you do not\n> have powerful resources.", "### Combined dataset\n\nThe combined dataset is the one used to train BERT in phishing detection. But, in this repository you can notice that there are \ntwo datasets named as combined:\n\n- combined full\n- combined reduced\n\nCombined datasets owe their name to the fact that they combine all the data sources mentioned in the previous section. However, there is a notable difference between them:\n\n- The full combined dataset contains the 800,000+ URLs of the URL dataset.\n- The reduced combined dataset reduces the URL samples by 95% in order to keep a more balanced combination of data.\n\nWhy was that elimination made in the reduced combined dataset? Completely unifying all URL samples would make URLs 97% of the total, and emails, SMS and websites just 3%. \nMissing data types from specific populations could bias the model and not reflect the realities of the environment in which it is run. There would be no representativeness \nfor the other data types and the model could ignore them. In fact, a test performed on the combined full dataset showed deplorable results in phishing classification with BERT. \nTherefore it is recommended to use the reduced combined dataset. The combined full dataset was added for experimentation only.", "#### Processing combined reduced dataset\n\nPrimarily, this dataset is intended to be used in conjunction with the BERT language model. Therefore, it has \nnot been subjected to traditional preprocessing that is usually done for NLP tasks, such as Text Classification. \n\n_You may be wondering, is stemming, lemmatization, stop word removal, etc., necessary to improve the performance of BERT?_\n\nIn general, NO. Preprocessing will not change the output predictions. In fact, removing empty words (which \nare considered noise in conventional text representation, such as bag-of-words or tf-idf) can and probably will\nworsen the predictions of your BERT model. Since BERT uses the self-attenuation mechanism, these \"stop words\" \nare valuable information for BERT. The same goes for punctuation: a question mark can certainly change the \noverall meaning of a sentence. Therefore, eliminating stop words and punctuation marks would only mean \neliminating the context that BERT could have used to get better results.\n\nHowever, if this dataset plans to be used for another type of model, perhaps preprocessing for NLP tasks should \nbe considered. That is at the discretion of whoever wishes to employ this dataset. \n\nFor more information check these links:\n\n- URL\n- URL", "### How to use them\n\nYou can easily use any of these datasets by specifying its name in the following code configuration:\n\n\n\nFor example, if you want to load combined reduced dataset, you can use:\n\n\n\nDue to the implementation of the datasets library, when executing these codes you will see that only a training split is generated. \nThe entire downloaded dataset will be inside that split. But if you want to separate it into test and training sets, you could run this code:" ]
a5b7f10f1629f7e3d20654f70b59f770817e451d
# Rest of your dataset card dataset_info: features: - name: number dtype: string - name: sentence dtype: string - name: word_translations struct: - name: 一个 (yī gè) dtype: string - name: 一尊 (yī zūn) dtype: string - name: 下来 (xià lái) dtype: string - name: 仿佛 (fǎng fú) dtype: string - name: 会 (huì) dtype: string - name: 凝固 (níng gù) dtype: string - name: 动过 (dòng guò) dtype: string - name: 只余 (zhǐ yú) dtype: string - name: 坐在 (zuò zài) dtype: string - name: 天色 (Tiān sè) dtype: string - name: 完全 (wán quán) dtype: string - name: 屋内 (wū nèi) dtype: string - name: 床边 (chuáng biān) dtype: string - name: 捧着 (pěng zhe) dtype: string - name: 放在 (fàng zài) dtype: string - name: 是 (shì) dtype: string - name: 暗了 (àn le) dtype: string - name: 暮色 (mù sè) dtype: string - name: 没有 (méi yǒu) dtype: string - name: 浅浅 (qiǎn qiǎn) dtype: string - name: 燃烛 (rán zhú) dtype: string - name: 的 (de) dtype: string - name: 糕点 (gāo diǎn) dtype: string - name: 许久 (xǔ jiǔ) dtype: string - name: 谁 (shuí) dtype: string - name: 身影 (shēn yǐng) dtype: string - name: 轮廓 (lún kuò) dtype: string - name: 这儿 (zhèr) dtype: string - name: 逐渐 (zhú jiàn) dtype: string - name: 都没有 (dōu méi yǒu) dtype: string - name: 阚闻萧 (Kàn wén xiāo) dtype: string - name: 隐没 (yǐn mò) dtype: string - name: 黑漆漆的 (hēi qī qī de) dtype: string - name: best_translation dtype: string - name: alternative_translations sequence: string splits: - name: train num_bytes: 3429 num_examples: 3 download_size: 27294 dataset_size: 3429 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "translating_mplm_dataset_three" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset_three
[ "region:us" ]
2023-11-10T21:15:55+00:00
{"dataset_info": {"license": "MIT", "name": "translating_mplm_dataset_three", "description": "A dataset for translating sentences from MPLM", "homepage": "https://github.com/yourusername/your-repo", "task_categories": ["language-translation"], "languages": ["zh", "en"], "size": "3 examples", "download_size": "27.3 KB", "dataset_size": "3.42 KB", "visibility": "public", "status": "active", "authors": [{"name": "Your Name", "email": "[email protected]"}], "creation_date": "2023-11-10", "repository": "https://github.com/yourusername/your-repo", "citation": "@misc{yourcitation,\n title={Your Dataset Title},\n author={Your Name},\n year={2023},\n publisher={Your Publisher},\n journal={Journal of Datasets},\n howpublished={\\url{https://github.com/yourusername/your-repo}},\n}"}}
2023-11-10T21:33:33+00:00
[]
[]
TAGS #region-us
# Rest of your dataset card dataset_info: features: - name: number dtype: string - name: sentence dtype: string - name: word_translations struct: - name: 一个 (yī gè) dtype: string - name: 一尊 (yī zūn) dtype: string - name: 下来 (xià lái) dtype: string - name: 仿佛 (fǎng fú) dtype: string - name: 会 (huì) dtype: string - name: 凝固 (níng gù) dtype: string - name: 动过 (dòng guò) dtype: string - name: 只余 (zhǐ yú) dtype: string - name: 坐在 (zuò zài) dtype: string - name: 天色 (Tiān sè) dtype: string - name: 完全 (wán quán) dtype: string - name: 屋内 (wū nèi) dtype: string - name: 床边 (chuáng biān) dtype: string - name: 捧着 (pěng zhe) dtype: string - name: 放在 (fàng zài) dtype: string - name: 是 (shì) dtype: string - name: 暗了 (àn le) dtype: string - name: 暮色 (mù sè) dtype: string - name: 没有 (méi yǒu) dtype: string - name: 浅浅 (qiǎn qiǎn) dtype: string - name: 燃烛 (rán zhú) dtype: string - name: 的 (de) dtype: string - name: 糕点 (gāo diǎn) dtype: string - name: 许久 (xǔ jiǔ) dtype: string - name: 谁 (shuí) dtype: string - name: 身影 (shēn yǐng) dtype: string - name: 轮廓 (lún kuò) dtype: string - name: 这儿 (zhèr) dtype: string - name: 逐渐 (zhú jiàn) dtype: string - name: 都没有 (dōu méi yǒu) dtype: string - name: 阚闻萧 (Kàn wén xiāo) dtype: string - name: 隐没 (yǐn mò) dtype: string - name: 黑漆漆的 (hēi qī qī de) dtype: string - name: best_translation dtype: string - name: alternative_translations sequence: string splits: - name: train num_bytes: 3429 num_examples: 3 download_size: 27294 dataset_size: 3429 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "translating_mplm_dataset_three" More Information needed
[ "# Rest of your dataset card\ndataset_info:\n features:\n - name: number\n dtype: string\n - name: sentence\n dtype: string\n - name: word_translations\n struct:\n - name: 一个 (yī gè)\n dtype: string\n - name: 一尊 (yī zūn)\n dtype: string\n - name: 下来 (xià lái)\n dtype: string\n - name: 仿佛 (fǎng fú)\n dtype: string\n - name: 会 (huì)\n dtype: string\n - name: 凝固 (níng gù)\n dtype: string\n - name: 动过 (dòng guò)\n dtype: string\n - name: 只余 (zhǐ yú)\n dtype: string\n - name: 坐在 (zuò zài)\n dtype: string\n - name: 天色 (Tiān sè)\n dtype: string\n - name: 完全 (wán quán)\n dtype: string\n - name: 屋内 (wū nèi)\n dtype: string\n - name: 床边 (chuáng biān)\n dtype: string\n - name: 捧着 (pěng zhe)\n dtype: string\n - name: 放在 (fàng zài)\n dtype: string\n - name: 是 (shì)\n dtype: string\n - name: 暗了 (àn le)\n dtype: string\n - name: 暮色 (mù sè)\n dtype: string\n - name: 没有 (méi yǒu)\n dtype: string\n - name: 浅浅 (qiǎn qiǎn)\n dtype: string\n - name: 燃烛 (rán zhú)\n dtype: string\n - name: 的 (de)\n dtype: string\n - name: 糕点 (gāo diǎn)\n dtype: string\n - name: 许久 (xǔ jiǔ)\n dtype: string\n - name: 谁 (shuí)\n dtype: string\n - name: 身影 (shēn yǐng)\n dtype: string\n - name: 轮廓 (lún kuò)\n dtype: string\n - name: 这儿 (zhèr)\n dtype: string\n - name: 逐渐 (zhú jiàn)\n dtype: string\n - name: 都没有 (dōu méi yǒu)\n dtype: string\n - name: 阚闻萧 (Kàn wén xiāo)\n dtype: string\n - name: 隐没 (yǐn mò)\n dtype: string\n - name: 黑漆漆的 (hēi qī qī de)\n dtype: string\n - name: best_translation\n dtype: string\n - name: alternative_translations\n sequence: string\n splits:\n - name: train\n num_bytes: 3429\n num_examples: 3\n download_size: 27294\n dataset_size: 3429\nconfigs:\n- config_name: default\n data_files:\n - split: train\n path: data/train-*\n---", "# Dataset Card for \"translating_mplm_dataset_three\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Rest of your dataset card\ndataset_info:\n features:\n - name: number\n dtype: string\n - name: sentence\n dtype: string\n - name: word_translations\n struct:\n - name: 一个 (yī gè)\n dtype: string\n - name: 一尊 (yī zūn)\n dtype: string\n - name: 下来 (xià lái)\n dtype: string\n - name: 仿佛 (fǎng fú)\n dtype: string\n - name: 会 (huì)\n dtype: string\n - name: 凝固 (níng gù)\n dtype: string\n - name: 动过 (dòng guò)\n dtype: string\n - name: 只余 (zhǐ yú)\n dtype: string\n - name: 坐在 (zuò zài)\n dtype: string\n - name: 天色 (Tiān sè)\n dtype: string\n - name: 完全 (wán quán)\n dtype: string\n - name: 屋内 (wū nèi)\n dtype: string\n - name: 床边 (chuáng biān)\n dtype: string\n - name: 捧着 (pěng zhe)\n dtype: string\n - name: 放在 (fàng zài)\n dtype: string\n - name: 是 (shì)\n dtype: string\n - name: 暗了 (àn le)\n dtype: string\n - name: 暮色 (mù sè)\n dtype: string\n - name: 没有 (méi yǒu)\n dtype: string\n - name: 浅浅 (qiǎn qiǎn)\n dtype: string\n - name: 燃烛 (rán zhú)\n dtype: string\n - name: 的 (de)\n dtype: string\n - name: 糕点 (gāo diǎn)\n dtype: string\n - name: 许久 (xǔ jiǔ)\n dtype: string\n - name: 谁 (shuí)\n dtype: string\n - name: 身影 (shēn yǐng)\n dtype: string\n - name: 轮廓 (lún kuò)\n dtype: string\n - name: 这儿 (zhèr)\n dtype: string\n - name: 逐渐 (zhú jiàn)\n dtype: string\n - name: 都没有 (dōu méi yǒu)\n dtype: string\n - name: 阚闻萧 (Kàn wén xiāo)\n dtype: string\n - name: 隐没 (yǐn mò)\n dtype: string\n - name: 黑漆漆的 (hēi qī qī de)\n dtype: string\n - name: best_translation\n dtype: string\n - name: alternative_translations\n sequence: string\n splits:\n - name: train\n num_bytes: 3429\n num_examples: 3\n download_size: 27294\n dataset_size: 3429\nconfigs:\n- config_name: default\n data_files:\n - split: train\n path: data/train-*\n---", "# Dataset Card for \"translating_mplm_dataset_three\"\n\nMore Information needed" ]
653390902f49b9b6ba35ba461f8b2b397289daea
# Dataset Card for "translating_mplm_dataset_four" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset_four
[ "region:us" ]
2023-11-10T21:19:09+00:00
{"dataset_info": {"features": [{"name": "number", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "word_translations", "struct": [{"name": "\u4e00\u4e2a (y\u012b g\u00e8)", "dtype": "string"}, {"name": "\u4e00\u5c0a (y\u012b z\u016bn)", "dtype": "string"}, {"name": "\u4e0b\u6765 (xi\u00e0 l\u00e1i)", "dtype": "string"}, {"name": "\u4eff\u4f5b (f\u01ceng f\u00fa)", "dtype": "string"}, {"name": "\u4f1a (hu\u00ec)", "dtype": "string"}, {"name": "\u51dd\u56fa (n\u00edng g\u00f9)", "dtype": "string"}, {"name": "\u52a8\u8fc7 (d\u00f2ng gu\u00f2)", "dtype": "string"}, {"name": "\u53ea\u4f59 (zh\u01d0 y\u00fa)", "dtype": "string"}, {"name": "\u5750\u5728 (zu\u00f2 z\u00e0i)", "dtype": "string"}, {"name": "\u5929\u8272 (Ti\u0101n s\u00e8)", "dtype": "string"}, {"name": "\u5b8c\u5168 (w\u00e1n qu\u00e1n)", "dtype": "string"}, {"name": "\u5c4b\u5185 (w\u016b n\u00e8i)", "dtype": "string"}, {"name": "\u5e8a\u8fb9 (chu\u00e1ng bi\u0101n)", "dtype": "string"}, {"name": "\u6367\u7740 (p\u011bng zhe)", "dtype": "string"}, {"name": "\u653e\u5728 (f\u00e0ng z\u00e0i)", "dtype": "string"}, {"name": "\u662f (sh\u00ec)", "dtype": "string"}, {"name": "\u6697\u4e86 (\u00e0n le)", "dtype": "string"}, {"name": "\u66ae\u8272 (m\u00f9 s\u00e8)", "dtype": "string"}, {"name": "\u6ca1\u6709 (m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u6d45\u6d45 (qi\u01cen qi\u01cen)", "dtype": "string"}, {"name": "\u71c3\u70db (r\u00e1n zh\u00fa)", "dtype": "string"}, {"name": "\u7684 (de)", "dtype": "string"}, {"name": "\u7cd5\u70b9 (g\u0101o di\u01cen)", "dtype": "string"}, {"name": "\u8bb8\u4e45 (x\u01d4 ji\u01d4)", "dtype": "string"}, {"name": "\u8c01 (shu\u00ed)", "dtype": "string"}, {"name": "\u8eab\u5f71 (sh\u0113n y\u01d0ng)", "dtype": "string"}, {"name": "\u8f6e\u5ed3 (l\u00fan ku\u00f2)", "dtype": "string"}, {"name": "\u8fd9\u513f (zh\u00e8r)", "dtype": "string"}, {"name": "\u9010\u6e10 (zh\u00fa ji\u00e0n)", "dtype": "string"}, {"name": "\u90fd\u6ca1\u6709 (d\u014du m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u961a\u95fb\u8427 (K\u00e0n w\u00e9n xi\u0101o)", "dtype": "string"}, {"name": "\u9690\u6ca1 (y\u01d0n m\u00f2)", "dtype": "string"}, {"name": "\u9ed1\u6f06\u6f06\u7684 (h\u0113i q\u012b q\u012b de)", "dtype": "string"}]}, {"name": "best_translation", "dtype": "string"}, {"name": "alternative_translations", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3429, "num_examples": 3}], "download_size": 27294, "dataset_size": 3429}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T21:19:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translating_mplm_dataset_four" More Information needed
[ "# Dataset Card for \"translating_mplm_dataset_four\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translating_mplm_dataset_four\"\n\nMore Information needed" ]
564ffcf1eda71a2abd9698f8c4d45d44e348690a
# Dataset Card for "translating_mplm_dataset_six" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NyxSlee/translating_mplm_dataset_six
[ "region:us" ]
2023-11-10T21:24:15+00:00
{"dataset_info": {"features": [{"name": "number", "dtype": "string"}, {"name": "sentence", "dtype": "string"}, {"name": "word_translations", "struct": [{"name": "\u4e00\u4e2a (y\u012b g\u00e8)", "dtype": "string"}, {"name": "\u4e00\u5c0a (y\u012b z\u016bn)", "dtype": "string"}, {"name": "\u4e0b\u6765 (xi\u00e0 l\u00e1i)", "dtype": "string"}, {"name": "\u4eff\u4f5b (f\u01ceng f\u00fa)", "dtype": "string"}, {"name": "\u4f1a (hu\u00ec)", "dtype": "string"}, {"name": "\u51dd\u56fa (n\u00edng g\u00f9)", "dtype": "string"}, {"name": "\u52a8\u8fc7 (d\u00f2ng gu\u00f2)", "dtype": "string"}, {"name": "\u53ea\u4f59 (zh\u01d0 y\u00fa)", "dtype": "string"}, {"name": "\u5750\u5728 (zu\u00f2 z\u00e0i)", "dtype": "string"}, {"name": "\u5929\u8272 (Ti\u0101n s\u00e8)", "dtype": "string"}, {"name": "\u5b8c\u5168 (w\u00e1n qu\u00e1n)", "dtype": "string"}, {"name": "\u5c4b\u5185 (w\u016b n\u00e8i)", "dtype": "string"}, {"name": "\u5e8a\u8fb9 (chu\u00e1ng bi\u0101n)", "dtype": "string"}, {"name": "\u6367\u7740 (p\u011bng zhe)", "dtype": "string"}, {"name": "\u653e\u5728 (f\u00e0ng z\u00e0i)", "dtype": "string"}, {"name": "\u662f (sh\u00ec)", "dtype": "string"}, {"name": "\u6697\u4e86 (\u00e0n le)", "dtype": "string"}, {"name": "\u66ae\u8272 (m\u00f9 s\u00e8)", "dtype": "string"}, {"name": "\u6ca1\u6709 (m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u6d45\u6d45 (qi\u01cen qi\u01cen)", "dtype": "string"}, {"name": "\u71c3\u70db (r\u00e1n zh\u00fa)", "dtype": "string"}, {"name": "\u7684 (de)", "dtype": "string"}, {"name": "\u7cd5\u70b9 (g\u0101o di\u01cen)", "dtype": "string"}, {"name": "\u8bb8\u4e45 (x\u01d4 ji\u01d4)", "dtype": "string"}, {"name": "\u8c01 (shu\u00ed)", "dtype": "string"}, {"name": "\u8eab\u5f71 (sh\u0113n y\u01d0ng)", "dtype": "string"}, {"name": "\u8f6e\u5ed3 (l\u00fan ku\u00f2)", "dtype": "string"}, {"name": "\u8fd9\u513f (zh\u00e8r)", "dtype": "string"}, {"name": "\u9010\u6e10 (zh\u00fa ji\u00e0n)", "dtype": "string"}, {"name": "\u90fd\u6ca1\u6709 (d\u014du m\u00e9i y\u01d2u)", "dtype": "string"}, {"name": "\u961a\u95fb\u8427 (K\u00e0n w\u00e9n xi\u0101o)", "dtype": "string"}, {"name": "\u9690\u6ca1 (y\u01d0n m\u00f2)", "dtype": "string"}, {"name": "\u9ed1\u6f06\u6f06\u7684 (h\u0113i q\u012b q\u012b de)", "dtype": "string"}]}, {"name": "best_translation", "dtype": "string"}, {"name": "alternative_translations", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 3429, "num_examples": 3}], "download_size": 27294, "dataset_size": 3429}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T21:24:16+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translating_mplm_dataset_six" More Information needed
[ "# Dataset Card for \"translating_mplm_dataset_six\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translating_mplm_dataset_six\"\n\nMore Information needed" ]
dd09f752eb2417496976febf20333aecc8ad5d32
# Dataset Card for "ictwo-blocks1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Tialo/ictwo-blocks1
[ "region:us" ]
2023-11-10T22:16:51+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 177257.0, "num_examples": 210}], "download_size": 176195, "dataset_size": 177257.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-10T22:16:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "ictwo-blocks1" More Information needed
[ "# Dataset Card for \"ictwo-blocks1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"ictwo-blocks1\"\n\nMore Information needed" ]
8ee0ea70c08ee880ef91283bc0c19d002743bf8c
# Dataset Card for "JAX_BUILDING_SEG_11874" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
MylesChew/JAX_BUILDING_SEG_11874
[ "region:us" ]
2023-11-10T22:41:30+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "dsm", "dtype": "image"}, {"name": "label", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 5927516683.284, "num_examples": 10686}, {"name": "validation", "num_bytes": 65172668.0, "num_examples": 119}, {"name": "eval", "num_bytes": 583146355.052, "num_examples": 1069}], "download_size": 5579190530, "dataset_size": 6575835706.336}}
2023-11-11T15:02:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "JAX_BUILDING_SEG_11874" More Information needed
[ "# Dataset Card for \"JAX_BUILDING_SEG_11874\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"JAX_BUILDING_SEG_11874\"\n\nMore Information needed" ]
e7bf088113692e08cfdc341c3d54eb79776f78bd
# Dataset Card for "Food500Cap_train" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
advancedcv/Food500Cap_train
[ "region:us" ]
2023-11-10T22:55:36+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "cat", "dtype": "string"}, {"name": "caption", "dtype": "string"}, {"name": "img_id", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3005309945.747, "num_examples": 19877}], "download_size": 2411309567, "dataset_size": 3005309945.747}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T00:01:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Food500Cap_train" More Information needed
[ "# Dataset Card for \"Food500Cap_train\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Food500Cap_train\"\n\nMore Information needed" ]
190f7872a8697fdc347086284af228f4b5647383
# Dataset Card for "mist1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
polejowska/mist1
[ "region:us" ]
2023-11-10T22:57:55+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image_id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "objects", "list": [{"name": "category_id", "dtype": {"class_label": {"names": {"0": "mist1"}}}}, {"name": "image_id", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "area", "dtype": "int64"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "segmentation", "list": {"list": "float32"}}, {"name": "iscrowd", "dtype": "bool"}]}], "splits": [{"name": "train", "num_bytes": 8875489623.982, "num_examples": 9166}, {"name": "valid", "num_bytes": 478378507.0, "num_examples": 514}, {"name": "test", "num_bytes": 912518506.0, "num_examples": 940}], "download_size": 10243106879, "dataset_size": 10266386636.982}}
2023-11-11T02:28:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "mist1" More Information needed
[ "# Dataset Card for \"mist1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"mist1\"\n\nMore Information needed" ]
b74055d42bd1af2ad7077eced005d8c7793438f9
# Dataset Card for "MIST1_brain_gastro_tumors" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
polejowska/MIST1_brain_gastro_tumors
[ "region:us" ]
2023-11-10T23:33:52+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image_id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "objects", "list": [{"name": "category_id", "dtype": {"class_label": {"names": {"0": "mist1"}}}}, {"name": "image_id", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "area", "dtype": "int64"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "segmentation", "list": {"list": "float32"}}, {"name": "iscrowd", "dtype": "bool"}]}], "splits": [{"name": "train", "num_bytes": 906758000.0, "num_examples": 920}, {"name": "valid", "num_bytes": 76022126.0, "num_examples": 80}, {"name": "test", "num_bytes": 48071588.0, "num_examples": 50}], "download_size": 1030430709, "dataset_size": 1030851714.0}}
2023-11-11T00:08:51+00:00
[]
[]
TAGS #region-us
# Dataset Card for "MIST1_brain_gastro_tumors" More Information needed
[ "# Dataset Card for \"MIST1_brain_gastro_tumors\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"MIST1_brain_gastro_tumors\"\n\nMore Information needed" ]
a30c0042553f638367cd6bd185d25514fb3fc8f1
# Dataset Card for Dataset Name <!-- Provide a quick summary of the dataset. --> This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** [More Information Needed] - **Language(s) (NLP):** [More Information Needed] - **License:** [More Information Needed] ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
mariakmurphy55/empty
[ "task_categories:text-classification", "size_categories:n<1K", "language:en", "license:apache-2.0", "legal", "region:us" ]
2023-11-11T00:16:52+00:00
{"language": ["en"], "license": "apache-2.0", "size_categories": ["n<1K"], "task_categories": ["text-classification"], "pretty_name": "prettyname!", "tags": ["legal"]}
2023-11-11T00:18:32+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-n<1K #language-English #license-apache-2.0 #legal #region-us
# Dataset Card for Dataset Name This dataset card aims to be a base template for new datasets. It has been generated using this raw template. ## Dataset Details ### Dataset Description - Curated by: - Funded by [optional]: - Shared by [optional]: - Language(s) (NLP): - License: ### Dataset Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ### Out-of-Scope Use ## Dataset Structure ## Dataset Creation ### Curation Rationale ### Source Data #### Data Collection and Processing #### Who are the source data producers? ### Annotations [optional] #### Annotation process #### Who are the annotators? #### Personal and Sensitive Information ## Bias, Risks, and Limitations ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. [optional] BibTeX: APA: ## Glossary [optional] ## More Information [optional] ## Dataset Card Authors [optional] ## Dataset Card Contact
[ "# Dataset Card for Dataset Name\n\n\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
[ "TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #license-apache-2.0 #legal #region-us \n", "# Dataset Card for Dataset Name\n\n\n\nThis dataset card aims to be a base template for new datasets. It has been generated using this raw template.", "## Dataset Details", "### Dataset Description\n\n\n\n\n\n- Curated by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Language(s) (NLP): \n- License:", "### Dataset Sources [optional]\n\n\n\n- Repository: \n- Paper [optional]: \n- Demo [optional]:", "## Uses", "### Direct Use", "### Out-of-Scope Use", "## Dataset Structure", "## Dataset Creation", "### Curation Rationale", "### Source Data", "#### Data Collection and Processing", "#### Who are the source data producers?", "### Annotations [optional]", "#### Annotation process", "#### Who are the annotators?", "#### Personal and Sensitive Information", "## Bias, Risks, and Limitations", "### Recommendations\n\n\n\nUsers should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\n[optional]\n\n\n\nBibTeX:\n\n\n\nAPA:", "## Glossary [optional]", "## More Information [optional]", "## Dataset Card Authors [optional]", "## Dataset Card Contact" ]
0887ef57b931b60e70703e44e5379ea3b80ac9f2
# Dataset Card for "enem-tc-aqg" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tiagoblima/enem-tc-aqg
[ "region:us" ]
2023-11-11T00:58:24+00:00
{"dataset_info": {"features": [{"name": "paragraph", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "answers", "struct": [{"name": "text", "sequence": "string"}]}], "splits": [{"name": "train", "num_bytes": 402614, "num_examples": 388}], "download_size": 267848, "dataset_size": 402614}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T01:13:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "enem-tc-aqg" More Information needed
[ "# Dataset Card for \"enem-tc-aqg\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"enem-tc-aqg\"\n\nMore Information needed" ]
eb5f4f6930ca48b1ec28c4987855816e3734580d
# Dataset Card for PLANE-2K PLANE Dataset stands for Pre-model Luxury Accurate Next-level Evaluation Dataset. ## Dataset Details This contains all of the file from the [alpaca-2k-test](https://huggingface.co/datasets/mhenrichsen/alpaca_2k_test) dataset and then some.
Keynote-Technology/PLANE-2K
[ "license:apache-2.0", "region:us" ]
2023-11-11T01:00:42+00:00
{"license": "apache-2.0"}
2023-11-11T01:08:25+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
# Dataset Card for PLANE-2K PLANE Dataset stands for Pre-model Luxury Accurate Next-level Evaluation Dataset. ## Dataset Details This contains all of the file from the alpaca-2k-test dataset and then some.
[ "# Dataset Card for PLANE-2K\nPLANE Dataset stands for Pre-model Luxury Accurate Next-level Evaluation Dataset.", "## Dataset Details\nThis contains all of the file from the alpaca-2k-test dataset and then some." ]
[ "TAGS\n#license-apache-2.0 #region-us \n", "# Dataset Card for PLANE-2K\nPLANE Dataset stands for Pre-model Luxury Accurate Next-level Evaluation Dataset.", "## Dataset Details\nThis contains all of the file from the alpaca-2k-test dataset and then some." ]
8185b3bf3e5d8dff364ec87eb10b94c33a5f726a
# Dataset Card for "sd1111" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
bys2058/sd1111
[ "region:us" ]
2023-11-11T01:15:43+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "hair_mask", "dtype": "image"}, {"name": "result_image", "dtype": "image"}, {"name": "image_caption", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 93744509413.828, "num_examples": 54062}], "download_size": 91885409225, "dataset_size": 93744509413.828}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-14T13:52:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "sd1111" More Information needed
[ "# Dataset Card for \"sd1111\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"sd1111\"\n\nMore Information needed" ]
3117a42195ccf26bcbb50dea6b78ed06f7dfcf82
# Dataset Card for "dsml_original_chat" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
higgsfield/dsml_original_chat
[ "region:us" ]
2023-11-11T01:21:52+00:00
{"dataset_info": {"features": [{"name": "chats", "list": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 3420336, "num_examples": 1}], "download_size": 1569967, "dataset_size": 3420336}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T01:21:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "dsml_original_chat" More Information needed
[ "# Dataset Card for \"dsml_original_chat\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"dsml_original_chat\"\n\nMore Information needed" ]
69643a8f8a6247234c3fd9069b734c021a76a6af
Compositional Visual Genome (ComVG) <br/> ComVG benchmark aims to test vision-language models ability in text-to-image retrieval. <br/> We selected 542 high-quality images from Visual Genome and created 5400 datapoints in ComVG. <br/> Each datapoint contains a postive and negative image. The negative image is a mutated variant with singular discrepancies in subject, object, or predicate.<br/> For more details on creation process, please refer: https://arxiv.org/abs/2211.13854
kenanjeff/ComVG
[ "task_categories:zero-shot-classification", "size_categories:1K<n<10K", "license:creativeml-openrail-m", "code", "arxiv:2211.13854", "region:us" ]
2023-11-11T01:40:00+00:00
{"license": "creativeml-openrail-m", "size_categories": ["1K<n<10K"], "task_categories": ["zero-shot-classification"], "tags": ["code"]}
2023-11-17T06:48:30+00:00
[ "2211.13854" ]
[]
TAGS #task_categories-zero-shot-classification #size_categories-1K<n<10K #license-creativeml-openrail-m #code #arxiv-2211.13854 #region-us
Compositional Visual Genome (ComVG) <br/> ComVG benchmark aims to test vision-language models ability in text-to-image retrieval. <br/> We selected 542 high-quality images from Visual Genome and created 5400 datapoints in ComVG. <br/> Each datapoint contains a postive and negative image. The negative image is a mutated variant with singular discrepancies in subject, object, or predicate.<br/> For more details on creation process, please refer: URL
[]
[ "TAGS\n#task_categories-zero-shot-classification #size_categories-1K<n<10K #license-creativeml-openrail-m #code #arxiv-2211.13854 #region-us \n" ]
19ed9af791c56333735651e19ac2c807ec476625
# Dataset Card for "7c5b039f" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
result-kand2-sdxl-wuerst-karlo/7c5b039f
[ "region:us" ]
2023-11-11T02:42:35+00:00
{"dataset_info": {"features": [{"name": "result", "dtype": "string"}, {"name": "id", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 182, "num_examples": 10}], "download_size": 1364, "dataset_size": 182}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T02:42:36+00:00
[]
[]
TAGS #region-us
# Dataset Card for "7c5b039f" More Information needed
[ "# Dataset Card for \"7c5b039f\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"7c5b039f\"\n\nMore Information needed" ]
dd6f9d6d7bfe1bcf29d20ea478d1b81d6a2f5034
Fliphtml pdf text version Search Query: - Melayu
aisyahhrazak/crawl-fliphtml
[ "language:ms", "language:en", "region:us" ]
2023-11-11T03:12:16+00:00
{"language": ["ms", "en"]}
2023-11-11T03:15:01+00:00
[]
[ "ms", "en" ]
TAGS #language-Malay (macrolanguage) #language-English #region-us
Fliphtml pdf text version Search Query: - Melayu
[]
[ "TAGS\n#language-Malay (macrolanguage) #language-English #region-us \n" ]
46602ccb7669ac6e4c28781c2e7af2dcee1a1eb3
# Dataset Card for WildChat-nontoxic ## Dataset Description - **Paper:** https://wenting-zhao.github.io/papers/wildchat.pdf - **License:** https://allenai.org/licenses/impact-lr - **Language(s) (NLP):** multi-lingual - **Point of Contact:** [Yuntian Deng](mailto:[email protected]) ### Dataset Summary WildChat-nontoxic is the nontoxic subset of the [WildChat dataset](https://huggingface.co/datasets/allenai/WildChat), a collection of 530K conversations between human users and ChatGPT. The full WildChat dataset containing 650K conversations can be found [here](https://huggingface.co/datasets/allenai/WildChat). We collected WildChat by offering online users free access to OpenAI's GPT-3.5-Turbo and GPT-4. The dataset contains a broad spectrum of user-chatbot interactions that are not previously covered by other instruction fine-tuning datasets: for example, interactions include ambiguous user requests, code-switching, topic-switching, political discussions, etc. WildChat can serve both as a dataset for instructional fine-tuning and as a valuable resource for studying user behaviors. WildChat-nontoxic has been openly released under AI2's ImpACT license as a low-risk artifact. The use of WildChat-nontoxic to cause harm is strictly prohibited. ### Languages 66 languages were detected in WildChat. ### Data Fields - `conversation_id` (string): Each conversation has a unique id. - `model` (string): The underlying OpenAI model, such as gpt-3.5-turbo or gpt-4. - `timestamp` (timestamp): The timestamp of the last turn in the conversation in UTC. - `conversation` (list): A list of user/assistant utterances. Each utterance is a dictionary containing the `role` of the speaker (user or assistant), the `content` of the utterance, the detected `language` of the utterance, whether the content of the utterance is considered `toxic`, and whether PII has been detected and anonymized (`redacted`). - `turn` (int): The number of turns in the conversation. A turn refers to one round of user-assistant interaction. - `language` (string): The language of the conversation. Note that this is the most frequently detected language in the utterances of the conversation. - `openai_moderation` (list): A list of OpenAI Moderation results. Each element in the list corresponds to one utterance in the conversation. - `detoxify_moderation` (list): A list of Detoxify results. Each element in the list corresponds to one utterance in the conversation. - `toxic` (bool): Whether this conversation contains any utterances considered to be toxic by either OpenAI Moderation or Detoxify. - `redacted` (bool): Whether this conversation contains any utterances in which PII is detected and anonymized. ### Personal and Sensitive Information The data has been de-identified with Microsoft Presidio and hand-written rules by the authors. ### Inappropriate Content If you discover inappropriate conversations in this nontoxic subset, please report their conversation ids to us for removal by sending us an email or using community discussions. ### Licensing Information WildChat-nontoxic is made available under the [**AI2 ImpACT License - Low Risk Artifacts ("LR Agreement")**](https://allenai.org/licenses/impact-lr) ### Citation Information Please consider citing [our paper](https://openreview.net/forum?id=Bl8u7ZRlbM) if you find this dataset useful: ``` @inproceedings{ zhao2024inthewildchat, title={(InThe)WildChat: 570K Chat{GPT} Interaction Logs In The Wild}, author={Zhao, Wenting and Ren, Xiang and Hessel, Jack and Cardie, Claire and Choi, Yejin and Deng, Yuntian}, booktitle={The Twelfth International Conference on Learning Representations}, year={2024}, url={https://openreview.net/forum?id=Bl8u7ZRlbM} } ```
allenai/WildChat-nontoxic
[ "size_categories:100K<n<1M", "region:us" ]
2023-11-11T03:28:14+00:00
{"size_categories": ["100K<n<1M"], "pretty_name": "WildChat-nontoxic", "dataset_info": {"features": [{"name": "conversation_id", "dtype": "string"}, {"name": "model", "dtype": "string"}, {"name": "timestamp", "dtype": "timestamp[s, tz=UTC]"}, {"name": "conversation", "list": [{"name": "content", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "redacted", "dtype": "bool"}, {"name": "role", "dtype": "string"}, {"name": "toxic", "dtype": "bool"}]}, {"name": "turn", "dtype": "int64"}, {"name": "language", "dtype": "string"}, {"name": "openai_moderation", "list": [{"name": "categories", "struct": [{"name": "harassment", "dtype": "bool"}, {"name": "harassment/threatening", "dtype": "bool"}, {"name": "hate", "dtype": "bool"}, {"name": "hate/threatening", "dtype": "bool"}, {"name": "self-harm", "dtype": "bool"}, {"name": "self-harm/instructions", "dtype": "bool"}, {"name": "self-harm/intent", "dtype": "bool"}, {"name": "sexual", "dtype": "bool"}, {"name": "sexual/minors", "dtype": "bool"}, {"name": "violence", "dtype": "bool"}, {"name": "violence/graphic", "dtype": "bool"}]}, {"name": "category_scores", "struct": [{"name": "harassment", "dtype": "float64"}, {"name": "harassment/threatening", "dtype": "float64"}, {"name": "hate", "dtype": "float64"}, {"name": "hate/threatening", "dtype": "float64"}, {"name": "self-harm", "dtype": "float64"}, {"name": "self-harm/instructions", "dtype": "float64"}, {"name": "self-harm/intent", "dtype": "float64"}, {"name": "sexual", "dtype": "float64"}, {"name": "sexual/minors", "dtype": "float64"}, {"name": "violence", "dtype": "float64"}, {"name": "violence/graphic", "dtype": "float64"}]}, {"name": "flagged", "dtype": "bool"}]}, {"name": "detoxify_moderation", "list": [{"name": "identity_attack", "dtype": "float32"}, {"name": "insult", "dtype": "float32"}, {"name": "obscene", "dtype": "float32"}, {"name": "severe_toxicity", "dtype": "float32"}, {"name": "sexual_explicit", "dtype": "float32"}, {"name": "threat", "dtype": "float32"}, {"name": "toxicity", "dtype": "float32"}]}, {"name": "toxic", "dtype": "bool"}, {"name": "redacted", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 2949938170, "num_examples": 529514}], "download_size": 1587001052, "dataset_size": 2949938170}, "extra_gated_prompt": "Access to this dataset is automatically granted upon accepting the [**AI2 ImpACT License - Low Risk Artifacts (\u201cLR Agreement\u201d)**](https://allenai.org/licenses/impact-lr) and completing all fields below.", "extra_gated_fields": {"Your full name": "text", "Organization or entity you are affiliated with": "text", "State or country you are located in": "text", "Contact email": "text", "Please describe your intended use of the low risk artifact(s)": "text", "I AGREE to the terms and conditions of the LR Agreement above": "checkbox", "I AGREE to AI2\u2019s use of my information for legal notices and administrative matters": "checkbox", "I CERTIFY that the information I have provided is true and accurate": "checkbox"}}
2024-01-19T18:51:20+00:00
[]
[]
TAGS #size_categories-100K<n<1M #region-us
# Dataset Card for WildChat-nontoxic ## Dataset Description - Paper: URL - License: URL - Language(s) (NLP): multi-lingual - Point of Contact: Yuntian Deng ### Dataset Summary WildChat-nontoxic is the nontoxic subset of the WildChat dataset, a collection of 530K conversations between human users and ChatGPT. The full WildChat dataset containing 650K conversations can be found here. We collected WildChat by offering online users free access to OpenAI's GPT-3.5-Turbo and GPT-4. The dataset contains a broad spectrum of user-chatbot interactions that are not previously covered by other instruction fine-tuning datasets: for example, interactions include ambiguous user requests, code-switching, topic-switching, political discussions, etc. WildChat can serve both as a dataset for instructional fine-tuning and as a valuable resource for studying user behaviors. WildChat-nontoxic has been openly released under AI2's ImpACT license as a low-risk artifact. The use of WildChat-nontoxic to cause harm is strictly prohibited. ### Languages 66 languages were detected in WildChat. ### Data Fields - 'conversation_id' (string): Each conversation has a unique id. - 'model' (string): The underlying OpenAI model, such as gpt-3.5-turbo or gpt-4. - 'timestamp' (timestamp): The timestamp of the last turn in the conversation in UTC. - 'conversation' (list): A list of user/assistant utterances. Each utterance is a dictionary containing the 'role' of the speaker (user or assistant), the 'content' of the utterance, the detected 'language' of the utterance, whether the content of the utterance is considered 'toxic', and whether PII has been detected and anonymized ('redacted'). - 'turn' (int): The number of turns in the conversation. A turn refers to one round of user-assistant interaction. - 'language' (string): The language of the conversation. Note that this is the most frequently detected language in the utterances of the conversation. - 'openai_moderation' (list): A list of OpenAI Moderation results. Each element in the list corresponds to one utterance in the conversation. - 'detoxify_moderation' (list): A list of Detoxify results. Each element in the list corresponds to one utterance in the conversation. - 'toxic' (bool): Whether this conversation contains any utterances considered to be toxic by either OpenAI Moderation or Detoxify. - 'redacted' (bool): Whether this conversation contains any utterances in which PII is detected and anonymized. ### Personal and Sensitive Information The data has been de-identified with Microsoft Presidio and hand-written rules by the authors. ### Inappropriate Content If you discover inappropriate conversations in this nontoxic subset, please report their conversation ids to us for removal by sending us an email or using community discussions. ### Licensing Information WildChat-nontoxic is made available under the AI2 ImpACT License - Low Risk Artifacts ("LR Agreement") Please consider citing our paper if you find this dataset useful:
[ "# Dataset Card for WildChat-nontoxic", "## Dataset Description\n \n- Paper: URL\n\n- License: URL\n\n- Language(s) (NLP): multi-lingual\n\n- Point of Contact: Yuntian Deng", "### Dataset Summary\n\nWildChat-nontoxic is the nontoxic subset of the WildChat dataset, a collection of 530K conversations between human users and ChatGPT. The full WildChat dataset containing 650K conversations can be found here. We collected WildChat by offering online users free access to OpenAI's GPT-3.5-Turbo and GPT-4. The dataset contains a broad spectrum of user-chatbot interactions that are not previously covered by other instruction fine-tuning datasets: for example, interactions include ambiguous user requests, code-switching, topic-switching, political discussions, etc. WildChat can serve both as a dataset for instructional fine-tuning and as a valuable resource for studying user behaviors.\n\nWildChat-nontoxic has been openly released under AI2's ImpACT license as a low-risk artifact. The use of WildChat-nontoxic to cause harm is strictly prohibited.", "### Languages\n\n66 languages were detected in WildChat.", "### Data Fields\n\n- 'conversation_id' (string): Each conversation has a unique id.\n- 'model' (string): The underlying OpenAI model, such as gpt-3.5-turbo or gpt-4.\n- 'timestamp' (timestamp): The timestamp of the last turn in the conversation in UTC.\n- 'conversation' (list): A list of user/assistant utterances. Each utterance is a dictionary containing the 'role' of the speaker (user or assistant), the 'content' of the utterance, the detected 'language' of the utterance, whether the content of the utterance is considered 'toxic', and whether PII has been detected and anonymized ('redacted').\n- 'turn' (int): The number of turns in the conversation. A turn refers to one round of user-assistant interaction.\n- 'language' (string): The language of the conversation. Note that this is the most frequently detected language in the utterances of the conversation.\n- 'openai_moderation' (list): A list of OpenAI Moderation results. Each element in the list corresponds to one utterance in the conversation.\n- 'detoxify_moderation' (list): A list of Detoxify results. Each element in the list corresponds to one utterance in the conversation.\n- 'toxic' (bool): Whether this conversation contains any utterances considered to be toxic by either OpenAI Moderation or Detoxify.\n- 'redacted' (bool): Whether this conversation contains any utterances in which PII is detected and anonymized.", "### Personal and Sensitive Information\n\nThe data has been de-identified with Microsoft Presidio and hand-written rules by the authors.", "### Inappropriate Content\n\nIf you discover inappropriate conversations in this nontoxic subset, please report their conversation ids to us for removal by sending us an email or using community discussions.", "### Licensing Information\n\nWildChat-nontoxic is made available under the AI2\n ImpACT License - Low Risk Artifacts (\"LR\n Agreement\")\n\n\n\nPlease consider citing our paper if you find this dataset useful:" ]
[ "TAGS\n#size_categories-100K<n<1M #region-us \n", "# Dataset Card for WildChat-nontoxic", "## Dataset Description\n \n- Paper: URL\n\n- License: URL\n\n- Language(s) (NLP): multi-lingual\n\n- Point of Contact: Yuntian Deng", "### Dataset Summary\n\nWildChat-nontoxic is the nontoxic subset of the WildChat dataset, a collection of 530K conversations between human users and ChatGPT. The full WildChat dataset containing 650K conversations can be found here. We collected WildChat by offering online users free access to OpenAI's GPT-3.5-Turbo and GPT-4. The dataset contains a broad spectrum of user-chatbot interactions that are not previously covered by other instruction fine-tuning datasets: for example, interactions include ambiguous user requests, code-switching, topic-switching, political discussions, etc. WildChat can serve both as a dataset for instructional fine-tuning and as a valuable resource for studying user behaviors.\n\nWildChat-nontoxic has been openly released under AI2's ImpACT license as a low-risk artifact. The use of WildChat-nontoxic to cause harm is strictly prohibited.", "### Languages\n\n66 languages were detected in WildChat.", "### Data Fields\n\n- 'conversation_id' (string): Each conversation has a unique id.\n- 'model' (string): The underlying OpenAI model, such as gpt-3.5-turbo or gpt-4.\n- 'timestamp' (timestamp): The timestamp of the last turn in the conversation in UTC.\n- 'conversation' (list): A list of user/assistant utterances. Each utterance is a dictionary containing the 'role' of the speaker (user or assistant), the 'content' of the utterance, the detected 'language' of the utterance, whether the content of the utterance is considered 'toxic', and whether PII has been detected and anonymized ('redacted').\n- 'turn' (int): The number of turns in the conversation. A turn refers to one round of user-assistant interaction.\n- 'language' (string): The language of the conversation. Note that this is the most frequently detected language in the utterances of the conversation.\n- 'openai_moderation' (list): A list of OpenAI Moderation results. Each element in the list corresponds to one utterance in the conversation.\n- 'detoxify_moderation' (list): A list of Detoxify results. Each element in the list corresponds to one utterance in the conversation.\n- 'toxic' (bool): Whether this conversation contains any utterances considered to be toxic by either OpenAI Moderation or Detoxify.\n- 'redacted' (bool): Whether this conversation contains any utterances in which PII is detected and anonymized.", "### Personal and Sensitive Information\n\nThe data has been de-identified with Microsoft Presidio and hand-written rules by the authors.", "### Inappropriate Content\n\nIf you discover inappropriate conversations in this nontoxic subset, please report their conversation ids to us for removal by sending us an email or using community discussions.", "### Licensing Information\n\nWildChat-nontoxic is made available under the AI2\n ImpACT License - Low Risk Artifacts (\"LR\n Agreement\")\n\n\n\nPlease consider citing our paper if you find this dataset useful:" ]
829d5a740d7d026685a0c028ef4ea7ec6a284ce1
# Dataset Card for "general-multi-choices-history" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nlplabtdtu/general-multi-choices-history
[ "region:us" ]
2023-11-11T04:09:19+00:00
{"dataset_info": {"features": [{"name": "topic", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "options", "list": [{"name": "answer", "dtype": "string"}, {"name": "key", "dtype": "string"}]}, {"name": "answer", "struct": [{"name": "answer", "dtype": "string"}, {"name": "key", "dtype": "string"}]}, {"name": "solution", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 83606, "num_examples": 100}], "download_size": 45790, "dataset_size": 83606}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T04:09:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "general-multi-choices-history" More Information needed
[ "# Dataset Card for \"general-multi-choices-history\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"general-multi-choices-history\"\n\nMore Information needed" ]
bf9e2598111201e1801a43e6bf38d5e27f43ced3
--- license: mit # Dataset Card **Developed by:** [More Information Needed] **Shared by [optional]:** [More Information Needed] **Dataset type:** [More Information Needed] **Language(s) (NLP):** [More Information Needed] **License:** [More Information Needed] **Derived from dataset [optional]:** [More Information Needed] **Dataset Sources [optional]** <!-- Provide the basic links for the dataset. --> **Repository:** [More Information Needed] **Paper [optional]:** [More Information Needed] **Demo [optional]:** [More Information Needed] **Uses** <!-- Address questions around how the dataset is intended to be used, including the foreseeable users of the dataset and those affected by the dataset. --> **Direct Use** <!-- This section is for the dataset use without modification or integration into a larger system. --> [More Information Needed] **Downstream Use [optional]** <!-- This section is for the dataset use when integrated or modified for a task, or when plugged into a larger ecosystem/app. --> [More Information Needed] **Out-of-Scope Use** <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] **Bias, Risks, and Limitations** <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] **Recommendations** <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users (both direct and downstream) should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. **How to Get Started with the Dataset** Use the code below to get started with the dataset. [More Information Needed] **Collection Details** **Source Data** <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the source data is all about as well as documentation related to data pre-processing or additional filtering. --> [More Information Needed] **Collection Procedures** <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the collection procedure. --> **Preprocessing [optional]** [More Information Needed] **Collection Hyperparameters** Collection regime: [More Information Needed] <!-- Details about the data collection process --> **Speeds, Sizes, Times [optional]** <!-- This section provides information about data size, collection start/end time, etc. --> [More Information Needed] **Evaluation** <!-- This section describes the evaluation protocols and provides the results. --> **Testing Data, Factors & Metrics** **Testing Data** <!-- This should link to a Dataset Card if possible. --> [More Information Needed] **Factors** <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. --> [More Information Needed] **Metrics** <!-- These are the evaluation metrics being used, ideally with a description of why. --> [More Information Needed] **Results** [More Information Needed] **Summary** **Dataset Examination [optional]** <!-- Relevant analysis work for the dataset goes here --> [More Information Needed] **Environmental Impact** <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly --> **Hardware Type:** [More Information Needed] **Hours used:** [More Information Needed] **Cloud Provider:** [More Information Needed] **Compute Region:** [More Information Needed] **Carbon Emitted:** [More Information Needed] **Technical Specifications [optional]** **Dataset Structure and Objective** [More Information Needed] **Compute Infrastructure** [More Information Needed] **Hardware** [More Information Needed] **Software** [More Information Needed] **Citation [optional]** **BibTeX:** [More Information Needed] **APA:** [More Information Needed] **Glossary [optional]** <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] **More Information [optional]** [More Information Needed] **Dataset Card Authors [optional]** [More Information Needed] **Dataset Card Contact** [More Information Needed]
Taylor658/gptprompts
[ "region:us" ]
2023-11-11T04:12:02+00:00
{}
2023-12-25T09:41:31+00:00
[]
[]
TAGS #region-us
--- license: mit # Dataset Card Developed by: Shared by [optional]: Dataset type: Language(s) (NLP): License: Derived from dataset [optional]: Dataset Sources [optional] Repository: Paper [optional]: Demo [optional]: Uses Direct Use Downstream Use [optional] Out-of-Scope Use Bias, Risks, and Limitations Recommendations Users (both direct and downstream) should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. How to Get Started with the Dataset Use the code below to get started with the dataset. Collection Details Source Data Collection Procedures Preprocessing [optional] Collection Hyperparameters Collection regime: Speeds, Sizes, Times [optional] Evaluation Testing Data, Factors & Metrics Testing Data Factors Metrics Results Summary Dataset Examination [optional] Environmental Impact Hardware Type: Hours used: Cloud Provider: Compute Region: Carbon Emitted: Technical Specifications [optional] Dataset Structure and Objective Compute Infrastructure Hardware Software Citation [optional] BibTeX: APA: Glossary [optional] More Information [optional] Dataset Card Authors [optional] Dataset Card Contact
[ "# Dataset Card\n\nDeveloped by: \n\nShared by [optional]: \n\nDataset type: \n\nLanguage(s) (NLP): \n\nLicense: \n\nDerived from dataset [optional]: \n\nDataset Sources [optional]\n\n\n\nRepository: \n\nPaper [optional]: \n\nDemo [optional]: \n\nUses\n\n\n\nDirect Use\n\n\n\n\n\nDownstream Use [optional]\n\n\n\n\n\nOut-of-Scope Use\n\n\n\n\n\nBias, Risks, and Limitations\n\n\n\n\n\nRecommendations\n\n\n\nUsers (both direct and downstream) should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\nHow to Get Started with the Dataset\n\nUse the code below to get started with the dataset.\n\n\n\nCollection Details\n\nSource Data\n\n\n\n\n\nCollection Procedures\n\n\n\nPreprocessing [optional]\n\n\n\nCollection Hyperparameters\n\nCollection regime: \n\nSpeeds, Sizes, Times [optional]\n\n\n\n\n\nEvaluation\n\n\n\nTesting Data, Factors & Metrics\n\nTesting Data\n\n\n\n\n\nFactors\n\n\n\n\n\nMetrics\n\n\n\n\n\nResults\n\n\n\nSummary\n\nDataset Examination [optional]\n\n\n\n\n\nEnvironmental Impact\n\n\n\nHardware Type: \n\nHours used: \n\nCloud Provider: \n\nCompute Region: \n\nCarbon Emitted: \n\nTechnical Specifications [optional]\n\nDataset Structure and Objective\n\n\n\nCompute Infrastructure\n\n\n\nHardware\n\n\n\nSoftware\n\n\n\nCitation [optional]\n\n\nBibTeX:\n\n\n\nAPA:\n\n\n\nGlossary [optional]\n\n\n\n\n\nMore Information [optional]\n\n\n\nDataset Card Authors [optional]\n\n\n\nDataset Card Contact" ]
[ "TAGS\n#region-us \n", "# Dataset Card\n\nDeveloped by: \n\nShared by [optional]: \n\nDataset type: \n\nLanguage(s) (NLP): \n\nLicense: \n\nDerived from dataset [optional]: \n\nDataset Sources [optional]\n\n\n\nRepository: \n\nPaper [optional]: \n\nDemo [optional]: \n\nUses\n\n\n\nDirect Use\n\n\n\n\n\nDownstream Use [optional]\n\n\n\n\n\nOut-of-Scope Use\n\n\n\n\n\nBias, Risks, and Limitations\n\n\n\n\n\nRecommendations\n\n\n\nUsers (both direct and downstream) should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.\n\nHow to Get Started with the Dataset\n\nUse the code below to get started with the dataset.\n\n\n\nCollection Details\n\nSource Data\n\n\n\n\n\nCollection Procedures\n\n\n\nPreprocessing [optional]\n\n\n\nCollection Hyperparameters\n\nCollection regime: \n\nSpeeds, Sizes, Times [optional]\n\n\n\n\n\nEvaluation\n\n\n\nTesting Data, Factors & Metrics\n\nTesting Data\n\n\n\n\n\nFactors\n\n\n\n\n\nMetrics\n\n\n\n\n\nResults\n\n\n\nSummary\n\nDataset Examination [optional]\n\n\n\n\n\nEnvironmental Impact\n\n\n\nHardware Type: \n\nHours used: \n\nCloud Provider: \n\nCompute Region: \n\nCarbon Emitted: \n\nTechnical Specifications [optional]\n\nDataset Structure and Objective\n\n\n\nCompute Infrastructure\n\n\n\nHardware\n\n\n\nSoftware\n\n\n\nCitation [optional]\n\n\nBibTeX:\n\n\n\nAPA:\n\n\n\nGlossary [optional]\n\n\n\n\n\nMore Information [optional]\n\n\n\nDataset Card Authors [optional]\n\n\n\nDataset Card Contact" ]
9efaf9f729e825318522245d9bdb70e10ec32a78
# Dataset Card for "lithicai-guanaco-llama2-5k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Lithicsoft/Guanaco-Dataset-5k
[ "region:us" ]
2023-11-11T05:15:25+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 7856000, "num_examples": 5000}], "download_size": 4641226, "dataset_size": 7856000}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T05:15:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "lithicai-guanaco-llama2-5k" More Information needed
[ "# Dataset Card for \"lithicai-guanaco-llama2-5k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"lithicai-guanaco-llama2-5k\"\n\nMore Information needed" ]
e5af4c902bc963e4b5734e43850a51a142c840ce
# Dataset Card for "harmful_harmless_instructions_llama2_chat" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
justinphan3110/harmful_harmless_instructions_llama2_chat
[ "region:us" ]
2023-11-11T05:19:31+00:00
{"dataset_info": {"features": [{"name": "sentence", "sequence": "string"}, {"name": "label", "sequence": "bool"}], "splits": [{"name": "train", "num_bytes": 159388, "num_examples": 128}, {"name": "test", "num_bytes": 479044, "num_examples": 384}, {"name": "train_no_sys", "num_bytes": 24476, "num_examples": 128}], "download_size": 112802, "dataset_size": 662908}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "train_no_sys", "path": "data/train_no_sys-*"}]}]}
2024-01-14T03:46:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "harmful_harmless_instructions_llama2_chat" More Information needed
[ "# Dataset Card for \"harmful_harmless_instructions_llama2_chat\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"harmful_harmless_instructions_llama2_chat\"\n\nMore Information needed" ]
ff40b93aa815aa60786c4fe9e53477d979122029
# no-robots-sharegpt [HuggingFaceH4/no_robots](https://huggingface.co/datasets/HuggingFaceH4/no_robots) with both test and train splits combined and converted to ShareGPT format for use in common training repositories. Please refer to the original repository's dataset card for more information. no-robots-sharegpt.jsonl - Original dataset converted to ShareGPT no-robots-sharegpt-fixed.jsonl - Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset Auto-converted Parquet is utilizing the `no-robots-sharegpt-fixed.jsonl` file.
Doctor-Shotgun/no-robots-sharegpt
[ "task_categories:text-generation", "task_categories:conversational", "language:en", "license:cc-by-nc-4.0", "region:us" ]
2023-11-11T05:27:26+00:00
{"language": ["en"], "license": "cc-by-nc-4.0", "task_categories": ["text-generation", "conversational"], "configs": [{"config_name": "default", "data_files": "no-robots-sharegpt-fixed.jsonl"}]}
2023-11-18T06:43:34+00:00
[]
[ "en" ]
TAGS #task_categories-text-generation #task_categories-conversational #language-English #license-cc-by-nc-4.0 #region-us
# no-robots-sharegpt HuggingFaceH4/no_robots with both test and train splits combined and converted to ShareGPT format for use in common training repositories. Please refer to the original repository's dataset card for more information. URL - Original dataset converted to ShareGPT URL - Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset Auto-converted Parquet is utilizing the 'URL' file.
[ "# no-robots-sharegpt\n\nHuggingFaceH4/no_robots with both test and train splits combined and converted to ShareGPT format for use in common training repositories.\n\nPlease refer to the original repository's dataset card for more information.\n\nURL\n - Original dataset converted to ShareGPT\n\nURL\n - Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset\n\nAuto-converted Parquet is utilizing the 'URL' file." ]
[ "TAGS\n#task_categories-text-generation #task_categories-conversational #language-English #license-cc-by-nc-4.0 #region-us \n", "# no-robots-sharegpt\n\nHuggingFaceH4/no_robots with both test and train splits combined and converted to ShareGPT format for use in common training repositories.\n\nPlease refer to the original repository's dataset card for more information.\n\nURL\n - Original dataset converted to ShareGPT\n\nURL\n - Manual edits were made to ~10 dataset entries that were throwing warnings in axolotl - turns out that some of the multi-turn conversations had incorrectly-parsed turns in the original dataset\n\nAuto-converted Parquet is utilizing the 'URL' file." ]
9162ec7f3d9a82477184de04e70bbcdf37a1f049
# Bangumi Image Base of Oni Chichi This is the image base of bangumi Oni Chichi, we detected 20 characters, 2903 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview: | # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 | |:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------| | 0 | 134 | [Download](0/dataset.zip) | ![preview 1](0/preview_1.png) | ![preview 2](0/preview_2.png) | ![preview 3](0/preview_3.png) | ![preview 4](0/preview_4.png) | ![preview 5](0/preview_5.png) | ![preview 6](0/preview_6.png) | ![preview 7](0/preview_7.png) | ![preview 8](0/preview_8.png) | | 1 | 168 | [Download](1/dataset.zip) | ![preview 1](1/preview_1.png) | ![preview 2](1/preview_2.png) | ![preview 3](1/preview_3.png) | ![preview 4](1/preview_4.png) | ![preview 5](1/preview_5.png) | ![preview 6](1/preview_6.png) | ![preview 7](1/preview_7.png) | ![preview 8](1/preview_8.png) | | 2 | 320 | [Download](2/dataset.zip) | ![preview 1](2/preview_1.png) | ![preview 2](2/preview_2.png) | ![preview 3](2/preview_3.png) | ![preview 4](2/preview_4.png) | ![preview 5](2/preview_5.png) | ![preview 6](2/preview_6.png) | ![preview 7](2/preview_7.png) | ![preview 8](2/preview_8.png) | | 3 | 47 | [Download](3/dataset.zip) | ![preview 1](3/preview_1.png) | ![preview 2](3/preview_2.png) | ![preview 3](3/preview_3.png) | ![preview 4](3/preview_4.png) | ![preview 5](3/preview_5.png) | ![preview 6](3/preview_6.png) | ![preview 7](3/preview_7.png) | ![preview 8](3/preview_8.png) | | 4 | 35 | [Download](4/dataset.zip) | ![preview 1](4/preview_1.png) | ![preview 2](4/preview_2.png) | ![preview 3](4/preview_3.png) | ![preview 4](4/preview_4.png) | ![preview 5](4/preview_5.png) | ![preview 6](4/preview_6.png) | ![preview 7](4/preview_7.png) | ![preview 8](4/preview_8.png) | | 5 | 21 | [Download](5/dataset.zip) | ![preview 1](5/preview_1.png) | ![preview 2](5/preview_2.png) | ![preview 3](5/preview_3.png) | ![preview 4](5/preview_4.png) | ![preview 5](5/preview_5.png) | ![preview 6](5/preview_6.png) | ![preview 7](5/preview_7.png) | ![preview 8](5/preview_8.png) | | 6 | 337 | [Download](6/dataset.zip) | ![preview 1](6/preview_1.png) | ![preview 2](6/preview_2.png) | ![preview 3](6/preview_3.png) | ![preview 4](6/preview_4.png) | ![preview 5](6/preview_5.png) | ![preview 6](6/preview_6.png) | ![preview 7](6/preview_7.png) | ![preview 8](6/preview_8.png) | | 7 | 10 | [Download](7/dataset.zip) | ![preview 1](7/preview_1.png) | ![preview 2](7/preview_2.png) | ![preview 3](7/preview_3.png) | ![preview 4](7/preview_4.png) | ![preview 5](7/preview_5.png) | ![preview 6](7/preview_6.png) | ![preview 7](7/preview_7.png) | ![preview 8](7/preview_8.png) | | 8 | 38 | [Download](8/dataset.zip) | ![preview 1](8/preview_1.png) | ![preview 2](8/preview_2.png) | ![preview 3](8/preview_3.png) | ![preview 4](8/preview_4.png) | ![preview 5](8/preview_5.png) | ![preview 6](8/preview_6.png) | ![preview 7](8/preview_7.png) | ![preview 8](8/preview_8.png) | | 9 | 1020 | [Download](9/dataset.zip) | ![preview 1](9/preview_1.png) | ![preview 2](9/preview_2.png) | ![preview 3](9/preview_3.png) | ![preview 4](9/preview_4.png) | ![preview 5](9/preview_5.png) | ![preview 6](9/preview_6.png) | ![preview 7](9/preview_7.png) | ![preview 8](9/preview_8.png) | | 10 | 90 | [Download](10/dataset.zip) | ![preview 1](10/preview_1.png) | ![preview 2](10/preview_2.png) | ![preview 3](10/preview_3.png) | ![preview 4](10/preview_4.png) | ![preview 5](10/preview_5.png) | ![preview 6](10/preview_6.png) | ![preview 7](10/preview_7.png) | ![preview 8](10/preview_8.png) | | 11 | 65 | [Download](11/dataset.zip) | ![preview 1](11/preview_1.png) | ![preview 2](11/preview_2.png) | ![preview 3](11/preview_3.png) | ![preview 4](11/preview_4.png) | ![preview 5](11/preview_5.png) | ![preview 6](11/preview_6.png) | ![preview 7](11/preview_7.png) | ![preview 8](11/preview_8.png) | | 12 | 47 | [Download](12/dataset.zip) | ![preview 1](12/preview_1.png) | ![preview 2](12/preview_2.png) | ![preview 3](12/preview_3.png) | ![preview 4](12/preview_4.png) | ![preview 5](12/preview_5.png) | ![preview 6](12/preview_6.png) | ![preview 7](12/preview_7.png) | ![preview 8](12/preview_8.png) | | 13 | 42 | [Download](13/dataset.zip) | ![preview 1](13/preview_1.png) | ![preview 2](13/preview_2.png) | ![preview 3](13/preview_3.png) | ![preview 4](13/preview_4.png) | ![preview 5](13/preview_5.png) | ![preview 6](13/preview_6.png) | ![preview 7](13/preview_7.png) | ![preview 8](13/preview_8.png) | | 14 | 15 | [Download](14/dataset.zip) | ![preview 1](14/preview_1.png) | ![preview 2](14/preview_2.png) | ![preview 3](14/preview_3.png) | ![preview 4](14/preview_4.png) | ![preview 5](14/preview_5.png) | ![preview 6](14/preview_6.png) | ![preview 7](14/preview_7.png) | ![preview 8](14/preview_8.png) | | 15 | 186 | [Download](15/dataset.zip) | ![preview 1](15/preview_1.png) | ![preview 2](15/preview_2.png) | ![preview 3](15/preview_3.png) | ![preview 4](15/preview_4.png) | ![preview 5](15/preview_5.png) | ![preview 6](15/preview_6.png) | ![preview 7](15/preview_7.png) | ![preview 8](15/preview_8.png) | | 16 | 199 | [Download](16/dataset.zip) | ![preview 1](16/preview_1.png) | ![preview 2](16/preview_2.png) | ![preview 3](16/preview_3.png) | ![preview 4](16/preview_4.png) | ![preview 5](16/preview_5.png) | ![preview 6](16/preview_6.png) | ![preview 7](16/preview_7.png) | ![preview 8](16/preview_8.png) | | 17 | 22 | [Download](17/dataset.zip) | ![preview 1](17/preview_1.png) | ![preview 2](17/preview_2.png) | ![preview 3](17/preview_3.png) | ![preview 4](17/preview_4.png) | ![preview 5](17/preview_5.png) | ![preview 6](17/preview_6.png) | ![preview 7](17/preview_7.png) | ![preview 8](17/preview_8.png) | | 18 | 13 | [Download](18/dataset.zip) | ![preview 1](18/preview_1.png) | ![preview 2](18/preview_2.png) | ![preview 3](18/preview_3.png) | ![preview 4](18/preview_4.png) | ![preview 5](18/preview_5.png) | ![preview 6](18/preview_6.png) | ![preview 7](18/preview_7.png) | ![preview 8](18/preview_8.png) | | noise | 94 | [Download](-1/dataset.zip) | ![preview 1](-1/preview_1.png) | ![preview 2](-1/preview_2.png) | ![preview 3](-1/preview_3.png) | ![preview 4](-1/preview_4.png) | ![preview 5](-1/preview_5.png) | ![preview 6](-1/preview_6.png) | ![preview 7](-1/preview_7.png) | ![preview 8](-1/preview_8.png) |
BangumiBase/onichichi
[ "size_categories:1K<n<10K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-11T05:59:56+00:00
{"license": "mit", "size_categories": ["1K<n<10K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-11T09:59:53+00:00
[]
[]
TAGS #size_categories-1K<n<10K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Oni Chichi ================================ This is the image base of bangumi Oni Chichi, we detected 20 characters, 2903 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview:
[]
[ "TAGS\n#size_categories-1K<n<10K #license-mit #art #not-for-all-audiences #region-us \n" ]
35f7fe0c327e06d188554bcab39ad33f27570320
# Dataset Card for "tariffplan3k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
csupiisc/tariffplan3k
[ "region:us" ]
2023-11-11T06:09:29+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 2626673, "num_examples": 2000}, {"name": "test", "num_bytes": 1312983, "num_examples": 1000}], "download_size": 364794, "dataset_size": 3939656}}
2023-11-11T06:22:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "tariffplan3k" More Information needed
[ "# Dataset Card for \"tariffplan3k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"tariffplan3k\"\n\nMore Information needed" ]
f278f26f0307ca2070ab0acb2005e95f683892ce
这是MNBVC多模态语料小组的**图文通用语料**的格式展示。 字段说明: 1. 文件md5: 这个字段存储文件的MD5哈希值。MD5是一种广泛使用的哈希函数,它产生一个128位(16字节)的哈希值,通常用于确保数据的完整性。在这里,它可以用来唯一标识文件,或者检查文件是否被更改。 2. 文件id: 文件的唯一标识符。这可以是一个数据库中的主键,或者任何用于唯一标识文件的系统。 3. 页码: 如果数据源是一个多页文档(如PDF文件),这个字段表示文本或图片所在的具体页码。 4. 块id: 在文档中,特定块(block)的唯一标识。这可以用于标识文本或图片所在的具体块(block)。块(block)的定义其实主要用以区分“模态”,所以对于文本来说,可以是多段的文本,也可能是单段的,取决于使用者的实际情况。 5. 文本: 存储文档中的文本内容。这可以是整个文档的文本,或者是特定段落或页面的文本。 5. 图片: 如果文档中包含图片,这个字段存储图片的数据。 6. 时间: 记录语料出现的时间(比如2000年的报纸,就填2000年xx月xx日,早于1970年出现的数据均填1970年1月1日00时00分00秒。如果时间完全无法确定,则填数据处理时间)。 7. 数据类型: 指示存储在该行中的数据类型。目前包括:“文本”、“图片”两类,如有其他类型请联系本文档作者添加枚举字段。 8. bounding box: 四点坐标(两点坐标请补全到四点),用以支持版面分析等数据。请本文档作者补充数据示例。 9. 额外信息: 存放各种额外信息,比如 在假如数据类型为图片,则存放的可以是一个json格式文本大字段(text存储,需要解析一下)。 关于图片,我们的保存方法是: ```python def read_image(image_path): # 打开图像文件 with open(image_path, 'rb') as file: image = Image.open(file) # 将图像转换为二进制格式 img_byte_arr = io.BytesIO() image.save(img_byte_arr, format=image.format) img_byte_arr = img_byte_arr.getvalue() return img_byte_arr ``` 这个函数首先以二进制读模式打开指定路径的图像文件。然后,它使用PIL的Image.open方法来加载图像。为了将图像转换为二进制格式,我们创建了一个BytesIO对象,然后使用图像的save方法将其保存到这个内存中的字节流中。最后,使用getvalue方法获取字节流的内容,这将是图像的二进制表示。 在这段代码中,format=image.format确保图像以其原始格式保存。这样做是为了保持图像质量和格式的一致性,不管它最初是JPEG、PNG还是其他格式。 一个读取的方法: ```python import pandas as pd from PIL import Image import io # 读取Parquet文件 df = pd.read_parquet('train.parquet') # 遍历DataFrame的行 for index, row in df.iterrows(): # 处理图像数据 if row['图片'] is not None: image_data = row['图片'] image = Image.open(io.BytesIO(image_data)) # 保存图像,文件名可以根据需求自定义 image.save(f'image_{index}.png') ```
wanng/example_mmdata_mnbvc
[ "license:apache-2.0", "region:us" ]
2023-11-11T06:28:08+00:00
{"license": "apache-2.0"}
2023-11-14T06:29:51+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
这是MNBVC多模态语料小组的图文通用语料的格式展示。 字段说明: 1. 文件md5: 这个字段存储文件的MD5哈希值。MD5是一种广泛使用的哈希函数,它产生一个128位(16字节)的哈希值,通常用于确保数据的完整性。在这里,它可以用来唯一标识文件,或者检查文件是否被更改。 2. 文件id: 文件的唯一标识符。这可以是一个数据库中的主键,或者任何用于唯一标识文件的系统。 3. 页码: 如果数据源是一个多页文档(如PDF文件),这个字段表示文本或图片所在的具体页码。 4. 块id: 在文档中,特定块(block)的唯一标识。这可以用于标识文本或图片所在的具体块(block)。块(block)的定义其实主要用以区分“模态”,所以对于文本来说,可以是多段的文本,也可能是单段的,取决于使用者的实际情况。 5. 文本: 存储文档中的文本内容。这可以是整个文档的文本,或者是特定段落或页面的文本。 5. 图片: 如果文档中包含图片,这个字段存储图片的数据。 6. 时间: 记录语料出现的时间(比如2000年的报纸,就填2000年xx月xx日,早于1970年出现的数据均填1970年1月1日00时00分00秒。如果时间完全无法确定,则填数据处理时间)。 7. 数据类型: 指示存储在该行中的数据类型。目前包括:“文本”、“图片”两类,如有其他类型请联系本文档作者添加枚举字段。 8. bounding box: 四点坐标(两点坐标请补全到四点),用以支持版面分析等数据。请本文档作者补充数据示例。 9. 额外信息: 存放各种额外信息,比如 在假如数据类型为图片,则存放的可以是一个json格式文本大字段(text存储,需要解析一下)。 关于图片,我们的保存方法是: 这个函数首先以二进制读模式打开指定路径的图像文件。然后,它使用PIL的Image.open方法来加载图像。为了将图像转换为二进制格式,我们创建了一个BytesIO对象,然后使用图像的save方法将其保存到这个内存中的字节流中。最后,使用getvalue方法获取字节流的内容,这将是图像的二进制表示。 在这段代码中,format=image.format确保图像以其原始格式保存。这样做是为了保持图像质量和格式的一致性,不管它最初是JPEG、PNG还是其他格式。 一个读取的方法:
[]
[ "TAGS\n#license-apache-2.0 #region-us \n" ]
e95fff86d0aaf2e26f8d64593837173c6ebe0052
# Dataset Card for "covtype" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
jxie/covtype
[ "region:us" ]
2023-11-11T07:08:05+00:00
{"dataset_info": {"features": [{"name": "inputs", "sequence": "float64"}, {"name": "label", "dtype": "float64"}], "splits": [{"name": "train", "num_bytes": 165100068, "num_examples": 371847}, {"name": "val", "num_bytes": 41275128, "num_examples": 92962}, {"name": "test", "num_bytes": 51594132, "num_examples": 116203}], "download_size": 26860361, "dataset_size": 257969328}}
2023-11-11T07:08:14+00:00
[]
[]
TAGS #region-us
# Dataset Card for "covtype" More Information needed
[ "# Dataset Card for \"covtype\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"covtype\"\n\nMore Information needed" ]
fb66eb07b7f3c48a8f74b2074fa030d2dfee02b3
# Dataset Card for "vietnam_scences" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nguyenth1312/vietnam_scences
[ "region:us" ]
2023-11-11T07:10:35+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "Unnamed: 0", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 274523350.0, "num_examples": 85}], "download_size": 249414864, "dataset_size": 274523350.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T07:10:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vietnam_scences" More Information needed
[ "# Dataset Card for \"vietnam_scences\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vietnam_scences\"\n\nMore Information needed" ]
247ac089e5afba2e86ff6e07d14858e28da15168
# Dataset Card for "orca-mini" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
TinyPixel/orca-mini
[ "region:us" ]
2023-11-11T07:12:28+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 63386134, "num_examples": 56037}], "download_size": 31300956, "dataset_size": 63386134}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2024-01-06T13:15:30+00:00
[]
[]
TAGS #region-us
# Dataset Card for "orca-mini" More Information needed
[ "# Dataset Card for \"orca-mini\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"orca-mini\"\n\nMore Information needed" ]
66a8b1b90d26f69c8d642b251aba700b2294341b
# Dataset Card for "wikilingua_data-wiki-gptextsum2_results" rouge= {'rouge1': 0.3243773799776409, 'rouge2': 0.1149886262779723, 'rougeL': 0.22747057611087074, 'rougeLsum': 0.22747057611087074} bert= {'precision': 0.7288737272457045, 'recall': 0.7672372243810269, 'f1': 0.7467090841312023} mover = 0.6081768530416082
arthurmluz/wikilingua_data-wiki_gptextsum2_results
[ "region:us" ]
2023-11-11T07:52:10+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "float64"}, {"name": "rouge2", "dtype": "float64"}, {"name": "rougeL", "dtype": "float64"}, {"name": "rougeLsum", "dtype": "float64"}]}, {"name": "bert", "struct": [{"name": "f1", "sequence": "float64"}, {"name": "hashcode", "dtype": "string"}, {"name": "precision", "sequence": "float64"}, {"name": "recall", "sequence": "float64"}]}, {"name": "moverScore", "dtype": "float64"}], "splits": [{"name": "validation", "num_bytes": 23458671, "num_examples": 8165}], "download_size": 13912456, "dataset_size": 23458671}, "configs": [{"config_name": "default", "data_files": [{"split": "validation", "path": "data/validation-*"}]}]}
2023-11-13T19:58:30+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wikilingua_data-wiki-gptextsum2_results" rouge= {'rouge1': 0.3243773799776409, 'rouge2': 0.1149886262779723, 'rougeL': 0.22747057611087074, 'rougeLsum': 0.22747057611087074} bert= {'precision': 0.7288737272457045, 'recall': 0.7672372243810269, 'f1': 0.7467090841312023} mover = 0.6081768530416082
[ "# Dataset Card for \"wikilingua_data-wiki-gptextsum2_results\"\n\nrouge= {'rouge1': 0.3243773799776409, 'rouge2': 0.1149886262779723, 'rougeL': 0.22747057611087074, 'rougeLsum': 0.22747057611087074}\n\nbert= {'precision': 0.7288737272457045, 'recall': 0.7672372243810269, 'f1': 0.7467090841312023}\n\nmover = 0.6081768530416082" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wikilingua_data-wiki-gptextsum2_results\"\n\nrouge= {'rouge1': 0.3243773799776409, 'rouge2': 0.1149886262779723, 'rougeL': 0.22747057611087074, 'rougeLsum': 0.22747057611087074}\n\nbert= {'precision': 0.7288737272457045, 'recall': 0.7672372243810269, 'f1': 0.7467090841312023}\n\nmover = 0.6081768530416082" ]
9b2a805ed85d7bf313dc4c7999cecfdc7bcc4e7d
# Dataset Card for "MIST1-brain-gt-tumors" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
polejowska/MIST1-brain-gt-tumors
[ "region:us" ]
2023-11-11T07:58:42+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image_id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "objects", "list": [{"name": "category_id", "dtype": {"class_label": {"names": {"0": "mist1"}}}}, {"name": "image_id", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "area", "dtype": "int64"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "segmentation", "list": {"list": "float32"}}, {"name": "iscrowd", "dtype": "bool"}]}], "splits": [{"name": "train", "num_bytes": 905343541.0, "num_examples": 460}, {"name": "valid", "num_bytes": 75913475.0, "num_examples": 40}, {"name": "test", "num_bytes": 48033661.0, "num_examples": 25}], "download_size": 1029189310, "dataset_size": 1029290677.0}}
2023-11-11T08:42:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "MIST1-brain-gt-tumors" More Information needed
[ "# Dataset Card for \"MIST1-brain-gt-tumors\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"MIST1-brain-gt-tumors\"\n\nMore Information needed" ]
f290c65e39cad01438fe4287f7948079eba75383
# Dataset Card for "mist1-dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
polejowska/mist1-dataset
[ "region:us" ]
2023-11-11T08:01:55+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image_id", "dtype": "int64"}, {"name": "image", "dtype": "image"}, {"name": "width", "dtype": "int32"}, {"name": "height", "dtype": "int32"}, {"name": "objects", "list": [{"name": "category_id", "dtype": {"class_label": {"names": {"0": "mist1"}}}}, {"name": "image_id", "dtype": "string"}, {"name": "id", "dtype": "int64"}, {"name": "area", "dtype": "int64"}, {"name": "bbox", "sequence": "float32", "length": 4}, {"name": "segmentation", "list": {"list": "float32"}}, {"name": "iscrowd", "dtype": "bool"}]}], "splits": [{"name": "train", "num_bytes": 8829652336.837, "num_examples": 4583}, {"name": "valid", "num_bytes": 477785158.0, "num_examples": 257}, {"name": "test", "num_bytes": 911170226.0, "num_examples": 470}], "download_size": 10227791634, "dataset_size": 10218607720.837}}
2023-11-11T11:30:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "mist1-dataset" More Information needed
[ "# Dataset Card for \"mist1-dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"mist1-dataset\"\n\nMore Information needed" ]
354d75f58590bab47a64c6f58121aca50af8281f
# About This is a dataset for training Russian punctuators/capitalizers via NeMo scripts (https://github.com/NVIDIA/NeMo) A BERT model already fine-tuned on this dataset can be found here: https://huggingface.co/denis-berezutskiy-lad/lad_transcription_bert_ru_punctuator Scripts for collecting/updating such a dataset, as well as training/using the model are located here: https://github.com/denis-berezutskiy-lad/transcription-bert-ru-punctuator-scripts/tree/main The idea behind the project is to use large continous professional transcriptions for training rather than relying on short low-quality samples consisting of 1-2 sentences (which is typical for the most popular datasets in Russian). Our experiments show significant improvements comparing to BERTs trained on the standard Ru datasets (social comments, omnia russica etc.). That's why we mainly use transcriptions published by Russian legislatures (Gosduma, Mosgorduma) with some addition of film subtitles from OpenSubtitles project. The dataset is in .csv format, but can be easily converted to the NeMo format (text.txt and labels.txt) - see the custom scripts above. About 1.2 GB of data is from Gosduma, ~300 MB from Mosgorduma and ~300 MB from a snapshot of Russian OpenSubtitles, taken from the Taiga project (https://tatianashavrina.github.io/taiga_site/downloads.html ). The rows are ordered randomly by the source document ("source_entity" column), however within a document the order is preserved like it was in the original text. So if you need to regroup the texts (for example, make longer or shorter sequences), you may concatenate rows grouped by the source entity and then split them as you want. # Supported labels Please note that some new labels are not supported by NeMo scripts out of the box (-, —, T), so we need to add special handling for them. See the inference notebook for details. ## Punctuation O,.?!:;…⁈-— ## Capitalization OUT (T means abbreviation ("total" uppercase))
denis-berezutskiy-lad/ru_transcription_punctuation
[ "license:apache-2.0", "region:us" ]
2023-11-11T08:30:53+00:00
{"license": "apache-2.0"}
2023-11-12T17:17:01+00:00
[]
[]
TAGS #license-apache-2.0 #region-us
# About This is a dataset for training Russian punctuators/capitalizers via NeMo scripts (URL A BERT model already fine-tuned on this dataset can be found here: URL Scripts for collecting/updating such a dataset, as well as training/using the model are located here: URL The idea behind the project is to use large continous professional transcriptions for training rather than relying on short low-quality samples consisting of 1-2 sentences (which is typical for the most popular datasets in Russian). Our experiments show significant improvements comparing to BERTs trained on the standard Ru datasets (social comments, omnia russica etc.). That's why we mainly use transcriptions published by Russian legislatures (Gosduma, Mosgorduma) with some addition of film subtitles from OpenSubtitles project. The dataset is in .csv format, but can be easily converted to the NeMo format (URL and URL) - see the custom scripts above. About 1.2 GB of data is from Gosduma, ~300 MB from Mosgorduma and ~300 MB from a snapshot of Russian OpenSubtitles, taken from the Taiga project (URL ). The rows are ordered randomly by the source document ("source_entity" column), however within a document the order is preserved like it was in the original text. So if you need to regroup the texts (for example, make longer or shorter sequences), you may concatenate rows grouped by the source entity and then split them as you want. # Supported labels Please note that some new labels are not supported by NeMo scripts out of the box (-, —, T), so we need to add special handling for them. See the inference notebook for details. ## Punctuation O,.?!:;…⁈-— ## Capitalization OUT (T means abbreviation ("total" uppercase))
[ "# About\n\nThis is a dataset for training Russian punctuators/capitalizers via NeMo scripts (URL\n\nA BERT model already fine-tuned on this dataset can be found here: URL\n\nScripts for collecting/updating such a dataset, as well as training/using the model are located here: URL\n\nThe idea behind the project is to use large continous professional transcriptions for training rather than relying on short low-quality samples consisting of 1-2 sentences (which is typical for the most popular datasets in Russian). Our experiments show significant improvements comparing to BERTs trained on the standard Ru datasets (social comments, omnia russica etc.). That's why we mainly use transcriptions published by Russian legislatures (Gosduma, Mosgorduma) with some addition of film subtitles from OpenSubtitles project.\n\nThe dataset is in .csv format, but can be easily converted to the NeMo format (URL and URL) - see the custom scripts above.\n\nAbout 1.2 GB of data is from Gosduma, ~300 MB from Mosgorduma and ~300 MB from a snapshot of Russian OpenSubtitles, taken from the Taiga project (URL ).\n\nThe rows are ordered randomly by the source document (\"source_entity\" column), however within a document the order is preserved like it was in the original text. So if you need to regroup the texts (for example, make longer or shorter sequences), you may concatenate rows grouped by the source entity and then split them as you want.", "# Supported labels\n\nPlease note that some new labels are not supported by NeMo scripts out of the box (-, —, T), so we need to add special handling for them. See the inference notebook for details.", "## Punctuation\n\nO,.?!:;…⁈-—", "## Capitalization\n\nOUT\n\n(T means abbreviation (\"total\" uppercase))" ]
[ "TAGS\n#license-apache-2.0 #region-us \n", "# About\n\nThis is a dataset for training Russian punctuators/capitalizers via NeMo scripts (URL\n\nA BERT model already fine-tuned on this dataset can be found here: URL\n\nScripts for collecting/updating such a dataset, as well as training/using the model are located here: URL\n\nThe idea behind the project is to use large continous professional transcriptions for training rather than relying on short low-quality samples consisting of 1-2 sentences (which is typical for the most popular datasets in Russian). Our experiments show significant improvements comparing to BERTs trained on the standard Ru datasets (social comments, omnia russica etc.). That's why we mainly use transcriptions published by Russian legislatures (Gosduma, Mosgorduma) with some addition of film subtitles from OpenSubtitles project.\n\nThe dataset is in .csv format, but can be easily converted to the NeMo format (URL and URL) - see the custom scripts above.\n\nAbout 1.2 GB of data is from Gosduma, ~300 MB from Mosgorduma and ~300 MB from a snapshot of Russian OpenSubtitles, taken from the Taiga project (URL ).\n\nThe rows are ordered randomly by the source document (\"source_entity\" column), however within a document the order is preserved like it was in the original text. So if you need to regroup the texts (for example, make longer or shorter sequences), you may concatenate rows grouped by the source entity and then split them as you want.", "# Supported labels\n\nPlease note that some new labels are not supported by NeMo scripts out of the box (-, —, T), so we need to add special handling for them. See the inference notebook for details.", "## Punctuation\n\nO,.?!:;…⁈-—", "## Capitalization\n\nOUT\n\n(T means abbreviation (\"total\" uppercase))" ]
6ee711b178b8df865344d094e0194c3f2ae7d157
# Dataset Card for "nov1_without_annotation" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tanvirsrbd1/nov1_without_annotation
[ "region:us" ]
2023-11-11T08:38:14+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "xml", "dtype": "string"}, {"name": "html", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 47175891, "num_examples": 1711}], "download_size": 5629525, "dataset_size": 47175891}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T08:38:24+00:00
[]
[]
TAGS #region-us
# Dataset Card for "nov1_without_annotation" More Information needed
[ "# Dataset Card for \"nov1_without_annotation\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"nov1_without_annotation\"\n\nMore Information needed" ]
a7697f533622748580bff596a36a4444abf1ddb1
# Dataset Card for "Chinkara-Instruct-Guanaco-Zephyr-Format" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
MaralGPT/Chinkara-Instruct-Guanaco-Zephyr-Format
[ "region:us" ]
2023-11-11T08:44:33+00:00
{"dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "response", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 24648370, "num_examples": 9846}], "download_size": 14331955, "dataset_size": 24648370}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T08:44:35+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Chinkara-Instruct-Guanaco-Zephyr-Format" More Information needed
[ "# Dataset Card for \"Chinkara-Instruct-Guanaco-Zephyr-Format\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Chinkara-Instruct-Guanaco-Zephyr-Format\"\n\nMore Information needed" ]
6c0051010b5df26cb475185ef61cadd05332024f
# Dataset Card for "nov1_with_annotation" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tanvirsrbd1/nov1_with_annotation
[ "region:us" ]
2023-11-11T09:01:42+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "xml", "dtype": "string"}, {"name": "html", "dtype": "string"}, {"name": "response", "dtype": "string"}, {"name": "annotated", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 37050488.1899474, "num_examples": 1323}], "download_size": 4186492, "dataset_size": 37050488.1899474}}
2023-11-11T09:01:50+00:00
[]
[]
TAGS #region-us
# Dataset Card for "nov1_with_annotation" More Information needed
[ "# Dataset Card for \"nov1_with_annotation\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"nov1_with_annotation\"\n\nMore Information needed" ]
0842b2a48e057b0b4034789328147d2b3f467fd5
# Dataset Card for "nov1_annotated_segmented" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tanvirsrbd1/nov1_annotated_segmented
[ "region:us" ]
2023-11-11T09:08:05+00:00
{"dataset_info": {"features": [{"name": "html", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1948259, "num_examples": 3107}], "download_size": 643703, "dataset_size": 1948259}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T09:08:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "nov1_annotated_segmented" More Information needed
[ "# Dataset Card for \"nov1_annotated_segmented\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"nov1_annotated_segmented\"\n\nMore Information needed" ]
1123bd76eb6064ff648bb3c9d4eb75c42e432e7a
# Dataset Card for "Voxceleb1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Codec-SUPERB/Voxceleb1_test_original
[ "region:us" ]
2023-11-11T09:10:28+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "audio", "dtype": "audio"}, {"name": "id", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 1291123262.75, "num_examples": 4874}], "download_size": 1288168122, "dataset_size": 1291123262.75}}
2023-11-11T09:14:40+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Voxceleb1" More Information needed
[ "# Dataset Card for \"Voxceleb1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Voxceleb1\"\n\nMore Information needed" ]
006c099b6f58ff53591d7828cf22606242cc6708
# Dataset Card for "validation_2000_cutoff_llama_2k_results" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Rewcifer/validation_2000_cutoff_llama_2k_results
[ "region:us" ]
2023-11-11T09:23:07+00:00
{"dataset_info": {"features": [{"name": "labels_and_findings", "dtype": "string"}, {"name": "prompts", "dtype": "string"}, {"name": "true_findings", "dtype": "string"}, {"name": "generated_texts", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 17687301, "num_examples": 2000}], "download_size": 4281279, "dataset_size": 17687301}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T09:23:13+00:00
[]
[]
TAGS #region-us
# Dataset Card for "validation_2000_cutoff_llama_2k_results" More Information needed
[ "# Dataset Card for \"validation_2000_cutoff_llama_2k_results\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"validation_2000_cutoff_llama_2k_results\"\n\nMore Information needed" ]
8c169256c0cc327ff6a9cc20063c694c29030e30
# Dataset Card for "apt-chat-micro-dataset-llm-v2-714k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
communityai/apt-chat-micro-dataset-llm-v2-714k
[ "region:us" ]
2023-11-11T09:32:36+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "source", "dtype": "string"}, {"name": "messages", "list": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}]}], "splits": [{"name": "train", "num_bytes": 1722474450.0482376, "num_examples": 713591}, {"name": "test", "num_bytes": 1206905.9517624504, "num_examples": 500}], "download_size": 903669025, "dataset_size": 1723681356.0}}
2023-11-11T09:34:18+00:00
[]
[]
TAGS #region-us
# Dataset Card for "apt-chat-micro-dataset-llm-v2-714k" More Information needed
[ "# Dataset Card for \"apt-chat-micro-dataset-llm-v2-714k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"apt-chat-micro-dataset-llm-v2-714k\"\n\nMore Information needed" ]
b843ef7f52c3922d335801e0bf8aaa90ae69dd1c
# Dataset Card for "voyager-fine-tuning" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
baptistecolle/voyager-fine-tuning
[ "region:us" ]
2023-11-11T09:49:11+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "system_prompt", "dtype": "string"}, {"name": "human_prompt", "dtype": "string"}, {"name": "assistant_response", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 2320086, "num_examples": 292}, {"name": "test", "num_bytes": 528104, "num_examples": 73}], "download_size": 355674, "dataset_size": 2848190}}
2023-11-16T17:32:22+00:00
[]
[]
TAGS #region-us
# Dataset Card for "voyager-fine-tuning" More Information needed
[ "# Dataset Card for \"voyager-fine-tuning\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"voyager-fine-tuning\"\n\nMore Information needed" ]
05ba7123ad443742ecb679f690f99052f52d5a56
# Dataset Card for "cv13-train-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/cv13-train-vectorized
[ "region:us" ]
2023-11-11T09:54:29+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 273530247.93, "num_examples": 1671}], "download_size": 253957905, "dataset_size": 273530247.93}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T17:13:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cv13-train-vectorized" More Information needed
[ "# Dataset Card for \"cv13-train-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cv13-train-vectorized\"\n\nMore Information needed" ]
0320f3b19bc758efb53807ad32baed8ce8656eb6
# Dataset Card for "cv13-eval-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/cv13-test-vectorized
[ "region:us" ]
2023-11-11T09:54:35+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 835639192, "num_examples": 870}], "download_size": 139886847, "dataset_size": 835639192}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T10:00:14+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cv13-eval-vectorized" More Information needed
[ "# Dataset Card for \"cv13-eval-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cv13-eval-vectorized\"\n\nMore Information needed" ]
f1127920509c62134fb7029a9519c52038938231
# Dataset Card for "GPTextSum_data-wiki-gptextsum_results" rouge= {'rouge1': 0.4600676970614709, 'rouge2': 0.2024089594170197, 'rougeL': 0.28630530856939856, 'rougeLsum': 0.28630530856939856} bert= {'precision': 0.7757186979055405, 'recall': 0.7327599436044693, 'f1': 0.7533363491296768}
arthurmluz/GPTextSum_data-wiki_gptextsum2_results
[ "region:us" ]
2023-11-11T10:45:36+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "float64"}, {"name": "rouge2", "dtype": "float64"}, {"name": "rougeL", "dtype": "float64"}, {"name": "rougeLsum", "dtype": "float64"}]}, {"name": "bert", "struct": [{"name": "f1", "sequence": "float64"}, {"name": "hashcode", "dtype": "string"}, {"name": "precision", "sequence": "float64"}, {"name": "recall", "sequence": "float64"}]}, {"name": "moverScore", "dtype": "float64"}], "splits": [{"name": "validation", "num_bytes": 93872, "num_examples": 20}], "download_size": 90986, "dataset_size": 93872}, "configs": [{"config_name": "default", "data_files": [{"split": "validation", "path": "data/validation-*"}]}]}
2023-11-15T04:05:43+00:00
[]
[]
TAGS #region-us
# Dataset Card for "GPTextSum_data-wiki-gptextsum_results" rouge= {'rouge1': 0.4600676970614709, 'rouge2': 0.2024089594170197, 'rougeL': 0.28630530856939856, 'rougeLsum': 0.28630530856939856} bert= {'precision': 0.7757186979055405, 'recall': 0.7327599436044693, 'f1': 0.7533363491296768}
[ "# Dataset Card for \"GPTextSum_data-wiki-gptextsum_results\"\n\nrouge= {'rouge1': 0.4600676970614709, 'rouge2': 0.2024089594170197, 'rougeL': 0.28630530856939856, 'rougeLsum': 0.28630530856939856}\n\nbert= {'precision': 0.7757186979055405, 'recall': 0.7327599436044693, 'f1': 0.7533363491296768}" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"GPTextSum_data-wiki-gptextsum_results\"\n\nrouge= {'rouge1': 0.4600676970614709, 'rouge2': 0.2024089594170197, 'rougeL': 0.28630530856939856, 'rougeLsum': 0.28630530856939856}\n\nbert= {'precision': 0.7757186979055405, 'recall': 0.7327599436044693, 'f1': 0.7533363491296768}" ]
c5870608776f063f3d313795df39113b239ed5a0
# Dataset Card for "coastal_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
peldrak/coastal_dataset
[ "region:us" ]
2023-11-11T10:47:04+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "pixel_values", "dtype": "image"}, {"name": "label", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 489008002.76, "num_examples": 1480}, {"name": "validation", "num_bytes": 60510074.0, "num_examples": 186}, {"name": "test", "num_bytes": 57828182.0, "num_examples": 186}], "download_size": 571640088, "dataset_size": 607346258.76}}
2023-11-11T11:04:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "coastal_dataset" More Information needed
[ "# Dataset Card for \"coastal_dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"coastal_dataset\"\n\nMore Information needed" ]
691e3a8911d99c40bfcf6059e10b219cd8d797b3
# Dataset Card for "check_other_demand_dataset_vietnamese" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
quocanh34/check_other_demand_dataset_vietnamese
[ "region:us" ]
2023-11-11T10:56:53+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "label", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 18432.0, "num_examples": 320}], "download_size": 8458, "dataset_size": 18432.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T10:56:55+00:00
[]
[]
TAGS #region-us
# Dataset Card for "check_other_demand_dataset_vietnamese" More Information needed
[ "# Dataset Card for \"check_other_demand_dataset_vietnamese\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"check_other_demand_dataset_vietnamese\"\n\nMore Information needed" ]
158470cb61c20f9532b9d2d0a1ae95b922f9f842
# Dataset Card for "cstnews_data-wiki-gptextsum_results" rouge= {'rouge1': 0.5311006728849477, 'rouge2': 0.2905368258729071, 'rougeL': 0.36045460975092747, 'rougeLsum': 0.36045460975092747} bert= {'precision': 0.7722661904990673, 'recall': 0.793611966073513, 'f1': 0.7823329381644726} mover = 0.6376306490265851
arthurmluz/cstnews_data-wiki_gptextsum2_results
[ "region:us" ]
2023-11-11T10:58:02+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "float64"}, {"name": "rouge2", "dtype": "float64"}, {"name": "rougeL", "dtype": "float64"}, {"name": "rougeLsum", "dtype": "float64"}]}, {"name": "bert", "struct": [{"name": "f1", "sequence": "float64"}, {"name": "hashcode", "dtype": "string"}, {"name": "precision", "sequence": "float64"}, {"name": "recall", "sequence": "float64"}]}, {"name": "moverScore", "dtype": "float64"}], "splits": [{"name": "validation", "num_bytes": 58503, "num_examples": 16}], "download_size": 55642, "dataset_size": 58503}, "configs": [{"config_name": "default", "data_files": [{"split": "validation", "path": "data/validation-*"}]}]}
2023-11-15T03:50:19+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cstnews_data-wiki-gptextsum_results" rouge= {'rouge1': 0.5311006728849477, 'rouge2': 0.2905368258729071, 'rougeL': 0.36045460975092747, 'rougeLsum': 0.36045460975092747} bert= {'precision': 0.7722661904990673, 'recall': 0.793611966073513, 'f1': 0.7823329381644726} mover = 0.6376306490265851
[ "# Dataset Card for \"cstnews_data-wiki-gptextsum_results\"\n\nrouge= {'rouge1': 0.5311006728849477, 'rouge2': 0.2905368258729071, 'rougeL': 0.36045460975092747, 'rougeLsum': 0.36045460975092747}\n\nbert= {'precision': 0.7722661904990673, 'recall': 0.793611966073513, 'f1': 0.7823329381644726}\n\nmover = 0.6376306490265851" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cstnews_data-wiki-gptextsum_results\"\n\nrouge= {'rouge1': 0.5311006728849477, 'rouge2': 0.2905368258729071, 'rougeL': 0.36045460975092747, 'rougeLsum': 0.36045460975092747}\n\nbert= {'precision': 0.7722661904990673, 'recall': 0.793611966073513, 'f1': 0.7823329381644726}\n\nmover = 0.6376306490265851" ]
81d285ca03326070c8842c0f817fec93296272a4
# Dataset Card for "Task01_BrainTumour-v2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
GATE-engine/Task01_BrainTumour-v2
[ "region:us" ]
2023-11-11T11:23:20+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "training", "path": "data/training-*"}]}], "dataset_info": {"features": [{"name": "image", "sequence": {"sequence": {"sequence": {"sequence": "float32"}}}}, {"name": "label", "sequence": {"sequence": {"sequence": "float32"}}}], "splits": [{"name": "training", "num_bytes": 896538640, "num_examples": 5}], "download_size": 44501267, "dataset_size": 896538640}}
2023-11-11T11:23:48+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Task01_BrainTumour-v2" More Information needed
[ "# Dataset Card for \"Task01_BrainTumour-v2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Task01_BrainTumour-v2\"\n\nMore Information needed" ]
cbfc9b6197e9712f4a13dc95e4f3048447b2b83e
# Large Weak Labelled NER corpus ### Dataset Summary The dataset is generated through weak labelling of the scraped and preprocessed news corpus (bloomberg's news). so, only to research purpose. In order of the tokenization, news were splitted into sentences using `nltk.PunktSentenceTokenizer` (so, sometimes, tokenization might be not perfect) ### Usage ```python from datasets import load_dataset articles_ds = load_dataset("imvladikon/english_news_weak_ner", "articles") # just articles with metadata entities_ds = load_dataset("imvladikon/english_news_weak_ner", "entities") ``` #### NER tags Tags description: * O Outside of a named entity * PER Person * LOC Location * ORG Organization * MISC Miscellaneous * DATE Date and time expression * QTY Quantity * EVE Event * TTL Title * DUC Commercial item Tags: ```json ['B-DATE', 'I-DATE', 'L-DATE', 'U-DATE', 'B-DUC', 'I-DUC', 'L-DUC', 'U-DUC', 'B-EVE', 'I-EVE', 'L-EVE', 'U-EVE', 'B-LOC', 'I-LOC', 'L-LOC', 'U-LOC', 'B-MISC', 'I-MISC', 'L-MISC', 'U-MISC', 'B-ORG', 'I-ORG', 'L-ORG', 'U-ORG', 'B-PER', 'I-PER', 'L-PER', 'U-PER', 'B-QTY', 'I-QTY', 'L-QTY', 'U-QTY', 'B-TTL', 'I-TTL', 'L-TTL', 'U-TTL', 'O'] ``` Tags statistics: ```json { "O": 281586813, "B-QTY": 2675754, "L-QTY": 2675754, "I-QTY": 2076724, "U-ORG": 1459628, "I-ORG": 1407875, "B-ORG": 1318711, "L-ORG": 1318711, "B-PER": 1254037, "L-PER": 1254037, "U-MISC": 1195204, "U-LOC": 1084052, "U-DATE": 1010118, "B-DATE": 919815, "L-DATE": 919815, "I-DATE": 650064, "U-PER": 607212, "U-QTY": 559523, "B-LOC": 425431, "L-LOC": 425431, "I-PER": 262887, "I-LOC": 201532, "I-MISC": 190576, "B-MISC": 162978, "L-MISC": 162978, "I-TTL": 64641, "B-TTL": 53330, "L-TTL": 53330, "B-EVE": 43329, "L-EVE": 43329, "U-TTL": 41568, "I-EVE": 35316, "U-DUC": 33457, "U-EVE": 19103, "I-DUC": 15622, "B-DUC": 15580, "L-DUC": 15580 } ``` #### Sample: ![display](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAYAAACACAIAAAAXnvxYAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR4nOzdf1wT5/0A8I+tcrduhHuthKYKbSx2RLQ2UK2HrnK4oudKJS0LRgQb/LWgtqZ2xfgDGxU10NYFWyXtVFKlNMLsArP1rJsEOyXWVjNXNH6Lmg20GdA2hNblsB3fP0IgIAoKDC2f98tXX+V+PPdc8tzd87nnc5chLS0tgBBCCCGEEBqs7hroCiCEEEIIIYQGEoYECCGEEEIIDWoYEiCEEEIIITSoYUiAEEIIIYTQoIYhAUIIIYQQQoMahgQIIYQQQggNahgSIIQQQgghNKhhSIAQQgghhNCghiEBQgghhBBCgxqGBAghhBBCCA1qGBIghBBCCCE0qGFIgBBCCCGE0KCGIQFCCCGEEEKDGoYECCGEEEIIDWoYEiCEEEIIITSoYUiAEEIIIYTQoIYhAUIIIYQQQoMahgQIIYQQQggNahgSIIQQQgghNKhhSIAQQgghhNCghiEBQgghhBBCgxqGBAghhBBCCA1qGBIghBBCCCE0qGFIgBBCCCGE0KCGIQFCCCGEEEKDGoYECCGEEEIIDWoYEiCEEEIIITSoYUiAEEIIIYTQoIYhAUIIIYQQQoMahgQIIYQQQggNahgSIIQQQgghNKhhSIAQQgghhNCghiEBQgghhBBCgxqGBAghhBBCCA1qGBIghBBCCCE0qGFIgBBCCCGE0KA2dKArgLrncrmuXLnC83xLS8tA1wV1b8iQISRJ/uQnP6EoaqDrgvpA03f1PN/U3HylBfAAHESGwJCAgHsIIjDwp8KBrgtCCPW7IdjLvJ01NzfX1dU1NzcPdEXQrQgICLjvvvuGDRs20BVBt+jq955vXDVXv/cMdEXQQBo2lPw59cDQocRAVwQhhPoRJg7dvlpaWpxOJ8YDd67m5uYvv/wSo+47VEvLf7/6xoHxALr6vafhG0dLy38HuiIIIdSPMCS4fX3zzTfff//9QNcC9cr333//zTffDHQt0K1o+rbuhx+uDnQt0G3hhx+am76rH+haIIRQP8KQ4PZ15cqVga4C6gP/+c9/BroK6FZ4+KaBrgK6jfDYHhBCP2oYEtymWlpaMGXox6G5uRlzh+44LdCCKUPIX/NVDz5fjhD6EcOQ4DY1ZMiQga4C6hstLS34bd5xhgB+ZaiTFmwVCKEfMQwJEEIIIYQQGtQwJEAIIYQQQmhQ67+QwGVkySFdkaitfbYRm0ZK9mV51+GxGWRSETmEFMmMzv7eWE+596WPDg8PH63a7+4856MXpOHh4fG5p26t5DO5CaPjN9ziyqhfeUwykmSNri5mWVQiktY7brCyw8CQlJLrp6pdl8uqVygNji7n+VWJU3ZX/5st/AacRpYkFeabXa0Dvtqck/pEXLh4fNSTGa/stbc+efBZDn3/uNDO/+TbvujVxv5Hag6/kp5TPtC1uPPdlpcMhBC6oX7+9eIHE1doWHHHaZRU3NWit4SS0qxT2t8/Eesya9WlLmZFvkIiYUT9vLGb1Wzdf8SdkCBon8Jb9x/p1asxBJHS2PpIQfcLotsJJWVYUkwOdDWuZTPqzHaNrst5lFjKsuJeHFQ3KrxfNR7YkKo+KpybsYMdXl/+7pYVGbVQsnNWMITNWJkz0i9Mv3zwjV2V5PjosP99HW9aTXlh4bHhzEBX4453W18yEEKoa/0bEhBiRqVSiftvA2KFwazov+JbuVwuCGLUOhXb75u6SQGjJ0bWdooJ+Ir9xwWjRxPn+VstNTQh25DQNxW8HuuaiXPeI5TvHsmiO8+qtxbkbi06cqbWzRPC8KgpKS8sS4kS+ua6TxXlbi06dOq8mxeERk1JeSEznRa2r3xqQ/xvjBcCpC/v36cKB3DvS5+YeaTzi5seUv7xULotKT77DJ17vCBJcMONntoQ/xtj7UPKov1ZUQQAwEcvjM441LbibUSqMvXurvdAoFi9+bY7rHriUtkfOHdcVtn6xBAAmDSOqJ6xfC9XMys1LGRc4txxbcvV7M3YUv/I8v3qmNswWOsjjZ+Xbnm9+OCxc/U8IQiLiEmet3LhL8NIALi47Un55urJO+x5LAkA0GheFp1xNHJd6Z8XjWhd+YvCp+NzT/Hi+ftL1j3m+3ng8jWRKWV8dObBD1JHAQA07HmWXVnF7jmXWT976nJL5yM6fGFhWfROb8nbIZN55R+dTn5E9OLVIXvXck0x60pKFo0EAPCc3pQwb3v18Pn7/LbbV27fSwZCCF3XQD5L4LGbNDJaIiJJkqTEtEJv8aZDOPQ0SauNGkZMkiJaZwOLSkQqDJxOIRVTJElJGJWpdZC+PXHIY5KRYpXRpGGlIpIkRVKZhnO0bcplM6oYiYgkKQmrNplUEpJtHc51cBoZLRaRJCmSMEq9pfMgr8esIEdmVPCN78wYMkSstgKnFFEKvVEppUhKrDC7ADx2s0bmrZpYKtOYfQkEviqpWYmIJCkxrTTYnHaTipFQJElJWA3X+xFl4ZQEGqwfWdtvSvIV+48LpiSM9l/Kfarg5ZT4iaNHSycmqHI/quUBAHjrhvjRo5MM51uXsa6JHy1NL6rtnDjkPrNvQ3rCFOno0dIpSS8UnHJ3mD5xtHe6oaJPfsan/qOXk9Kz3z/lFkbFx8dHCeqt72WlpLz8kbdwd8WapJSs96zuUDo+nha6j7+fnZ6ee6bt8s9XFB26AADNtn1FpwAAiIfiU2bPnj179pSHACBQ+tTs2bNnz06aKLyJjQIANF8oyso7c8sxVo94OAXllzhjVYuHdPzT7y+XRa+gxRRJiqSs2tw6tUPikMtmVLOtjZJW6K3tmUYeh1kjk4q8rVV3TYP3cXA6BSPxHkus2uzwvY/Tyem8myZFElZltLUWbNNISUZnNijp1m0qDd5ZnJKKe+vf/PEXRw6RaKzgMslIscqgl0kokpKoLec65TI5LTqFtPVwaa81p6RIxi87yKwgScbg7Fx4h/pRYlrRYfdcVoOSkVAkKZLKdBZnL18wGjwzZ1fhejak9U9CQADw0LmJ1B3QbjwhmLti/tguOp01u+eFP7mh+O3MpydMDo+ImzY7p/SL9gLqyncufoqNFI+PnDBn8Rsn6lonu0vTx9OZxTvSZ0aKJ8euPeEBaPy89JXZcjpifHgE+7Sq8GRj66KeLw5vSvdOnylfVtw2vWb3vPAn9aV7N8ifiAsXT6afzNx2zA0ANW/PYVZ8yrvL0u4fP9/cOR3xehqP5cgTsnZyDmLM5OnsuFDP6bJNi2eml9b0bPWq4uJTPAA4ynaf6PSV8CfzV+6+1HEaMWqGPDVNnpo2ORwABI/MTJOnpsmTY+5tW0IwdoY8TZ6aNjMmFACGxyTLU9Pk8sTHknLU04XNla/nFtcAAFTvztlZ1Rw+N2tlb+IBb5tqu3xYXdDFJQMhhO4M/RwSeJxOR0dO36XYxanY2UYXozFyHGfSMcC9qFBzvouCzaCxiNUGvUbNSgAAeLNabZXqzDa71cC4jEqF3n7t1pxGtc4h01vsdotOYtcrVL5uv1HBpJuB1ZrMRrXYqlIaHa1rOAxKmcFJa40cx+mVlEUjU5k6pmmTrN5WvmIiEZRYcPaiRSsFAGg0a3VOVmfQaZQ05TApmGcMTlpj5DijhnYanmEUbeWD06jWuRRGq91mZD2mDFYqM5Bqk81u0UntOUoN1+sXnwunxNNwZL/V15XwRQTtlzn+VG5KSu5xIj7TUJCXOdG9b5m3t0vQyzYkhZ4xZBXVAvDWvKx99XTWhpTQjuXXFqlSMvfzE5flFRiyUwS23PRlRbUAcL5AlbJmPz8x01BQkJs+4kKeKunlip72Iq6Ht+Zlv38JRisLDu0v2Lp1a8H+QwXK0XDh/VcNpwDgTNGr712A0b8tOrTPsHVrwf79eU+NEMIFW2tQA+6KfYcuBYyOnzICLuwvquABiKiUrOzs7Ozs2aMDAELjVdnZ2dnZqmmhPd9oq+azBVlF56EfkbSMIW1ca1xst1qdwNssrb1im9nilMhac/B4i0ZlIhU6o8mgoGx5CqWhc7/eYZAx6SYPozVxZoOKsmpYha9D3WhWq61ilcFs0rGkZaVMbe7iuQSXRcXKtDaRSs9xZq3UaVSwGosHwMUpGZnOLlYbOc6sYz3mdEbWfiRatWqTSG2y2W0mBWnOkGktHgBGZy2YdR/x6LLys5xGCgAATqPGQCr1Bq1GJu3YHeOP69VGUOjNZr2M5F5kZV0d5n46F+7iVIxMaxOpDGbOpJE6dCyjtnh8HwmbwQGrN5sNSsqk0lb0LsIjgh4eFx1GAAB4GqrMuZvLIXpW3KiOu1P5Zr4Fpq58adx1RwiqSrTFgUuKDlR9kr8g6OjylCyuEQCgsXyDPD2/KkS+uSB/2/OSmjcz5Gvbe8z1xXl7iERtTsYSNoKsKV6QlFXGj19uyN+RIw/6TJ+qKq4BgLoDS5LUhTURC/T6Qn2y8GRuasrOqrYiqgu1u0Gu32U5pF8QdmKzKptrhLBZuYVLHyEEcVuOlG5mezgGdrFwbckZfvjMXaUV7+dtN+T/+ePCldEB9Rb95gM9OB14TuwxO2BU3PQxAfVcSVldp9lNlRuziztMJKLnrtDlZuly5WMIgLCpS3KzdLlZS2aMaFsiaFKqLjdLl6ueGRYAxPCZq7N0uVm6RROCQhK1qycL3Ec3bzxcV1Oqff0ffKhc99KEWx+88Vg1DKO2UEq9mTPrlZRFwzAaq6erSwZCCN0B+jdxiD+eEzMyp8MkYuLv7Va1GDx2m1P0nN6kU4gAABiasnKszeaA1hBArNQb1a1JJRYAIFmtUcNSACDWaUxGJWdxaiSdkjR5kUJvVDEkACh1KqNZw1k9Shlp1ess1HNms56lAIBlRC7JM60ZFjaLDaQ6jZIVAQAjFZE6G+UC8H84gRRJxGISgBJJxGLfREZr0ikoAACrWsPBLBNnkFEAwDCMyCV5Rqu3KPUMAABPyXQGJU0CiNUKiVELSoNeJgEAlVqmM1ssdmB7eckQTImPgtxDVn5aLAHAWw8dF0wxRBH7fPPr928tOh+evs+QGUkAAE0Hu+NVWwvOTMuMFNCZa5KOqPKy9wWPMBS56ewNSZ0CAjhVYDgleNZgyIoVAAAdFVibkm211SedzzOcEqYUFGTR3kIjBekJa14tUsWqwnuxL+eP2C5BwMQUFe3rjwhoVUpUUdbx48fPg/D4ofMQEJWSEtXajxQmbD3il+BUf+i9Q00BUSlrXq6tPfLWofcOuWMTetCvufFGowAAYMTEiXD8eF5WUXxRUi/278YoRkaDxmL1KFnSZeXs4omPOqwWGygYcFgsdjHDSAA8AAAkq+eMCgoAZFKXVaK1WD0qmV/XxqrXWdtbPENTDkZtsTpVNACASGnk9AwJAKzIbmHMFhvImI41cZp1RodUZzOpJQDAMGKPU2ay2kBk0ZqcjMFuUnoPWkYMUlanNStNMgDggdYYdQoxAIi1GplRZrE6gJGIJGIKgBSLJWIKwAUAPCXTGzXeTBJHxz4/Qes4k0oMACwj9khYvd6iMjDX7bWRHQu367VGB623m73JioyUckqUWqPaohK3fiScniUBWJYWuSSz++Q568/1sQm7zvMgjMn8ffKIDrPquG17L4cvzWODbrB+xBJ9FvswAAiS9ZmVj6u37b3ELmoufK20NjrTUpAcBgAwYYyggVHnlyyckBYGAMAL4rT6+XEkAMDJtbtOCmbuKFgRFwQAE6KDLsvXfnqyLrn+zfyDELetKDsxBAB+GTMW5E/kb+HkO2UCAAB+pDwnK3ksAIxc8FLingTOUgXspBGhYQRAoPDhESFd1/YadScs1c0wRr5kRnDrFFIyf+nUbfO4yvJz0DbxOhrLSw7WQuSqDG1Qk2XF0RLzpeRF7Z9heMx4d+XRzWsPMIYJPazOjYXNWrNyb/LK0tzUav6Me7jcsCzmRl9NN5wmrd4u1drMGgkAAMNKgZZqtSY1p+zikoEQQre9fh4liHiu4E8HOjDrZSIAAJLWcFajQuRxOmxWzmzUG2we8Lh8d7EIKd2hq0yI6baniCmKosDjufYGOyGWSny9B5GIAu9CdqvVQTIKpm11VsH4LgRSliYr1Ayj1BjMVgcwap2689PQXSAktKS1NIfV6iQZBdsWRFCsgglyWq32tkWlZFu1ASQSX/GkqOuduGnCKQlR7tZxAt66/4hgSkKU3xjBmYpTTaFTEsJ9kwg6Xkqctx2vBQAQxGZuSCAOZWYY3bGZudcEBFBrs9UT0vj2znJs9v5DWxOEZ46cdQunxNNt2wmNT4iC88dtvRsncLvdAERwsH9ejzA4mABw19aDu97dDCAQCLte+fz+ImtzYGxKQmhkUoI0oKmiaH9t7zfqJZjywppnRzQdz83a1yf5UV0TMazUZeFsAB6rxSZi1Qqpy2q1ATgtnE3EyHyPXRBStq01i8Qi8LhcHdqRw2p1krTMr8UbbHaTN/YGQsrQvoNELBFBp3UBAMBmsYJE5g3OAQAkas5u1dAuq8UGtIJti8RJRsGKXFaLt7ETIv/WLaLA4+rqxUgdDorOc2hF2/FHMjKGclqtji6X7Iq3frL2I1jEyGiwclZX20fSdnpgFXTf5I+HybfvLy7btSy6Ri9P8rsND1BjLq7kJyyYNfJGq4eOjxnr+39yXMwYOFN52tN4urIKotnJbQ8kh0yaGg2nLZ+1Hl7EqHFjWvfk0snPGojHprZ1bYPisj76ODcx5GLlZ5eJx1imrWsfNpkZw58sP936JzEyum1EIyg4BJr4Wxs0aWxq5IEQBvufOsiQewUAbndTd2e3hoO7j9YTjyTLJGFsYgzRXFlcUtU+NyBEpl7J3ltfmrf5QK9el+BnRFpORozg8pmqr0ITM7VxvXoayHuUyNqOEpDIZFKwclb8zWuE0J2pnx8vFkkZ2fX62E5Oo1QbDp5rBOK+CJruuBRFkh07Df5/k9e7a9h5JQ8AgMvhAoqi/FanKAq8nRWx0mQBrdZg1me8kwPEfRMVOoNBeZ3+iv92fL0tl7NT4d7OkM3paluU7LDidet+64RTEug1ufutfCxt3X9EMMUQBdCWwMo3NPFw4a2nI9/qsM5DtfUAoQAgoJOmjHj/vfrwKRO76Gq7690gGC24pvPkdrtBIPRfQRAYCHDJ7QboxWVWIBAA1Dc01AO0lV3f0MADCEKFIBAKAgDq61trDgD8eespiKTDBQBwZl+RrRmC3R/lrrFCA09A8/GiojMpmZG92yi09sKE0zLXPHUk44PcbKI34yA3JmYYicZisXuAs4JUxzIg1lpsThXFWSnGN2YGnRoV2drO213bKP2QnWdc24HxuFwebwTbqVyXB0DUYTolosDlcgGIOler66Jb17pO3QAoym/kTySiwOXsOqzoitPlAv74iyOHvOg/lZjodIHL6eq45xQlIq9bv5sRNGJMEMBYybagy0zSrh2Vqb+P8x4uFw+WniPiNky/8f32oGC/44UgSIDGJnddcyM0n3plRugr/osGRNU1AQQCAAQF+g7Jpjo3CASB13yeTXXuZv7kijH3r/CfSgi+an2ggAgg2tcJ6OnOdlH/wCAC+PqGeoAgAI+HJ0nCU/eVG0AoCCQhgCAAAHgewLs5vhnaTuA1XEllExDNJ9/YoIGmRgFAFbfnWIZuUtv5Znjy+oyyY9kla/Xung5bdOdh+fw4fWXp8JlLp/ZihAAAXC6Xx3vnqQ3ljYMxJEAI3Zn6+SWk1+cwKBV6B6svNytoCUUCWFQii6U/ttTaa/H4LkrgcfndvaSkSr1ZqQeX3WI26rR6lVJC2zSS65TVfeHgcTpdQImu6U/1I+GU+Kg1hkOn3OCLCNoRgYFEwOgUQ25Shx4/IfR2bPkzedn73KNHC0/lZe+PNyR0CgsEQgG43W4eoPUqzdeeOlUvjBQIBOCurwdo6x7XNzW19q57ITx+4oi3zp4qyKuIz44VAgC4rXkFp5rhoYkTwyGUnxgKtjP7ik6lZEYRAHC+KCs9+7hw9rtHsqOsRfsvAEDD8Q/eO+4r7uz+Iuuy7O7uBt94o9D2PIFwWlZm/PHMQ4caetWHuiGpjBHpLRYrWJ1SFU1JSSll5CwWygK0nu5xMHlti3dYrU6R9JqXO10HSVEkOHwdfQAAl91i80gkFAntAYB3hjf66GnNuuXx+B1KLpfLv8/V3tNydT26RlEUELGbLXq2w0dFikTgEfkGU9pPAh7oTXh+6aT507oxLPtwa/MiR0WEEaX1db5jpe7EwSqInjuhm35n4+V6AN/9+gZ3IxAhwYKgpiAIiFm1SxvXoaERIcHQ+QHmwBBB6/14345dOnnyK+GYwBAiQMhm7nxpXIfmHzQ8qC3K7RMhE5hRAZVVJdvKE38fY1/5RFZt3PzI6qNuuHf6jHEAvEAAwF+srOITJxEA/PmqSzyAQBAIAFXm0koegD9Xtuecr7jLZbuPrpzk11kPS9a+xE1/pfxgba9uNvgh/P7bGxRFkd57P35HgxNIyXXjXYQQur0N2BuH7BZro1imUTGtZ1Cb1frv/nmji4ShxR6LuW0412MxW1tvlTmMMrFEZfEAACVhlDqdQgxOx828B0hM0yKPxcS1xRguzmRpFEk7DXr0M2F8QlT9kX2G/ceJKQkdIgIgIulIqL3QIIz0EZwteHXrofM8APBnCrIKaqMy84o2JBAVGzbs75wVEyqVCnnbofaHl08ZlqVnFdVGThwtqD/SPh3qj+w/BeETR9/UVdt93LimnaGinohSrXlqBFx4b15CQvoLL7yQnhCf/t4FGPHsy6ooAIhMf/nZEXD2rZT4FNULL6TEJ2Ufbw6cqEqnwV1RdOgSBD+768z5VqfynwqES4eKun/kuZuN+n/MSWuWTQm8mT28aVIZQ1nNes4uZmgRkFJW6rHqdZzHLw2oe2KaFnmsZktbi7fqFKzqJn7OS8rQYOfa39jlMKlYmdZC0owUrKb2F2V5LCbunyTN9CiC7sm9U95maU+7sHFWl8hbOElS4Gg7MD1WztbpXOEBABBJGQnYbU6x1AesOo2OcwKIGVrsf5y6OLO1d6ebr0o3Zi3fdNj3Fh+oO3a0GoaHj2o9AjyffVoFI2Oiu0mmh9oT3Ge+itQcLTsJYyaNI0MiYkZBdVVD6FjJGO8/OL1t4y5L56dvAWBE9GPB/GeHK9u+65O7Fqds2FMzPDo62F19EUb5ShjVZHk9b8exr25cHQIAoPMrPm9oZOp6eSRxuSRd/nQGx4cRJ/fk7qxsIqJTl8QRAIIY2QQBOArT5fL0zMWzU+f/wQGCCdMfE4DndPHucyCI22Y/Xfvl6dovT9de3JkaCm6u5GDH3Ry1KHN5dH/F4L0hZWiwm83tD8PYzWY7+OXlIYTQnaWfHy92WAwGUtxpKkUrFFIxLSH2mnQGRkOLXHZOr9X+HeBBT8+zBHqOVmsYU7qCJXUalnJyeo3pnwASAAAxzYgcGpVCrFXTIo+D0xkdIlZ2U8/70mota0pXspROo5CQdpNWsxem52uYa9M5+pNwSkLUhg0F+4UpRZ26sRCa8EJKQfqGlBfqlyVJg/mzRVvzPnBPyY8UAJwvyMo7E7lsX0q4ADLXxB/J2LAhYeLWaf4jBVHpy+h9azJVwkzllOAm23u5+/jY7JRIInSZKiopd1k6ZP42fgR/dt/WvCOC+PykbrN0Omg6e+i9s21/jQ5NV8WGT9u6ryAq7619h04dOs8TwnB69rLfLktp/ekB4bRX9xVE5m4tOlJx6BQIwqfMTn85Mykc6ve9d6QBRihT2kcEBLEpCSM+eO/Qe4fqpyVd5+mDtk/vhhvt8GGmrFm2Pyn7eO96k06zWmUkVUYde003n6RlDDyzt+LB32olACCiGYlz5XGIzb+p3zui1VrGqFLKRDo1K3JZDRqjhzWopH75ZDcmUmhUOlYrU4JWKQW7SaexSpQWGSXxaBUGmZpVuLQqKeng9FqDc6JWc+1udERRFNhNeoNIKVN0Ez3826RWMia9TOTkNEqDk9V706WkLE29ZVQpJVqZyGnR6yyetvvI/oXTSq3MoFAySq1GIaVcVoNWy4FKJSEBpGqtzDhbyVI6jUzkNOt0Xb1o6WaMW/D85JIVuQvWNi9m73V/Xrbt9XKCzVnyWOvs2uqLPDEysvufJ3MUqtTE7+bEEOdKXs8/GSYvTA4GCJa/NHVPRpZ82eUlsghB4+nC1/MtIE8bRVwzSgDRCzNi9m5Ynh68ctFkYePpwo2lfFxW2lgi7Pl5MaW581Oaly9kR5GXy9/I315178qXbvhgAwAhCAS3vfCNUmDZuId7dCs9aNKKkn2SLW8WHjzGneEJwajxYwSXK0/mp84OLHwvedSsnMLG3M17jp7kOJ4IDI1mtaszk8PAU15cVgvCxMS257qAnJAmExe+eWLP3ovJY/23IJm/PrU0adeZntTmf0ik0Kr0jFYmA62K9rY2m1jFKfCXyRBCd6h+Thz6Z2lORmmnacTEzYxCKlEZjXaVViOL8pD3iaUyNVdgkalsdgcwfV4LsdJk9qjVOrXMAGJGqdOSKq33cQCJ2mz2qLUGFbvSQz4oYRRGrot+WneFW0iNRqdVGl0gkjKq94xahbjP96EboVMSouB4bXx854gAQEBnFRWEbthatEaVxxPCcDolf82yaQJvQBCaUpQeCQAgnJaZOSUhMzs3gX7V/1HB0CRDEWx41ZCrKnAToVEJ2QWZSaEAEJ5uKBLkvmrIVRW5idDIKapdmemx3XS9/dDZx89ndz1LSKdn0+nXmQlCOv1VOr3zxKQCW+c3ARF09pH2TUzbevb8Vv/Zoen7zvoVc/2NRmUdOp/V/md4epGt8+Zvlstu4TiKcUEXTY1kWJrYa5Uy3sBUQjMisItYRnxTWxArzRZQa3Qamd5FimmFgdMpxQCOnq5PMnoLJ1Jr9ErW6aEkrMZs0NAkAMkaLWadRqtXsk6gJLTMYNF1/+iNVKlmzRqjWu0Ry/Q3XJKYrtVQRplE5fNZm14AACAASURBVAQxrdBzeqUYAAAomd60Wa02aBQmUsKqDQZaI7NeWzjNyowWk1at06tkTg8pkrJas17jfaZYpDBaQKPWahVGj5hR6vVipbqnH0eXwubmlBB5m9/UL9jdRAgjmKXbVy78ZVvGe31NA4RMDun2hrEgbuXvgg++tmKnOzAyLqNw/XzvL5qFzNhQkp+vfbNwZXoDTwRHxmXs8M26ph6JO/aBduPOzemFbmJ4dGJW4erEMAAIS96xL3Dzxl1b1KX1fGB49OTNRZlpY7sqwU9QnDw1Oqtw04Y6Ylzcw93ED+1rPZa4riBxXfsEd9Xe/GKYMAoAQBC9KLtkUedVyLjsU192Pt7GrC6rXe393+wzfnPJx9QfOTp9W1O3O05v96+DLO+8zH+B4LT3P03rqras4dNaQ7f71AMkrec4sUZrUMm0HkpMszpOp76J0TyEELq9DGlpaRnoOvQ3p9Vk8dAyRtx6RbXrpFIDY3Hoe5pbPUAuXLgw0FVAfeOhhx7q8LfTwKpIk1mJ3Yfb2SXnP/q1/Jrd85iNw3ecy47r182gvjNC9MhAVwEhhPrLQP568f+Kx2ZQsqxSb7ZYrRazXqnQ2aUq5W0eD6AfL5dFZwIWbycihBBC6HYxYG8c+h8Sq0xml1qrV7L/bIT7ImhWa9Gp8Tcl0UChJCqDqe0V/gghhBBCA20wJA7dqTBx6Eejc+IQuhP0d+IQuuNg4hBC6EdsMCQOIYQQQgghhK4LQ4LbF0H0/vd00MDD7/EOFTDsJwNdBXQbwfaAEPpxw5Dg9oVdyR8H/B7vUMOwC4j8YHtACP24YUhw+6Io6q678Au6s919990Uhe8WuiMF/lR415C7B7oW6LZw111DA3/a8x9eQQihOw/2OG9fQ4cOvf/++4cMGTLQFUG36K677rr//vuHDh0M7/X6Ebr77oDgn48cMgRPkoPdXUPuFv78obvvDhjoiiCEUD/CNw7d7lpaWhobG69cucLzPH5Zd4QhQ4YQBHHPPffg+MCPQkvTdw0evqm5+QoAHoCDyBAYEhBwD0EE4vgAQmgwwJAAIYQQQgihQQ3HxBFCCCGEEBrUMCRACCGEEEJoUMOQACGEEEIIoUENQwKEEEIIIYQGNQwJEEIIIYQQGtQwJEAIIYQQQmhQw5AAIYQQQgihQQ1DAoQQQgghhAa1oQNdgTvPv9xff/2f79zNnv/ir7z1s7uGDBEE/OTnP7nnAcHPB7oug1HTd/U839TcfKUFf7V3MPnf/Govti40sPq2ndv/3uK81PJ1XcsPP/S+MNQH7r4b7g0Zct+IIZJHhwx0Xe4Y+OvFN+HbZt7+lfPbq/xAV2TQ+dkwIjL4/nuGBQx0RQaLq997vnHVXP3eM9AVQQNp2FDy59QDQ4cSfVssti50W+llO//mq5ZPj/zX9XXfVgr1GernMDHuLgGFgUH3MHGop35oafm8/jLGAwPi26v86fpLP2D4+j/R0vLfr75xYI8NXf3e0/CNo6Xlv31YJrYudLvpTTv//mrLsb9gPHBbc30Nf/vov99fxf5D9zAk6Kl/Nn7l+eHqQNdi8PJ8f/VfjV8NdC0GhaZv637Apo4AAOCHH5qbvqvvwwKxdaHb0C238zO2livf9nl1UB/7rgnspzEk6B6GBD311X++G+gqDHZfe64MdBUGBQ/fNNBVQLcRvk/bA7YudHu6tXburMWO5p3h35fwm+oehgQ98t+Wlu8wZWigfXeVx0e6+1sLtGBSB/LXfNXTV08AY+tCt61baOc/fN/SiClDdwjX1/DD99h/6AaGBD1y1xB8MGXg/belBb+I/jYE8BNGnbT0VavA1oVuYzfdzu8eiu35jvHfH/D76h6GBAghhBBCCA1qGBIghBBCCCE0qN25IYFFJSJpvWOgq9HKuTN52vhXbLe6+teVr61Z9QG+t+A24zLJSFJmct3cWpzyui2TU1IkY+hy1h2ErzbnpD7JRorHh4+bKc8srWpsm3WpfOOyaePGh4vjYp9ds+cz9wDW8ubUHH4lPad8oGtxh3BZ9Qrl/6AZe06/8sR4eu0Jv0mXyjcue3rC5HDx+Kgn5r349om6tjmN9j3L5sVGjA8Xx8XO3lD6Ra8e/arZPS88Yk05AMDfXowYL999CQDgs5xYsXzT5wDAl6aPD59d2njDQhCCc4sXLhia3P7vp8rlY7Rv5di6bzoVf1j+09WHHLe43as2y54U8/lbXBtdl8Oslqk57//bNFJSorb2Uckem1Gl0N10aVa1mJTq7H1UiTs4JKCkDEuLyYGuRp/gbbve+aQWH19Gd4A6c5Y8g+MnZWwryt+xejJwWXJVaQ0AAH9ybcaC3ZfHLM3dUZCZHHRam6Le8cVAV7dnasoLC4/hm3B6yGbUme39/pAwf3LTmsLqZr8p7srMjAW7L49auKGwSK9licpNGfPf8F4LG0rVGSvLeWa9fkeBmnEfXpKUxfWiwy4Ii2DiJCHXXyAkejIzdngf/4Qb+nEKiox9fUHqtgWp2xbM2iR7PML1+epXX13+f928iTfowYjpDwffag/ny+IPjv79Jm9moe45OL3B4vtcKSnN0lKqj4q2m/RGm7OPCrtlQwe6ArdMqjKZB7oOg8GFohmJfzjTemEeJggWRT2ZsmIVO8bvalj9zuJfbzrLj0z6U+nSaALAzc2dnFPR3KmgsHl7d8e+k/Dchx1f5howeu2B7fND+3cnUJ+5VPaHwzy7Ycf6GUEAABOiBV/FZBTu+TxxVdjhbXsvR75U+vtFIwAgLia45omMPcX2BaslA1zlftP4eemW14sPHjtXzxOCsIiY5HkrF/4yjASAi9uelG+unrzDnseSAACN5mXRGUcj15X+edGI1pW/KHw6PvcUL56/v2TdY76jqXxNZEoZH5158IPUUQAADXueZVdWsXvOZdbPnrrc0vmYCl9YWBa901vydshkXvlHp/sKRPTi1SF713JNMetKShaNBADwnN6UMG979fD5+/y2e/vxfKbX7G0WCv0mNZZvK74cvb7093NHAABMmhDSmJj6h5LK57Ni6o6WlDfF5OStmxUMAHFj+DOP5xZyDeys4FvbelDcip1xN5hPxDyfF3NrRd+J6k7seW3XnvLT5+t5QjgyOi5xye9SY0IAACrXsvI/8Kn7ynWTAACgpvDpJ3LPxGw4+V5iUOvKp195InVndUDUqpI/Pz+ydVrjgdRHV1iIyVv+kp8cBgBQ/Yac2cTP31+24LM5XTXjTIsBFntL/p19ZsK7nW9/E5OzlvN5mz8l2JyDBTNCAADc5cuS04obotaV/HnRSBhI1IjHl02LaPtzGfPQsy+//c6Hn2/6RdQNevzSab99/39QuR6wmzc9VnSh9TsZNvQ+Yfh02aztzAMkfJ6i1Bd3fDU48fCsqo3xHv9VAIh7BGJx1NqFilkjhgGAw/bhqpJjFY4GF9wjFkfMTVGsGNPaXDyXPllV9JfS//uX8wpQwgdiJ8xYK4+SBADAlb0bl8/5+7Bpi1/5kAkGALj04WMvvu/59coqZfj/5GO4llhhMCsGaNv9pV9HCVxWvZKRiEiSEkllGrOj/b6Sy2ZUs1IxRZIkKZIwKqPNO8+mkZCszqiiRSQpYg0Oj0lGilVGk4aVikiSFEllGs7hLaI9cchhYEipxmRUebcllip0lvbw2GnRK2gxRZIiqUzHGRUUqfCGEh67qbUOlEjKqoy2PgupG89y6xYsmDx+2i8emTaeVa96v9q3599WvrNexj77yCPTHpm6eOnbn9QAgJubO37DR81XK1Y+/YvkP9b4F1T7R9kjCQv9Eoo8R3TjH1EX1gMAeM5yqxbMHf/ItF9Mnjv3Fa6q/SzaXP3B2wuT545/ZNovHkmYnLx+53FvCc6dydNkGzldmuIXjzwre7v6JnZpxKO/UTw955lfRgZ+XWHKee7Fw+0D9lD9x/fO8gBw8fC7x5sBAIgHpimenqN4es4TYQAgeDRujuLpOQqWbr08/zTyV0/PUfj+PTs1UnATFekpj0lGipQGo4oRU942ZvB9wZxSRCn0RqWUIimxwuwCX3sUkSRJiWmFjvMP1T0OTsNKRCRJSZgOrcRp0StZqZgih5CUSMqqTf43Tp0WnUIqIklKTCv11s5Ny2lkqY7JRVa1hJTqOmeeXVtVj92skXlbrVgq0/jdrHVwGhktFnmPKKXe0r4PTk7nPQQoMa3QWXp5HyKUlS+fO8F3vYegsOFCaHC7AYIma/ft+v0sX5eXJAgAnu/ciwVvVsaTG4rfznx6wuTwiLhps3P80zzqyncufoqNFI+PnDBn8RttmSHu0vTxdGbxjvSZkeLJsWtPeAAaPy99ZbacjhgfHsE+rSo86bsr7Pni8KZ07/SZ8mXFbdNrds8Lf1JfuneD/Im4cPFk+snMbcfcAFDz9hxmxae8uyzt/vHzzT1Ndmo8liNPyNrJOYgxk6ez40I9p8s2LZ6ZXlrT/aoAAFXFxad4AHCU7T7R6YY7fzJ/pTdTpR0xaoY8NU2emjY5HAAEj8xMk6emyZNj7m1bQjB2hjxNnpo2MyYUAIbHJMtT0+TyxMeSctTThc2Vr+cW1wAAVO/O2VnVHD43a+UtxgOckop769/88RdHDpForAB+7YsUSfroROo5vWVFWdBLmTNDAton8sOZhRnz43wNDIjQscPB3VDnAQCeBxAQvoWJQAEAz1877sqXpo+nM0tL12bEjhsfHsE+vay4qu5iaea82Ijx4REzUzf+zdve/BKHutQxcajx9J5l82J9+XI72vLlPtdPE8/bdqD4RV97fnG3/TpDF+6Tb6/xNsuoJ5dtOnDJ1yT80pYAAIBTjQ9/trgOAD7Xx4oztu3d8PS48eHjMvbUAEBD+RuZvqyqDM3e9m01Hitc/NTMqNYjZWd5D9uoV93hxU9lrNxzoj5o3HR2anRQQ+We3NSnMrm67lcFAE958cFqAGg+VVx8svNOH9288UCnYq7TjCPaLxIhE6anyVPT5DOj7wWAcGZmapo8dW7chEVZy6MD6rm8zQfcAOD5LF9bepmIztANcDzQBSpi+oihnvoG75nY9X+H5mnXjJijunfhumffPeXwnTF9iUNXbeZNP52zZnmVd1TB++emHMdVAIDv/vWO8fePLVT9dM7z4avb8pHOL1evz/3n9+c+3DxUuesgAAA4bR+mrF5x7xzVTxeu+fUfjtpu/leWHoyctCg+du6EcLL+3O7t23z1AbgnbGZ87CLfv+cmPUB1XGVR/KRE8TDHmYp52w/ZAeDSh3Nefb/40rCJkyY/N+F+j+PE6k3b8i4BAHgcHz61+u2tJ76EEWMTJ4yVwJfFpdsmbzpka7+K/Oejd/ft7cPRj+teHLu6njr0tCSjgm98Z8YQUmZy+SUO+Xqqam9XQUwrDTan3aRiJBRJUhJW096ncHA6BSMRUeQQ7zXc26O1qiVROX/nz+XFDKGU3ryk6/afPY7WTgAlZvqy4woA/RkSeKwahtFYSJnOzJl0jMuoYJRm78fiNCoZlZlU6Ewcxxk1UqcxXaH1pVDxFp3WTmsNeo2KEXuXVuscMr3FbrfoJHa9QmXsok9j16sNoDRa7DazWmxZqVCZvZ+TTSdjNVZKoTebDUrSqFCZfadJm1ahNAGrM3GcScd4zOkyjaVPxsLrud+lbfkoYOqKLbnv7NBkjP76jyvX620AAI0f6Ba99q/w55a/vSP3tedEZ95Y87v3nCCY+lrxktiAYfRL2z7cxob5FxX6y99Imyv+9DffWfPbij/9jZ/IThMCXPjjc2k5H7ml6t/nvr2KJT7e8twSznuibzyy5bnlnPvxlNd25L7z+0U0fLJ++ZsW39XxjOlt64jfbFyVMu+JB3q+T4Rk5sZ1yzfp1u4t1a94dFj9X427zrbO8hwv+/NFCP/V5MiAbz4yHa4DACIydfXyTeuWb1KMIgBCn0zZtG75pnUp01uHAn4e+/zyTeva/v0mpj9CAgCAf7+j1rmUZofLadFJrBpGYXS0zmk0a3VOVmfQaZQ0BXa9jFGZPIzOzHFGtdiuldFKznec8Qe1Kk6kMphNOsZjSmeVrc3PrpexGiul1Ju5crNBKbIblO3p1fxxvdoICr3ZrJeR3IusTN8x1U8kU7KkzWT2TfVYjGaHVCGTXrsTHarqMCmYZwxOWmPkOKOGdhqe8e2Uw6CUGZy01shxnF5JWTQylfcZCBenYmRam0hlMHMmjdShYxl1bxr6CPb5FQvi2m++VpefqAVJ9CgAEISNHTfKGys0XuQ26svqR6Ylj+u6mKoSbXHgkqIDVZ/kLwg6ujylNc2jsXyDPD2/KkS+uSB/2/OSmjcz5Gvbe8z1xXl7iERtTsYSNoKsKV6QlFXGj19uyN+RIw/6TJ+qKq4BgLoDS5LUhTURC/T6Qn2y8GRuasrOqrYiqgu1u0Gu32U5pF8QdmKzKptrhLBZuYVLHyEEcVuOlG5me9gaLxauLTnDD5+5q7Ti/bzthvw/f1y4Mjqg3qL39ki64Tmxx+yAUXHTxwTUcyVlnXtXTZUbs4s7TCSi567Q5WbpcuVjCICwqUtys3S5WUtmtPWPIWhSqi43S5ernhkWAMTwmauzdLlZukUTgkIStasnC9xHN288XFdTqn39H3yoXPfShFvNSGB01oJZ9xGPLis/y2mk4OKUjExnF6uNHGfWsR5zOtO5td80/uTrGwqJjM1zRwb5Tw6ZsGD1fL8zZEPlgXMwatwYEiBkaiobXPlmHveF29N4kdu4y0KMm9kePHRQX5y7rZH9/QelB/WT+dLs1CeXFZKp2/9SWrJaUv1m1ubym0zg9JzelDRPeywweb2+sCAzOejTzUnzN33WVsjpLWs54cLcgx+XbJMRB1eotxzrIlA5uXG+fNOnBKveUZSzclJTScb85Qcaut80f2Lbaxejf5elXSqPCXOXL5u34M2LYQs3FBbpV8bxB9XzF7x9EQCg8cDydH31qNTNBfmF+tSwqvwFy4p7HhScfDO3rBbC0/Itf8nfbsgt/EtpYZoYajntm6d7sLbbsre8loiYzgyHam7PNZ9tfWne5vIOx8t1m3HbEmFTV+Vm6XKzlrPBAAFj5mbpcrN065OjyZELcjKiiMslm/IqGy8Wri05DxHzc1LH9HhP/2eaG87Vfw9UEAXg+b99v1q3r2JY1KaXXyyaE9FoeetX20917OAMk/46ddnwhreMh2wAHsehJSX/kspTl4mHAXyZ9+qri49+Hztn6Yer5r0gdK5/ddM82xWAB9auWrJo+NAHYxd9npsUC+Cy7frVqwfOCZ/cterF9+eM5T8p+NWrh27yIB36aHza9oVpu9Qv/zXlIQK+Ov7Fl61zqLFrF6Ztb/v3VATVcZXtC+cVrUqbFQT8pZp/Angu1diuDn1Utuj9JWnb1S//deGk2Id/8s9LVwAa3jGWVVwRTFuwqkq7tEi99K/6V3ZOEDSeKVt1zC+Sbjyx6t3P+6YbfP2LY9fXU7HSxK2YSAQlFpy1G2SdE4acRrXOpTBa7TYj6zFlsFKZgVSbbHaLTmrPUWo4DwB4rGpWpnNI1EYzV27WyyhrjkJtcgJItdyffhtBPPjce2dtOuZG/WePRc0q9HaJ2mg2aWmHVm36Z598GK36LXHIadIa7BK11ayTkgDAMCKXRKbV22Q6qctmd0lVBqOGpQAAGClYzEqrzQm0CAAAJGqjXiUGAACPDYAXKfRGFUMCgFKnMpo1nNWjlHW6oPESpcGglAKARK1VGmgTZwMZ4+H0eltbJViWplhJugUAAFw2m51ktFoFSwIAI6FEBid4AHr9cELj2X+5R8/cqEthBAAAMaPB+hfdqbNfg/Tn523V/EMzM2b/chQATIwUBhitwmaAgJCHfk4AQPADo4Q/61iYaNoz0vWvHK6oZ+VCAPcnf/wY6HW/DIFmy9tFVsHTpj3LYwgAkNIPfftMsjH/+NRNE+G8/WvhM0vf+N3UEAAAaVTgmYoF1WcuAfMQAAA/gl2r+030Le8eMWrak6P0f68+ZXPCaBHAtxWmv9VC+IrnlwqaPln9MffnWra7LKCvK97Y4m5LCHho6ornpEE3Wv7WPag0GJVSEoCS6Q1KC6Mz2JQ6b7eb0Zp0CgoAwMOpdVaRiuP0jLelSilWqtIYNKxGBAAQxBo4o0IEACxDuSRKvd6m1EmdNjvJaI1GNU0CADASl1Witto84H28haB1nEklBgCWEXskrF5vURmY9sZFyRQspTCZ7WqNBMBjNXFOWq3oOsOmvapWtYaDWSbOezZiGEbkkjyj1VuUesZmsYFUp1GyIgBgpCJSZ6NcAJTdoDU6aL3d7D2iGCnllCi1RrWl9QjrHc/nO19881zo3PyZfmnXNbvnMSs+5SEwaqE+dez1Vo1Yos9iHwYAQbI+s/Jx9ba9l9hFzYWvldZGZ1oKvNkEE8YIGhh1fsnCCWlhAAC8IE6rnx9HAgCcXLvrpGDmjoIVcUEAMCE66LJ87acn65Lr38w/CHHbirITQwDglzFjQf5E/hZOvlMmAADgR8pzspLHAsDIBS8l7kngLFXAThoRGkYABAofHnGD9PEO6k5YqpthjHzJDF90RErmL526bR5XWX4OZnSTr9JYXnKwFiJXZWiDmiwrjpaYLyUvau+/hseMd1ce3bz2AGOY0MPq3FjYrDUr9yavLM1NrebPuIfLDctibv2II0USMQVAisUSMQV2ndbkZAx2k1IEAMAwYpCyOq1ZabrmitlTns/yNbsDluxLHUVePHj9xap3Z222BE7flTgKACA4cfUyS0rWgiklAACEWJ6fnxbW9Yq8IG5lTmI0CRCWmjiqdAskbl4/dRQAzE2d/sbhymMXIe4mUt3qSvN3VkcsP5S35GEAgJg4CTwl3/Iat+C9xBAA4CH6+Q2rZCMAIOyledP3qis/uwyTOt63ruO27L4YvrBwx2oJCQCTJggbExe8Xlg1Q91tdzZ84YZ13jSqL3a+WPpVTE7p9lnBABAzaUIYyFPfzOdm5bLVp6v4kWlLk9mHAWBCVEjAlmPBPY577JXHLgMxfsHv2jrlgpjfpUYXZ1ceO1EF1wn423etvJBrIqLl2tWXayy7Du4+3Bg3o63pEWPGR9Z8WrI2L3l/lvBGpfTY2FTdS9zMTaWapNP1VRC5NGv52NshNc7T3Oioaw3xPC7nwQ9Nb9ULpqeMpaDxnRKLfXj80ZeTpAEAEBFLXRnzatlWR9Qmsd/6AQ+sXRh/cN2Blz64f9qxMrs46ajsARLAYyvL/SLot6vUW8YMA4DYMWHUxnWL37VkSn8tCbmXGgbkT++VhAQBfJlX8okzMq1KPVkEABARK4THNh1Y/8nkosfvuemd+e7Lii8aeRhK3RME4AYAcH2+/g9XRL75EZOSlo3xFvv9uWNlOfU/AfjPv7/4vLQRgiaMfRSA/EVUYtCJ4pJXH6saGyuNmD4m6QNtEAkAzZ8f/OJ7EEatmHa/70oZ/Nyvo9afqDhuu+BhIgAAhoXFihsqKkyrmFXbe53Df4OL43Wup2KxWEwCUCKJWHRNcTwl0xmUNAkgViskRi0oDXqZBABUapnObLHYgZU6bE4RqzMYVN5TDCOyc7TJYgcFQ4nFFAkkJZaIRQBO4/X6zyKTzuiQ6uwmtRgAWEYKdFRObz8JP/01SuCxcdZGMauQ+L5bkpHRpN1qcQBQrM5i0bOUy2m3WTiTQWeyAwC03sgjRFKp2L8oQixtK0UkogA8nmtvchISuu00TolE4PJ4AMDGWVxiRiZtW51V0K2nCIpmpJ69Simr0hnNVodIptGpmL54TiRoyqK9e5Yygm/rLlRXHjlc+Pbh8wAAzQAQPjFSYDc+l7x+3TuHKy80R89etPjJbm7VhzzJxhK2P/7lawBo/PiwFR7/zRM/A6iu+OQb4eO/jPKd78iHHqeFX1s//hdAQPSiXLNuagj/dc3ZM5a/cLtM1Tw0u32XAGJ0ZGTvdlAQ/DOAq+6mbwEA6v/27sffEI+yT48WTXtGSjT//Y+mbvORvjvz1z+/a2r998cPqvvttTRBNEu3tT8pIyUdVqsDALzNxfdl2zibS8TK2vvrYpmCBrulNduHYBSs7+inWBkNdqvVCSBSGCychgaXw261cCa93uzgoa1hErSCFfu2zMgYyunbsg/JqmSi1nECj8VodtIKhRi64FdVh9XqJBkF29ZMKVbBBDmtVjuAlKXJCjXDKDUGs9UBjFqnZsUALqvFBrSsrTIgYmQ0WLlrUplugefzwgUpebXRmTtXdbjlLIzLKjtSvCdnsnt3xsy1J7rOlAgdH9MWLZDjYsbAmcrTnsbTlVUQzU5u68uFTJoaDactvkwMwntLGADg0snPGojHprZ1bYPisj76ODcx5GLlZ5eJx1imrWsfNpkZw58s993RJEZGj/LNCgoOgaYuskt6orGpkQdCGOwf/pIh9woA3O6m7gZhGg7uPlpPPJIsk4SxiTFEc2VxSVX73IAQmXole299ad7mA331xPOItJyMGMHlM1VfhSZmauP6bFzO277ajxAgGQUrclkttzxO4Dm9ZUUJsTRr/nWDSQDgq/dmpq49Hbo0d7M3+qo7vPjZrIPEVO2unWX79NpE4qB62aZjXZ9Z/FpRoEAAMGqk70sMCAnqOtXtBqqOnYZRU6c/3DZh5HQ2Ak4ePeltBERw+Ki2VLpgYRDw7s7fqafq6En3cCZxpO8gImLYcUT16cpu7+QTwWPGthbeePLTMzBuZvvwHRGTOFnoPl1ZDTBqQrTg3JaUOYvXFpYeu8g/lrzq+amjrldmZ001jQBEsNA/Vg4JFhIAjZe7PXNXm4sr+UBmLhs2NjExOsBdXlLmv1Oj5LqXHiGqSzWvn+ijiwAxZmHW/DFwvuocP0q+7qVxt8frR/5d8faopRrvv7Fr9C+duEL/et72yfdAc83BL/4jlk6Q+DLeyMioicO+PF7VeYiI/MXMbfHBYi0tpQAAHERJREFU1ne2rb4UvnZxvLevY7PVuKixiWOG+ZYKTpz8EFw+d7xTUtB3FyocMHHy2PaDdMyE6dSV42e+hJvwfVlextDkBUPTs+Yf+4oQPv7CZN+590pN2aGKt1v/HS12tD9bcO7EgdVF768uOrD1/2B64qK/Lp4sAgDq8V0bl2ycdL/ni0+2vlPwVOaKcO2+iu8ArlxpBCCoe+/z3yx1r2gYeFyNvguWaNHCmROHOd/5Q1nFzec+dXSji+N1rqc3REhoX1eToigAicS3BimiWrutEpXJYlZJPC6H3WoxG/UGq4vvoj97g/6zzWIFSXulSamMiejLuLe/Rgk8TpcHzuVE/aRj/BLhcAKIPXaTRqUxVPyTh6D7HpV6BwfaPhaS6tQzJ8mOB3ZXF1zSf6G2/3O5XECJ/Iqj2suWaMwcpdUZzNr0t3ggHoxV6o0Gmfgm9vE6+H+VvbYlx/T32mYQBIdHPvpzAG9EAEFPakzbjPp3Dv9xU/kuAIEkTr1u+Xzpz25UmuDx3zzxs+c//FvN7F9a/2QjnlwbKwCAb91uqP/Tiog/dVy24WsAgPpPdCvffPfjGjcME46MjOp4z15ABPTyNOlu+hZgmID4GQDUfMhZm4Dgz+S/sgXc3woAznxYVvm8d+ziesIyzLs1o3tXiR6hKMqvUVAUCXZXa+MhybaG4G0koo7rAThc3pMQJfJrQBRFUeB0uQBEHptRpdKYjv+bJ4IelHR+7QBF+RUoElHgcnbqhJO0UiYymow2jdZh5DyMTnbtbYdOVXU5XR33CUiRiAKb0wVAK00W0GoNZn3GOzlA3DdRoTMYlFKnywX88RdHDnnRv0hiotMF0KsAuO5Yzvz0kvroNYUFyaM6tigybOQYgDEP54Y0yme+vuvgSxOSr70nHRTs1y0lCBKgscld19wIzademRH6iv+iAVF1TQCBAABBgb6G1VTnBoEg8Jq23FTnbuZPrhhz/wr/qYTgq9bIhAgg2tcJgFsWFBhEAF/fUA8QBODx8CRJeOq+cgMIBYEkBBAEgDfD3bs5vhkAWs9RNVxJZRMQzSff2KCBpkYBQBW351iGblLbUTM8eX1G2bHskrV6d0+HLbrzsHx+nL6ydPjMpVP7cEzO5fIAiDqcsSkRBS7XLYacfNXrG3by7A5ZsLuuwQ0NjQDQ2FTX6BYECXzfm/vk2yvmbzo9amH+jtXjvPtSbd55sH7C5g9yk0MAAKInjRPMTlz5Wlna+6ldDBUQBNHhr96cEd1uNw9C/8YMghAB8E2+mzABRKdz4TUhKF/XxINje/yE7R0mi2vqAK4z0OETIPBt2N3IAwQLOtQjWABNbjdA0NQt+/RbXi8s25tb9gcAQcTMl7I2LxrXs2YQGBYEUN9QXwcQAuDhgSSgrqGeBwgaLgRwQ0CHpza851cygAAAsBfv+QcP97q5PM0xqOcJ4D/ds9ue1v6+ASJ8btby0tTNu3O3xfXRC/fIcQvmjtu54nR0WmrM7REQANz36LPbn3rAWxtymOBB8QPinwIAwNVG11U4V7r+Z6X/397dRzVxpgsAf/yAmaKEWQuYWtBY45KC1SkqBtheB2tlrKeSbRfNWtSI1g1ij1FbjFp1xK9olcZVS1rFRkEajbaB3mpotxJPV0lrSyMrbNjVGivaKLg3YKUJ3d3eP4AQJGAUUFqe38nxyMxkMkneyTzP+zWtto+orgW4o6HRT8yMEh2/Yg2JmticYtberocAnmcATQUEANx03AYY4LH0dr0LYHCAZ4NAwOAAcNz+8Z7exbDIuImP+5HgN2xYRFL80yL3SwyZ+pX6JS99XqH/9CVZ+VFXMtW7t1XUXqf4TU9pqHdA+J/SX18BP9mvflt0/NiyT0+k5o+6ODcoCMDluHm9Adw5ktNx0/YTkFSQ+yeGHMLsST4bn29aVjCqcz29O7o4CrxfTzsuUa0jVfLOwBUAABxmtVyuMpy77iKCIuiWiuzW2o+fnXyH0zOOBeALumrKIwDovpSApCiSGCM3aGWtAh2SLwKwqKUyDci0JUqWFlAkOA1SqrNjHr2jKArsnrGYw+ERCvEZuYaRa5x2i8mgVXE7pXKxzShrJzDzWfmBzNd08AfVnrRnhOE8f3D9dfE4S3XTSn/h5IW7Jy+EOnvp5yf379JmLhsUeXJxh1NXDJz4+xhe+slTFvjki4FT9jUWSn8ez2/EZOWuua0bGQL5APa8lZn7q2LWHtz4Aj00iAD4ImvcF/d9w4S27Oa/XHABP3IMH+DCRx+ccwG4rMWH3LWCV08e+nxh7OQO85wHxOFwtHQFc9gbA+o2W1EUBQ67HcB9dtodjpbs0elwtuzE6XQ2JplOk0IyzyBYovtGwdACCsCuYYweMwo7PZ4EDocDPBOLRqRYJhVojDqT2GZyMur2MgLPI20Mtjz27LTb3UkvRcvUBpkaHFaTQavi1HKZSGyRURQQE7eY1GyrXyeS36lifsXwRorCCEkb9DuntgQtN6zG4kuh7NTo5lhjhHA4wNXqGwBto4/aa9UAzVWVNXW1QIQG84JuBYF/7Kr9XEKrYJ0IDW4TSQWG8prq45u/mqulpTdDogJDCf8QNiNn+ehWkVjQkOZW7i4SOp4R+peU6/cUJ70Va135zJqqhPmRF07XwaOJU0cDuHg8ANelknJXUhwB4LpYftUFwOMFAkC5oaDEBeCqLMytbN7dtcKDp1fGeQTr4TO45cbEdcVFVQBdU6dPePzbZSiKbPpVdRcoRzvnmU9qSs5ccl2onB2jb1lWrogueIr7/NCCcACoKV6bln7wVmxmzp457io0qKu6CeHjo1rSp+DouCGw91LVXYPqzuLxeARcqakDcL943Y0aIIbzfP6kCV4gQUSkvLdhRqveM0SIuya/JfKpa69RixdEQGMC0PKh1NQ1NoMAkCMnrdJMWgV1V74+Xbg3O2tdRsgo4/o4X45OFBs3BMrLcneXTc8cUjQvOQvYBeFflbpgRNx4IcCVsEACrl04fwkShgNA7YWyKldTru48oy+8AAA3Swr0Jc27qzDoS5avabnikaL5mSkFL+0vMgKAwJcDurvGJKyn5AMAQIaOSKIjvKzwC6D8+o95bnEO0+ocJ6nH2mxa847WZB0SLrh2YvnHT3827TEACBoQAPV11z2vXPX1AI9QA1o/dUAAAeCor/f4Ha6/Xg/UgEfu5U30H/Pc7P3xfnffsBU/korYvEhqyXjvk/x3V41cl/Vbv1MH1j/7af30RRs/YIL4j0fMnRix7dNvbTdqHP6jkiL7F577cuunkydMe4wEgIbvDxi+vA6PTKGf8Pg6/ejnZy45/ea2sxYA8Pax+ojq8OLo9Xqq7OTseQ6DXLLURG8x6GSMiE8CWFS0Ud12u/bjZ9JCUY31lc1rHPYunQ+6uzoOkTRDg81q59PNKItayRmsTnBYTFYQy5RSsYAiAcBpNppdXqv+O41mxZTdZHAHxHaTwdz0k2pRMQKx0gIAJJ9m5WpOMhhs1s4nJj9UfPkd0GzatMhwnj8AOC1fftPQGM/8UKScE7/0ZC0A8PjR02atmBtJVNurXQDg38H1g5zATgmpOLrD+E3I716gG2MloXiMf9W3duJJYVTj43H70R3ao9YGgO/Mltthk2elTBgaRAAAlJ+rqL63pnAvXNbC1euyVq1TvZK0KPPLn0KenZVKg9NiPGQF3rNryiqLL1cWX64srjz4Qhjc/kT31w4no/jXqV1Zq9a5H7v133b28NpRazK4p55yGHVmELFM21CYZmjKbjS0DLm1G3VmEDFN9f61FpO7/DjNRjOIGDEfbGaLnWDkKgndmKI7TCarC9wXb5fFZHbvz2I0O/hipu2PCS2TiawGTmUCVsb6EEMJxGK+06Rzj3wGh1FnquXTYgHYtBKBSG5yAgAlYmQqlVQAdpsd+DQjAqvFLnCfh2BWKVtPqXSPas9sna8o5s3JLvTMBwCg9vSeFWu2FLhnR3F9U1zm4g2P9BqUVZ01uodgXjldWApRcaPJ0IhYIVworwkbJYpqfEDZnk37TV6K0+PRY4NdX58saf6UnaX7F83akHtlSHR0cN2FSyBs3oPwlmnHzn1nbnb8pgiApqY8Xw1PyUyOJK7p5yW/kGZ0hROludtySm4R0SnpCQQAL1Yynge2vHnJyfMyFv0xZf5eG/DGJ47lgbPsyMFK4CXssZZVfV9W9X1Z1aWclDCoM+qLWr9N4cKMZdGdaMfodk5o7H8JZl1LeXKadMbLpLfS7pPgxMxs/bGcpkf+hmShfwibkZu/IjEEAFzlu5akH3QlZufkeOQDABAmHAJXPHva1JSeuQbhwx/A3MZRcaPhwsmilvtvXCoyXoKocdE+h6TkqHFRcO3ijeCo5mLPK8/bsuPkRRcAEAQPrlQ1l15nmem891IaFD0uEsoKi909TlwlBaeriNGxQqg98cbE8RkFtQDACx87NX11SjRRU3XD11r56MUZ08MaKvamJr64rSRoiKvkEJdb6eLFpy8eDQDhcZNGEA3fbE6Z8seMRfLU6QpjNTway44GqDMdPFkFjybnn20q59//dV9SIFSdzG09npgcm7Z+hsDXD+vXxT98ogBsV2v5gqF04yPgyp8PFRZcvfOWBbZPclf9M3iJ4vWc54PN+rx3bgAA0JHhlON8gXvmH6gtOv0tDIkYMwCgsfGycfGAJyYK4IvT51tO0vKzRdV+EyLbJh73xXE+c2/uIvdDe/rOXoOh8W/Pigr6yf7O3k8tDTDxuZgxfj8W7l0f/+b+VPVbY988UQmPTBwfQUHQzJenTwj48ZMD66NW756l3v3s0vXp534Mipy+Oa51pZL/iLWy+E4kA406uDi2dz1tyjTvO1q1mszXB7NKJSvikwAANrPR6nI2749y77mD+FnMikmrwT0zCViN999L05tuG14skHJyNatgpHZOJuY7LRqOO+xgP6QpoEQigUuj5bS0gibtFp1Kqb0MQHnpUNVpJMspaDEnYUGlYEirjuMKapvqyUQMTXIamYzPycSU06LjdA6BXNL5GdQHjhjOd+mM6g+EqU/6V//9ZPYOYxUAz9UAMPDpGH7dundf3d6Q+gyfqKnYv7eC94xSTADAQIL3U8Xx/DzepBcmC++sUiXoPzzL//3Bv4+Ys7i5Q87AiQtnRc7Qzl3wg2JOTFjDdx+9++6hq5HbRYMA+E8/4ffR8fy8mFlPh/xw8fOj6l0XAQa7OllDevXcUd05AD9e8FDxnMUrXpsUDg0m3ckq+M0LL8a4D5icMP2F4R9lf1F49Ft20RPt7et2xWcfVbT8OcD17OLkdje+C7NaojKznE7urd0Srh+QsZRKyVJ2HacsICUfyrx8waSEU4rFSikLKqVE4LRoOa6IknwoowEcAACVGrlcrFMxpFWnlGlBqpOLAJy0iHIZ1EqdQCYCu1nLKQ9fB6JllMt1nULG6NQSvt2olGnsrFoh9nJ8IqmM5pZ+Qc3lfMkIAMQKjtXNk7GUSikVkVYdpzwMidlKhgQQM3ybUi4VcAox32kzqrQ2PiuhASgZJ9FIZYyMU0ppymHWcJwR5HLRfdehle1ZcaiCN25+2KXCg5fcS4UJM2JHJqWz+gWbFEudaTNGwoUTOVm5t2K3No0GbsOWJ1cQr70cS1Tqd2SXhifnzQgGCE5ePik3bU3ykmvpkghebVnejmwTJM8WEm37W0S/khZ7eMOyecErF8aH1JblbSpwJayZPYoIfzU1tmDb/FkNy15hheS14l3Zb5c/unL5XSYiJHiBUGfN21UALJsw0qcK3qC4FfpjoqzdeUVnjBUugiccF8W7VlKanfLHwLz3Zwhnbs2r3bYl93Sp0egiAsOiWW51xoxwcBYfKayCkKQkpuWsGT9bIsjbfTb38KUZrTrQN1WgVrR97YeMoiiw6tQavkwilXNSjUTBSh2cnCZtRjWnsU/glL6V57aI8LHjPVLIS6UElIRHJMSNBgD4p165428QlRxVfTr3oHub4NgZk4RJacl707LmZcDy5OigW+WHc7aUBE7Pnt7NTQQAAKFJaSl7U7NSlzS+dOnB7KzyISn57D10+Apnl83JS1mbuuhGWvLYYNd5fdYOY12COjIIACKYsYF5hzcsFaYlhtSU7N1f4gr0vpORycuS9AvWpi2qTZs9yv9K8aGsgzefXp7KBAE5dnx43YYtcrVrYXw4UVO6d38pLz4rzudWjNBJb3+cE719/5Hi04WlLiIkghH6l5tOr3zpDd6xjeyo+XnvAbddbyoxVrj8Q4TjUjIzVk7lwY2CvOKbEPby7JZOpDxmDhtWoC86WHwjzjPXJWJXZyQXL9JX+f6RPSBWrUxpECl0Sqab2hyCZyYzf96se1Zdu5YZwW/47h194ZH6UccErUf93ji9KL+S/9zStYIAcoh07tm3Vu01Ja5mBDHTM0ZuXqVWw8tTk0J+spgKM88FJL0WTwMABFADwF5+aqfp30lMxJ+SY959UzdNXb/2uaFk9fmdepN95PRD9L2PLfaq/krhpx5DRAJ+SpLFD2u9iWCKdO2ZzcsrCpd/+vRn0176eNUjy/RnTlnOfAGPDA6JmJP8YtaUYAAgBc9/tik4U/+Xw+XnC2xAhQydkeS+L0ErZNRLWRPPTzt1l6qejtHtXhzJ9q6nQFIU1Fo0Ki1IpOw9v6KApoN2GlUqI8nynTaThuNOuZriBrKxU4tJo9Y6JTKm/fhZwslFYo6VgEpOg0XDqSwt7UR2g0KuBZnGl04H7ei+W5VRjNpkFCg4jVzCOUm+iJF/qOYkFACIVbpsh1ylYA84yWEisURlkOgknNnigM5H5HcSKQ0GUCg1comaFLEK9RJSriMpACDFKqMOFJxaxl52ksNoVm5QqcRdcOJHv7Z2062s7M0ZR13+YU9ETlm+ccrxN9SWC7UwNPTFtQdu7d76/rsLD/wAPL548uIDyxvnBYp8ee548673M6saIicvbjsdUPRkOkTnP+XFloHB5JOzDuQO3Lrj6Nb0o3UwcMSESdvXL04OA4ChL6uUF9dpt6a/4iJ+E/bk71L3rTCnZ1V8a4cJ9/V+nph14m+zvK3wZ1QfXFbdsVCoNBYr3X9NXvuPyrWeq5m3/vfyW/d1GO2wm40FJkoBcm8ricQVKpFFJdPYyabi5/08ESkMJkqpVCklGgcpoFnlCZXCPWBy8Eyl3KliBVI7KWCkOpNKQgEAyap1WxwKtYzZCeQwmpFqP2Q4qc5sdcr4AEAkckpKKxHJ7SAQS9VGtUzg9ZUFDCMi7GKZr1ccgUxnIpVKFSfTOoBPM/L3tVzjqGSRwmBwKjiNnF3pJIeJGKnWqGIpAOBLtCYdp1Cp5RK7k+TTLGdQd+IKd/5k0QUA+Cpn3VceSwOn58+IDQ9m1dn7Nquzdmek1BEhwnHTszeulLQTi/MSVr4WXLR9RU5dYGRCWl7m/MaOv6FTN+izs7ndeSvn1biI4MiEtH3Nq+4UnrTvGHCbcrbMy6sjhkQnrclbnRQOAOEz9h0L3LJpf5aioNoVOCI6fkt+xuyOxqoCAAQlJKdEr8nbvOEGMTphpK8TmQeNTVr/XtL6lgV15Yezj8B4IQAAL3rhRv3CO59CJmz85vuNdyyMWl1YtbrxvxsrPNaSYxWf2BStt530tq3Ms9N5kGTnRYnnBsGzP/hqtrejZTVfVWnu+p58QcsUrEGpVSicAomW1ZoMKiWnlrF2oERiicakuluf2/tzpfhEhQtcpXrOc357Ij4raZIwaLzqWHb4WvU+RVq1iwiJik9/b1t6142i7gg5en1+dvim7NwViixXYFh0/Mp8xYK4e3ppXmzm/rywbVm5GxfscBEhw2PnqLnljb3IeGzmtpVrt+VuyigkhjOvvLFl7M4FX3vfScLOnH27dmbtXZNSDTzh6MStOStnikgACE3ak3+L23Rky7y8OggMi53E5S9JuqcxKqHjF2wbv8BjwY2vj2QVBDb21ApNmP92wvw2T0nKq0y6YxkZt8b8/ZrG/+fZprasCPrdW2fLWl8Y2hTj8JSPbCmeC4Sv6qte9XawM7MvzrzbO/KN3WIqMDq682ZUVJT0s1WPLtOfWvRmodMvSBTFHJs7PalVz5/aAweOfTIg5uPkCBIA/CM2z4op2n5skWnUceaxJa+/TuUf23Zo9zv1fgLBqIxVLy1pmr4vOPG5GJH2y+XaWoqOmEunfvb68VX6v6RuroWAxybEzP5sVjztcxOkSLLqtsTrmlH52n35Xtfc+ZTHlnC7ljT/wY96Pj/qea/PIx+P2ayI2exlTcDM1RqP7zUgMX3rv9Pvdugda//i2O71lGLl8gkyzUq5nRSzzD2/oEyjs8oUakksB4MFYkaue98ql5nNVpDQIGDlUpFCt1Rhp1hG1m78TNIqo5GvUKrlEjspknAahbbpRgYATpvZaASxZ0fOe9Xn559/vt/n/gLYTDoLyUiaZjcFp0kuYi0Ki1lx78mH6bt/dPHB+a50+xzpl+zxI7N8nifi14oZ+ts7lpjkYoPMrL6zEt6pk1Ayp8ZulHXp2JsuZlOLRRqxydrm8B+qq/a/dev+rxxMZTYN2Ve5saP7w6Ke5HH+U121q+4uXQjdtzbl3KISq2mTlm0/x9Xn/KebDwp1meT5/R72IfR03ddK0CM4zCqpSi1TKaU05bSZtZzWwWi6oHvQg9JQ/nHhqb9bjh7410QV2+vzAS9sWrWFVnjtNdSz2Yxqncms01hoTtuj8gGEEEIAYDeoDQJW3oNGKiPUvX7lKQGt0OnsSk4l016uhcFjGInGpGqnD0eP5F9nKVTrfoh8Ublp2qCHfTA9EcWoDNL77xj/8DgsOpXaJpBotPJfToaKEEK9BkUrdayoJ7czI9S1fuUdh7rQw+w4hJq17TiEuhx27UB3wI5DqDe4j3KOHYd+QbDj0F111ySkCCGEEEIIoV8ETAl8FdjZu/6izsKv4MHw97une9igX7muLQ9YulDPdH8lc1DI3bdBPQF+U77AlMBXgR3dTgw9CPgVPBh+GLQhD11bHrB0oZ7p/kom9WifLj8S1B3wm/IFpgS+Gsob1L8vflwPjX+/fkN5OMT6QQgcENK3D/a5RAAAffv2DxzQldVrWLpQD3Tf5TziqT5YVdXzkQEQ8RSmBHeHMa6vyP5+Y0LD+vXBUvUQ9O/bd0xoONnf72EfSK/Qr59/8KDhffrgj0Nv17dPv5BBT/Tr5/NNjXyApQv1NJ0p5wN5fZ5J7IuXpp7Mn4D/YfsO5GHwdnc449C9+e/PP1fd+r+bP96+5XL+F/Cj6159+/Th+ZODHhmA7QMPw8+3btc4XbcaGuoBi3pv0gf6+PsHEERg17YPtIalCz1kXVjO//Mf+Of5n7+v+u+/quG/OAVRz9CvHwwK7cN/vI9oDCYDvsKUACGEEEIIoV4NW28RQgghhBDq1TAlQAghhBBCqFfDlAAhhBBCCKFeDVMChBBCCCGEejVMCRBCCCGEEOrVMCVACCGEEEKoV8OUACGEEEIIoV4NUwKEEEIIIYR6NUwJEEIIIYQQ6tUwJUAIIYQQQqhXw5QAIYQQQgihXg1TAoQQQgghhHo1TAkQQgghhBDq1TAlQAghhBBCqFfDlAAhhBBCCKFeDVMChBBCCCGEejVMCRBCCCGEEOrVMCVACCGEEEKoV8OUACGEEEIIoV7t/wG7UeE2fxaKvgAAAABJRU5ErkJggg==) Articles: ```json {'title': 'Watson Reports Positive Findings for Prostate Drug', 'author': 'RobertSimison', 'datetime': '2007-01-16T14:16:56Z', 'url': 'http://www.bloomberg.com/news/2007-01-16/watson-reports-positive-findings-for-prostate-drug-update1-.html', 'month': '1', 'day': '16', 'doc_id': 'a5c7c556bd112ac22874492c4cdb18eb46a30905', 'text': 'Watson Pharmaceuticals Inc. (WPI) , the\nlargest U.S. maker of generic drugs, reported positive results\nfor its experimental prostate treatment in two late-state trials. \n The drug, silodosin, was more effective than a placebo in\ntreating enlarged prostates, or benign prostatic hyperplasia, the\nCorona, California-based company said today in a statement on PR\nNewswire. The tests were in the final of three phases of trials\nnormally needed for regulatory approval. \n Non-cancerous enlarged prostate affects more than half of\nAmerican men in their 60s and as many as 90 percent of them by\nage 85, Watson said. Prescription drug sales to treat the\ndisorder total $1.7 billion a year, the company said. \n Watson plans to apply for U.S. approval to market the drug\nin the first half of 2008, after completion later this year of a\none-year safety trial, the company said. The two studies reported\ntoday showed that cardiovascular and blood-pressure side effects\nwere low, Watson said. \n To contact the reporter on this story:\nRobert Simison in Washington at \n [email protected] . \n To contact the editor responsible for this story:\nRobert Simison at [email protected] .', 'year': '2007', 'doc_title': 'watson-reports-positive-findings-for-prostate-drug-update1-'} ``` Entities: ```json {'doc_id': '806fe637ed51e03d9ef7a8889fc84f63f8fc8569', 'sent_num': 9, 'sentence': 'Spain and Portugal together accounted for 45\npercent of group profit in 2010.', 'doc_title': 'bbva-may-post-lower-first-quarter-profit-hurt-by-spain-decline', 'spans': {'Score': [0.7858654856681824, 0.7856822609901428, 0.9990736246109009, 0.999079704284668], 'Type': ['ORGANIZATION', 'ORGANIZATION', 'QUANTITY', 'DATE'], 'Text': ['Spain', 'Portugal', '45\npercent', '2010'], 'BeginOffset': [0, 10, 42, 72], 'EndOffset': [5, 18, 52, 76]}, 'tags': {'tokens': ['Spain', 'Spain', 'and', 'Portugal', 'Spain', 'and', 'Portugal', 'together', 'accounted', 'for', '45', '\n', 'percent', 'Spain', 'and', 'Portugal', 'together', 'accounted', 'for', '45', '\n', 'percent', 'of', 'group', 'profit', 'in', '2010', '.'], 'raw_tags': ['U-ORG', 'O', 'O', 'U-ORG', 'O', 'O', 'O', 'O', 'O', 'O', 'B-QTY', 'I-QTY', 'L-QTY', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'U-DATE', 'O'], 'ner_tags': [23, 36, 36, 23, 36, 36, 36, 36, 36, 36, 28, 29, 30, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 3, 36]}} ``` ### Data splits | name |train| |---------|----:| |entities|3515149| |articles|446809| ### Citation Information ``` @misc{imvladikon2023bb_news_weak_ner, author = {Gurevich, Vladimir}, title = {Weakly Labelled Large English NER corpus}, year = {2022}, howpublished = \url{https://huggingface.co/datasets/imvladikon/english_news_weak_ner}, } ```
imvladikon/english_news_weak_ner
[ "task_categories:token-classification", "size_categories:1M<n<10M", "language:en", "region:us" ]
2023-11-11T11:32:59+00:00
{"language": ["en"], "size_categories": ["1M<n<10M"], "task_categories": ["token-classification"], "dataset_info": [{"config_name": "articles", "features": [{"name": "title", "dtype": "string"}, {"name": "author", "dtype": "string"}, {"name": "datetime", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "month", "dtype": "string"}, {"name": "day", "dtype": "string"}, {"name": "doc_id", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "year", "dtype": "string"}, {"name": "doc_title", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1313871812, "num_examples": 446809}], "download_size": 791316510, "dataset_size": 1313871812}, {"config_name": "entities", "features": [{"name": "doc_id", "dtype": "string"}, {"name": "sent_num", "dtype": "int32"}, {"name": "sentence", "dtype": "string"}, {"name": "doc_title", "dtype": "string"}, {"name": "score", "sequence": "float32"}, {"name": "entity_type", "sequence": "string"}, {"name": "entity_text", "sequence": "string"}, {"name": "start_char", "sequence": "int32"}, {"name": "end_char", "sequence": "int32"}, {"name": "tokens", "sequence": "string"}, {"name": "raw_tags", "sequence": "string"}, {"name": "ner_tags", "sequence": {"class_label": {"names": {"0": "B-DATE", "1": "I-DATE", "2": "L-DATE", "3": "U-DATE", "4": "B-DUC", "5": "I-DUC", "6": "L-DUC", "7": "U-DUC", "8": "B-EVE", "9": "I-EVE", "10": "L-EVE", "11": "U-EVE", "12": "B-LOC", "13": "I-LOC", "14": "L-LOC", "15": "U-LOC", "16": "B-MISC", "17": "I-MISC", "18": "L-MISC", "19": "U-MISC", "20": "B-ORG", "21": "I-ORG", "22": "L-ORG", "23": "U-ORG", "24": "B-PER", "25": "I-PER", "26": "L-PER", "27": "U-PER", "28": "B-QTY", "29": "I-QTY", "30": "L-QTY", "31": "U-QTY", "32": "B-TTL", "33": "I-TTL", "34": "L-TTL", "35": "U-TTL", "36": "O"}}}}], "splits": [{"name": "train", "num_bytes": 3665237140, "num_examples": 3515149}], "download_size": 966462235, "dataset_size": 3665237140}], "configs": [{"config_name": "articles", "data_files": [{"split": "train", "path": "articles/train-*"}]}, {"config_name": "entities", "data_files": [{"split": "train", "path": "entities/train-*"}]}]}
2023-11-12T07:36:46+00:00
[]
[ "en" ]
TAGS #task_categories-token-classification #size_categories-1M<n<10M #language-English #region-us
Large Weak Labelled NER corpus ============================== ### Dataset Summary The dataset is generated through weak labelling of the scraped and preprocessed news corpus (bloomberg's news). so, only to research purpose. In order of the tokenization, news were splitted into sentences using 'nltk.PunktSentenceTokenizer' (so, sometimes, tokenization might be not perfect) ### Usage #### NER tags Tags description: * O Outside of a named entity * PER Person * LOC Location * ORG Organization * MISC Miscellaneous * DATE Date and time expression * QTY Quantity * EVE Event * TTL Title * DUC Commercial item Tags: Tags statistics: #### Sample: !display Articles: Entities: ### Data splits
[ "### Dataset Summary\n\n\nThe dataset is generated through weak labelling of the scraped and preprocessed news corpus (bloomberg's news). so, only to research purpose.\nIn order of the tokenization, news were splitted into sentences using 'nltk.PunktSentenceTokenizer' (so, sometimes, tokenization might be not perfect)", "### Usage", "#### NER tags\n\n\nTags description:\n\n\n* O Outside of a named entity\n* PER Person\n* LOC Location\n* ORG Organization\n* MISC Miscellaneous\n* DATE Date and time expression\n* QTY Quantity\n* EVE Event\n* TTL Title\n* DUC Commercial item\n\n\nTags:\n\n\nTags statistics:", "#### Sample:\n\n\n!display\n\n\nArticles:\n\n\nEntities:", "### Data splits" ]
[ "TAGS\n#task_categories-token-classification #size_categories-1M<n<10M #language-English #region-us \n", "### Dataset Summary\n\n\nThe dataset is generated through weak labelling of the scraped and preprocessed news corpus (bloomberg's news). so, only to research purpose.\nIn order of the tokenization, news were splitted into sentences using 'nltk.PunktSentenceTokenizer' (so, sometimes, tokenization might be not perfect)", "### Usage", "#### NER tags\n\n\nTags description:\n\n\n* O Outside of a named entity\n* PER Person\n* LOC Location\n* ORG Organization\n* MISC Miscellaneous\n* DATE Date and time expression\n* QTY Quantity\n* EVE Event\n* TTL Title\n* DUC Commercial item\n\n\nTags:\n\n\nTags statistics:", "#### Sample:\n\n\n!display\n\n\nArticles:\n\n\nEntities:", "### Data splits" ]
64384b45d0885c47b2d236f1ff2bbf607332dee4
There is also a version with classLabels here: 2ndBestKiller/DrugTestWithClassLabels The set consists of a mix of german wikipedia articles, medical guidelines, medication analyses, patient informations and AI generated text. The dataset has been auto annotated with a phrase matcher (exact matching) with a list of all avaivable medical substances in germany as listed by the BfArM (though it does not include brand names). Annotations have not been checked manually!
2ndBestKiller/DrugTest
[ "task_categories:token-classification", "size_categories:1K<n<10K", "language:de", "license:unknown", "medical", "region:us" ]
2023-11-11T11:34:39+00:00
{"language": ["de"], "license": "unknown", "size_categories": ["1K<n<10K"], "task_categories": ["token-classification"], "tags": ["medical"]}
2023-11-30T22:11:36+00:00
[]
[ "de" ]
TAGS #task_categories-token-classification #size_categories-1K<n<10K #language-German #license-unknown #medical #region-us
There is also a version with classLabels here: 2ndBestKiller/DrugTestWithClassLabels The set consists of a mix of german wikipedia articles, medical guidelines, medication analyses, patient informations and AI generated text. The dataset has been auto annotated with a phrase matcher (exact matching) with a list of all avaivable medical substances in germany as listed by the BfArM (though it does not include brand names). Annotations have not been checked manually!
[]
[ "TAGS\n#task_categories-token-classification #size_categories-1K<n<10K #language-German #license-unknown #medical #region-us \n" ]
7849308ae6ca941c1d05af81e6a9873a353483c5
# Bangumi Image Base of Stringendo: Angel-tachi No Private Lesson This is the image base of bangumi Stringendo: Angel-tachi no Private Lesson, we detected 15 characters, 956 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview: | # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 | |:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------| | 0 | 123 | [Download](0/dataset.zip) | ![preview 1](0/preview_1.png) | ![preview 2](0/preview_2.png) | ![preview 3](0/preview_3.png) | ![preview 4](0/preview_4.png) | ![preview 5](0/preview_5.png) | ![preview 6](0/preview_6.png) | ![preview 7](0/preview_7.png) | ![preview 8](0/preview_8.png) | | 1 | 41 | [Download](1/dataset.zip) | ![preview 1](1/preview_1.png) | ![preview 2](1/preview_2.png) | ![preview 3](1/preview_3.png) | ![preview 4](1/preview_4.png) | ![preview 5](1/preview_5.png) | ![preview 6](1/preview_6.png) | ![preview 7](1/preview_7.png) | ![preview 8](1/preview_8.png) | | 2 | 30 | [Download](2/dataset.zip) | ![preview 1](2/preview_1.png) | ![preview 2](2/preview_2.png) | ![preview 3](2/preview_3.png) | ![preview 4](2/preview_4.png) | ![preview 5](2/preview_5.png) | ![preview 6](2/preview_6.png) | ![preview 7](2/preview_7.png) | ![preview 8](2/preview_8.png) | | 3 | 175 | [Download](3/dataset.zip) | ![preview 1](3/preview_1.png) | ![preview 2](3/preview_2.png) | ![preview 3](3/preview_3.png) | ![preview 4](3/preview_4.png) | ![preview 5](3/preview_5.png) | ![preview 6](3/preview_6.png) | ![preview 7](3/preview_7.png) | ![preview 8](3/preview_8.png) | | 4 | 82 | [Download](4/dataset.zip) | ![preview 1](4/preview_1.png) | ![preview 2](4/preview_2.png) | ![preview 3](4/preview_3.png) | ![preview 4](4/preview_4.png) | ![preview 5](4/preview_5.png) | ![preview 6](4/preview_6.png) | ![preview 7](4/preview_7.png) | ![preview 8](4/preview_8.png) | | 5 | 80 | [Download](5/dataset.zip) | ![preview 1](5/preview_1.png) | ![preview 2](5/preview_2.png) | ![preview 3](5/preview_3.png) | ![preview 4](5/preview_4.png) | ![preview 5](5/preview_5.png) | ![preview 6](5/preview_6.png) | ![preview 7](5/preview_7.png) | ![preview 8](5/preview_8.png) | | 6 | 75 | [Download](6/dataset.zip) | ![preview 1](6/preview_1.png) | ![preview 2](6/preview_2.png) | ![preview 3](6/preview_3.png) | ![preview 4](6/preview_4.png) | ![preview 5](6/preview_5.png) | ![preview 6](6/preview_6.png) | ![preview 7](6/preview_7.png) | ![preview 8](6/preview_8.png) | | 7 | 22 | [Download](7/dataset.zip) | ![preview 1](7/preview_1.png) | ![preview 2](7/preview_2.png) | ![preview 3](7/preview_3.png) | ![preview 4](7/preview_4.png) | ![preview 5](7/preview_5.png) | ![preview 6](7/preview_6.png) | ![preview 7](7/preview_7.png) | ![preview 8](7/preview_8.png) | | 8 | 20 | [Download](8/dataset.zip) | ![preview 1](8/preview_1.png) | ![preview 2](8/preview_2.png) | ![preview 3](8/preview_3.png) | ![preview 4](8/preview_4.png) | ![preview 5](8/preview_5.png) | ![preview 6](8/preview_6.png) | ![preview 7](8/preview_7.png) | ![preview 8](8/preview_8.png) | | 9 | 112 | [Download](9/dataset.zip) | ![preview 1](9/preview_1.png) | ![preview 2](9/preview_2.png) | ![preview 3](9/preview_3.png) | ![preview 4](9/preview_4.png) | ![preview 5](9/preview_5.png) | ![preview 6](9/preview_6.png) | ![preview 7](9/preview_7.png) | ![preview 8](9/preview_8.png) | | 10 | 17 | [Download](10/dataset.zip) | ![preview 1](10/preview_1.png) | ![preview 2](10/preview_2.png) | ![preview 3](10/preview_3.png) | ![preview 4](10/preview_4.png) | ![preview 5](10/preview_5.png) | ![preview 6](10/preview_6.png) | ![preview 7](10/preview_7.png) | ![preview 8](10/preview_8.png) | | 11 | 33 | [Download](11/dataset.zip) | ![preview 1](11/preview_1.png) | ![preview 2](11/preview_2.png) | ![preview 3](11/preview_3.png) | ![preview 4](11/preview_4.png) | ![preview 5](11/preview_5.png) | ![preview 6](11/preview_6.png) | ![preview 7](11/preview_7.png) | ![preview 8](11/preview_8.png) | | 12 | 10 | [Download](12/dataset.zip) | ![preview 1](12/preview_1.png) | ![preview 2](12/preview_2.png) | ![preview 3](12/preview_3.png) | ![preview 4](12/preview_4.png) | ![preview 5](12/preview_5.png) | ![preview 6](12/preview_6.png) | ![preview 7](12/preview_7.png) | ![preview 8](12/preview_8.png) | | 13 | 46 | [Download](13/dataset.zip) | ![preview 1](13/preview_1.png) | ![preview 2](13/preview_2.png) | ![preview 3](13/preview_3.png) | ![preview 4](13/preview_4.png) | ![preview 5](13/preview_5.png) | ![preview 6](13/preview_6.png) | ![preview 7](13/preview_7.png) | ![preview 8](13/preview_8.png) | | noise | 90 | [Download](-1/dataset.zip) | ![preview 1](-1/preview_1.png) | ![preview 2](-1/preview_2.png) | ![preview 3](-1/preview_3.png) | ![preview 4](-1/preview_4.png) | ![preview 5](-1/preview_5.png) | ![preview 6](-1/preview_6.png) | ![preview 7](-1/preview_7.png) | ![preview 8](-1/preview_8.png) |
BangumiBase/stringendoangeltachinoprivatelesson
[ "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-11T11:36:49+00:00
{"license": "mit", "size_categories": ["n<1K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-11T12:07:42+00:00
[]
[]
TAGS #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Stringendo: Angel-tachi No Private Lesson =============================================================== This is the image base of bangumi Stringendo: Angel-tachi no Private Lesson, we detected 15 characters, 956 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview:
[]
[ "TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
644c81e7af534faaf9614a845d4d5c464d1b8bf0
# Bangumi Image Base of Eroge! H Mo Game Mo Kaihatsu Zanmai This is the image base of bangumi Eroge! H mo Game mo Kaihatsu Zanmai, we detected 8 characters, 809 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview: | # | Images | Download | Preview 1 | Preview 2 | Preview 3 | Preview 4 | Preview 5 | Preview 6 | Preview 7 | Preview 8 | |:------|---------:|:---------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------|:-------------------------------| | 0 | 236 | [Download](0/dataset.zip) | ![preview 1](0/preview_1.png) | ![preview 2](0/preview_2.png) | ![preview 3](0/preview_3.png) | ![preview 4](0/preview_4.png) | ![preview 5](0/preview_5.png) | ![preview 6](0/preview_6.png) | ![preview 7](0/preview_7.png) | ![preview 8](0/preview_8.png) | | 1 | 64 | [Download](1/dataset.zip) | ![preview 1](1/preview_1.png) | ![preview 2](1/preview_2.png) | ![preview 3](1/preview_3.png) | ![preview 4](1/preview_4.png) | ![preview 5](1/preview_5.png) | ![preview 6](1/preview_6.png) | ![preview 7](1/preview_7.png) | ![preview 8](1/preview_8.png) | | 2 | 68 | [Download](2/dataset.zip) | ![preview 1](2/preview_1.png) | ![preview 2](2/preview_2.png) | ![preview 3](2/preview_3.png) | ![preview 4](2/preview_4.png) | ![preview 5](2/preview_5.png) | ![preview 6](2/preview_6.png) | ![preview 7](2/preview_7.png) | ![preview 8](2/preview_8.png) | | 3 | 163 | [Download](3/dataset.zip) | ![preview 1](3/preview_1.png) | ![preview 2](3/preview_2.png) | ![preview 3](3/preview_3.png) | ![preview 4](3/preview_4.png) | ![preview 5](3/preview_5.png) | ![preview 6](3/preview_6.png) | ![preview 7](3/preview_7.png) | ![preview 8](3/preview_8.png) | | 4 | 8 | [Download](4/dataset.zip) | ![preview 1](4/preview_1.png) | ![preview 2](4/preview_2.png) | ![preview 3](4/preview_3.png) | ![preview 4](4/preview_4.png) | ![preview 5](4/preview_5.png) | ![preview 6](4/preview_6.png) | ![preview 7](4/preview_7.png) | ![preview 8](4/preview_8.png) | | 5 | 8 | [Download](5/dataset.zip) | ![preview 1](5/preview_1.png) | ![preview 2](5/preview_2.png) | ![preview 3](5/preview_3.png) | ![preview 4](5/preview_4.png) | ![preview 5](5/preview_5.png) | ![preview 6](5/preview_6.png) | ![preview 7](5/preview_7.png) | ![preview 8](5/preview_8.png) | | 6 | 6 | [Download](6/dataset.zip) | ![preview 1](6/preview_1.png) | ![preview 2](6/preview_2.png) | ![preview 3](6/preview_3.png) | ![preview 4](6/preview_4.png) | ![preview 5](6/preview_5.png) | ![preview 6](6/preview_6.png) | N/A | N/A | | noise | 256 | [Download](-1/dataset.zip) | ![preview 1](-1/preview_1.png) | ![preview 2](-1/preview_2.png) | ![preview 3](-1/preview_3.png) | ![preview 4](-1/preview_4.png) | ![preview 5](-1/preview_5.png) | ![preview 6](-1/preview_6.png) | ![preview 7](-1/preview_7.png) | ![preview 8](-1/preview_8.png) |
BangumiBase/erogehmogamemokaihatsuzanmai
[ "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-11T11:37:14+00:00
{"license": "mit", "size_categories": ["n<1K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T05:37:59+00:00
[]
[]
TAGS #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Eroge! H Mo Game Mo Kaihatsu Zanmai ========================================================= This is the image base of bangumi Eroge! H mo Game mo Kaihatsu Zanmai, we detected 8 characters, 809 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to manually train models using this dataset, we recommend performing necessary preprocessing on the downloaded dataset to eliminate potential noisy samples (approximately 1% probability). Here is the characters' preview:
[]
[ "TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
f7c4d3768857f961b88d21a48f061ae88c660bf8
# Dataset Card for "music_caps_4sec_wave_type_classical" This is MusicCaps Dataset classified as "classical" using distilhubert fintuned for GTZAN datasets. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mb23/music_caps_4sec_wave_type_classical
[ "size_categories:1K<n<10K", "language:en", "license:cc-by-sa-4.0", "region:us" ]
2023-11-11T11:45:31+00:00
{"language": ["en"], "license": "cc-by-sa-4.0", "size_categories": ["1K<n<10K"], "dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 44100}}}, {"name": "caption", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1873285517, "num_examples": 5305}], "download_size": 1863602080, "dataset_size": 1873285517}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-16T23:44:36+00:00
[]
[ "en" ]
TAGS #size_categories-1K<n<10K #language-English #license-cc-by-sa-4.0 #region-us
# Dataset Card for "music_caps_4sec_wave_type_classical" This is MusicCaps Dataset classified as "classical" using distilhubert fintuned for GTZAN datasets. More Information needed
[ "# Dataset Card for \"music_caps_4sec_wave_type_classical\"\n\nThis is MusicCaps Dataset classified as \"classical\" using distilhubert fintuned for GTZAN datasets.\n\nMore Information needed" ]
[ "TAGS\n#size_categories-1K<n<10K #language-English #license-cc-by-sa-4.0 #region-us \n", "# Dataset Card for \"music_caps_4sec_wave_type_classical\"\n\nThis is MusicCaps Dataset classified as \"classical\" using distilhubert fintuned for GTZAN datasets.\n\nMore Information needed" ]
2ed6444c646cd6bbef71085f45b8a0ff476c3031
bad information to answer
MagicBoy/badinfo
[ "region:us" ]
2023-11-11T12:03:48+00:00
{}
2023-11-12T06:10:53+00:00
[]
[]
TAGS #region-us
bad information to answer
[]
[ "TAGS\n#region-us \n" ]
7a9959e2152f583d8d106234700b91c27aa0afda
# Dataset Card for "gpt4_evol_1.3k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
maywell/gpt4_evol_1.3k
[ "region:us" ]
2023-11-11T12:22:13+00:00
{"dataset_info": {"features": [{"name": "answer", "dtype": "string"}, {"name": "question", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3467056, "num_examples": 1316}], "download_size": 1918245, "dataset_size": 3467056}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T12:22:15+00:00
[]
[]
TAGS #region-us
# Dataset Card for "gpt4_evol_1.3k" More Information needed
[ "# Dataset Card for \"gpt4_evol_1.3k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"gpt4_evol_1.3k\"\n\nMore Information needed" ]
1e3753bf705f567b1a848a1668e817579dc0f065
# Dataset Card for "igorlink-chatbot" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
iashchak/igorlink-chatbot
[ "region:us" ]
2023-11-11T12:27:01+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "__index_level_0__", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 4492053, "num_examples": 3732}], "download_size": 1766970, "dataset_size": 4492053}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T19:22:00+00:00
[]
[]
TAGS #region-us
# Dataset Card for "igorlink-chatbot" More Information needed
[ "# Dataset Card for \"igorlink-chatbot\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"igorlink-chatbot\"\n\nMore Information needed" ]
c53dc0007d8961168ca4c3b39aae19220cd292e7
# Dataset Card for "aug_math" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
PaulTran/aug_math
[ "region:us" ]
2023-11-11T12:37:48+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "answer", "dtype": "string"}, {"name": "explanation", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "choices", "sequence": "string"}], "splits": [{"name": "train", "num_bytes": 7274009, "num_examples": 28386}], "download_size": 630837, "dataset_size": 7274009}}
2023-11-11T12:39:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "aug_math" More Information needed
[ "# Dataset Card for \"aug_math\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"aug_math\"\n\nMore Information needed" ]
05c6882eb97dc3fcee941c00d9c11d1a8ef5d644
# Dataset Card for "invoice" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
quccili/invoice
[ "region:us" ]
2023-11-11T12:59:26+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "ground_truth", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 14986534.0, "num_examples": 18}, {"name": "validation", "num_bytes": 14986534.0, "num_examples": 18}, {"name": "test", "num_bytes": 14986534.0, "num_examples": 18}], "download_size": 39577947, "dataset_size": 44959602.0}}
2023-11-11T12:59:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "invoice" More Information needed
[ "# Dataset Card for \"invoice\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"invoice\"\n\nMore Information needed" ]
f0782889f68627e91a2ef2959f25e0f26ddb000b
# Dataset Card for "airoboros-3.1-no-mathjson-max-1k" This is a modified version of 'jondurbin/airoboros-3.1' dataset: - mathjson instances excluded - Length of input+ouput+special_tokens is limited to 1024 tokens. (llama chat format is assumed)
habanoz/airoboros-3.1-no-mathjson-max-1k
[ "region:us" ]
2023-11-11T13:21:11+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "conversations", "list": [{"name": "from", "dtype": "string"}, {"name": "value", "dtype": "string"}]}, {"name": "category", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 40852711.20890598, "num_examples": 20180}], "download_size": 6394016, "dataset_size": 40852711.20890598}}
2023-11-11T13:24:48+00:00
[]
[]
TAGS #region-us
# Dataset Card for "airoboros-3.1-no-mathjson-max-1k" This is a modified version of 'jondurbin/airoboros-3.1' dataset: - mathjson instances excluded - Length of input+ouput+special_tokens is limited to 1024 tokens. (llama chat format is assumed)
[ "# Dataset Card for \"airoboros-3.1-no-mathjson-max-1k\"\n\nThis is a modified version of 'jondurbin/airoboros-3.1' dataset:\n\n- mathjson instances excluded\n- Length of input+ouput+special_tokens is limited to 1024 tokens. (llama chat format is assumed)" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"airoboros-3.1-no-mathjson-max-1k\"\n\nThis is a modified version of 'jondurbin/airoboros-3.1' dataset:\n\n- mathjson instances excluded\n- Length of input+ouput+special_tokens is limited to 1024 tokens. (llama chat format is assumed)" ]
7863e656254287fe0bfe09cb39fc0a2cb4c91cfd
# Dataset Card for MultiPL-C2C ## Dataset Description - **Repository:** https://github.com/PootieT/explain-then-translate - **Paper:** https://openreview.net/forum?id=uyUO80sbm0 - **Point of Contact:** [email protected] ## Dataset Summary MultiPL-C2C is a dataset for evaluating large language models for code translation between any of the 19 programming languages. It is an extension from MultiPL-E dataset, which takes the OpenAI "HumanEval" and the MBPP Python benchmarks and uses little compilers to translate them to other languages. On top of MultiPL-E, it is easy to add support for new languages and benchmarks. For MultiPL-C2C, we release only the subset for HumanEval. ## Subsets To evaluate program translation with MultiPL-C2C, you need mainly three arguments: *SRC_LANG*, *TGT_LANG*, and *EXP*. We use the canonical file extension for each language to identify the language, e.g., "py" for Python, "cpp" for C++, "lua" for Lua, and so on. *EXP* specifies what type of prompting is done for the translation: `direct` is direct translation. {`exp`, `exp-lbl`, `exp-lbl-d`} are other explain-then-translate method. See paper for detailed description. Our paper ["explain-then-translate"](https://openreview.net/forum?id=uyUO80sbm0) explores a Chain-of-Thought like 2-stage prompting methods to improve 0-shot translation accuracy. We also provide a few other variations: - *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5* is the same as *SRCDATA-SRC_LANG-TGT_LANG-EXP*, but are the prompts we used to evaluated GPT-3.5 in March 2023. For example, in Python-to-X direction, we cached Python-Java intermediate generations (explanations), and reused them in other Python-to-X directions. - *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5exp* is a step further to control reproducibility for our experiments on top of *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*. We additionally cached all intermediate generations (explanations) in the prompts. Different from *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*, translation direction such as `Lua-Python` will have explanations generated by GPT-3.5 Note that we did not experiment with MBPP even thought it is available with MultiPL-E. Feel free to PR and we can include them to further improve code-translation datasets. ## Example The following script uses the Salesforce/codegen model to translate Python-Lua and MultiPL-E to produce a script with unit tests for luaunit. ```python import datasets from transformers import AutoTokenizer, AutoModelForCausalLM SRC_LANG = "py" TGT_LANG = "lua" EXP = "direct" MODEL_NAME = "Salesforce/codegen-350M-multi" TOFILL_TOKEN = "{{{TOFILL}}}" tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME) model = AutoModelForCausalLM.from_pretrained(MODEL_NAME).half().cuda() problems = datasets.load_dataset("zilu-peter-tang/MultiPL-C2C", f"humaneval-{SRC_LANG}-{TGT_LANG}-{EXP}") def stop_at_stop_token(decoded_string, problem): """ Truncates the output at stop tokens, taking care to skip the prompt which may have stop tokens. """ min_stop_index = len(decoded_string) for stop_token in problem["stop_tokens"]: stop_index = decoded_string.find(stop_token, len(problem["translation_prompt"])) if stop_index != -1 and stop_index < min_stop_index: min_stop_index = stop_index return decoded_string[:min_stop_index] def generate(problem, tokenizer, model): input_ids = tokenizer( problem["translation_prompt"], return_tensors="pt", ).input_ids.cuda() generated_ids = model.generate( input_ids, max_length=512, pad_token_id=tokenizer.eos_token_id + 2 ) truncated_string = stop_at_stop_token(tokenizer.decode(generated_ids[0]), problem) return truncated_string for problem in problems["test"]: # generate each intermediate steps (explanation) sequentially, if any stop = problem["stop_tokens"] prompt = problem["translation_prompt"] while TOFILL_TOKEN in problem["translation_prompt"]: incomplete_prompt = prompt[:prompt.find(TOFILL_TOKEN)] problem["stop_tokens"] = ["\n#"] problem["translation_prompt"] = incomplete_prompt intermediate_completion = generate(problem, tokenizer, model).replace(incomplete_prompt, "") prompt = prompt.replace(TOFILL_TOKEN, intermediate_completion, 1) # finally generate translation problem["translation_prompt"] = prompt problem["stop_tokens"] = stop completion = generate(problem, tokenizer, model).replace(prompt, "") filename = problem["name"] + "-" + SRC_LANG + "-" + TGT_LANG + "." + TGT_LANG with open(filename, "w") as f: print(f"Created {filename}") f.write(problem["prompt"]) f.write(completion) f.write("\n") f.write(problem["tests"]) ``` Depending on the quality of the model, you may or may not find some extraneous natural langauge or program commands at the end of the generated functions. To trim them using programmatic rules, see our [repo](https://github.com/PootieT/explain-then-translate/blob/main/MultiPL-C2C/inference/__main__.py) for a more detailed inference script that takes care of this in post-processing. For few shot examples checkout our all other translation prompts used [here](https://github.com/PootieT/explain-then-translate/tree/main/MultiPL-C2C/translation_prompts/translation_prompts_chatgpt_with_explanation)
zilu-peter-tang/MultiPL-C2C
[ "license:mit", "region:us" ]
2023-11-11T13:37:02+00:00
{"license": "mit", "dataset_info": [{"config_name": "humaneval-cpp-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 323975, "num_examples": 148}], "download_size": 370379, "dataset_size": 323975}, {"config_name": "humaneval-cpp-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 369855, "num_examples": 148}], "download_size": 417147, "dataset_size": 369855}, {"config_name": "humaneval-cpp-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228556, "num_examples": 146}], "download_size": 274393, "dataset_size": 228556}, {"config_name": "humaneval-cpp-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273670, "num_examples": 146}], "download_size": 320383, "dataset_size": 273670}, {"config_name": "humaneval-cpp-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 266725, "num_examples": 145}], "download_size": 318988, "dataset_size": 266725}, {"config_name": "humaneval-cpp-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 311675, "num_examples": 145}], "download_size": 364808, "dataset_size": 311675}, {"config_name": "humaneval-cpp-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 301674, "num_examples": 148}], "download_size": 346400, "dataset_size": 301674}, {"config_name": "humaneval-cpp-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 347850, "num_examples": 148}], "download_size": 393464, "dataset_size": 347850}, {"config_name": "humaneval-cpp-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180272, "num_examples": 148}], "download_size": 223520, "dataset_size": 180272}, {"config_name": "humaneval-cpp-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226596, "num_examples": 148}], "download_size": 270732, "dataset_size": 226596}, {"config_name": "humaneval-cpp-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194639, "num_examples": 149}], "download_size": 239420, "dataset_size": 194639}, {"config_name": "humaneval-cpp-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 242021, "num_examples": 149}], "download_size": 287696, "dataset_size": 242021}, {"config_name": "humaneval-cpp-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202873, "num_examples": 149}], "download_size": 244832, "dataset_size": 202873}, {"config_name": "humaneval-cpp-lua-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208982, "num_examples": 149}], "download_size": 251239, "dataset_size": 208982}, {"config_name": "humaneval-cpp-lua-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208982, "num_examples": 149}], "download_size": 251239, "dataset_size": 208982}, {"config_name": "humaneval-cpp-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249212, "num_examples": 149}], "download_size": 292065, "dataset_size": 249212}, {"config_name": "humaneval-cpp-lua-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236398, "num_examples": 149}], "download_size": 279251, "dataset_size": 236398}, {"config_name": "humaneval-cpp-lua-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 299368, "num_examples": 149}], "download_size": 342412, "dataset_size": 299368}, {"config_name": "humaneval-cpp-lua-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260089, "num_examples": 149}], "download_size": 302942, "dataset_size": 260089}, {"config_name": "humaneval-cpp-lua-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 498101, "num_examples": 149}], "download_size": 543921, "dataset_size": 498101}, {"config_name": "humaneval-cpp-lua-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238484, "num_examples": 149}], "download_size": 281337, "dataset_size": 238484}, {"config_name": "humaneval-cpp-lua-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 402215, "num_examples": 149}], "download_size": 447326, "dataset_size": 402215}, {"config_name": "humaneval-cpp-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 233624, "num_examples": 149}], "download_size": 280652, "dataset_size": 233624}, {"config_name": "humaneval-cpp-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 279963, "num_examples": 149}], "download_size": 327885, "dataset_size": 279963}, {"config_name": "humaneval-cpp-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297359, "num_examples": 149}], "download_size": 349118, "dataset_size": 297359}, {"config_name": "humaneval-cpp-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 343847, "num_examples": 149}], "download_size": 396500, "dataset_size": 343847}, {"config_name": "humaneval-cpp-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 190944, "num_examples": 149}], "download_size": 233686, "dataset_size": 190944}, {"config_name": "humaneval-cpp-py-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197947, "num_examples": 149}], "download_size": 240987, "dataset_size": 197947}, {"config_name": "humaneval-cpp-py-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197947, "num_examples": 149}], "download_size": 240987, "dataset_size": 197947}, {"config_name": "humaneval-cpp-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 237730, "num_examples": 149}], "download_size": 281366, "dataset_size": 237730}, {"config_name": "humaneval-cpp-py-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 224916, "num_examples": 149}], "download_size": 268552, "dataset_size": 224916}, {"config_name": "humaneval-cpp-py-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 301055, "num_examples": 149}], "download_size": 344987, "dataset_size": 301055}, {"config_name": "humaneval-cpp-py-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248607, "num_examples": 149}], "download_size": 292243, "dataset_size": 248607}, {"config_name": "humaneval-cpp-py-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 454469, "num_examples": 149}], "download_size": 500376, "dataset_size": 454469}, {"config_name": "humaneval-cpp-py-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227002, "num_examples": 149}], "download_size": 270638, "dataset_size": 227002}, {"config_name": "humaneval-cpp-py-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 378207, "num_examples": 149}], "download_size": 423441, "dataset_size": 378207}, {"config_name": "humaneval-cpp-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 254398, "num_examples": 149}], "download_size": 295016, "dataset_size": 254398}, {"config_name": "humaneval-cpp-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 300439, "num_examples": 149}], "download_size": 341951, "dataset_size": 300439}, {"config_name": "humaneval-cpp-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199246, "num_examples": 149}], "download_size": 243580, "dataset_size": 199246}, {"config_name": "humaneval-cpp-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 245734, "num_examples": 149}], "download_size": 290962, "dataset_size": 245734}, {"config_name": "humaneval-cpp-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202983, "num_examples": 149}], "download_size": 248062, "dataset_size": 202983}, {"config_name": "humaneval-cpp-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249769, "num_examples": 149}], "download_size": 295742, "dataset_size": 249769}, {"config_name": "humaneval-cpp-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 195653, "num_examples": 146}], "download_size": 235797, "dataset_size": 195653}, {"config_name": "humaneval-cpp-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 241205, "num_examples": 146}], "download_size": 282225, "dataset_size": 241205}, {"config_name": "humaneval-cpp-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 245856, "num_examples": 149}], "download_size": 287955, "dataset_size": 245856}, {"config_name": "humaneval-cpp-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 292493, "num_examples": 149}], "download_size": 335486, "dataset_size": 292493}, {"config_name": "humaneval-cpp-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185420, "num_examples": 146}], "download_size": 232965, "dataset_size": 185420}, {"config_name": "humaneval-cpp-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 230972, "num_examples": 146}], "download_size": 279393, "dataset_size": 230972}, {"config_name": "humaneval-cpp-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226396, "num_examples": 149}], "download_size": 269393, "dataset_size": 226396}, {"config_name": "humaneval-cpp-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273033, "num_examples": 149}], "download_size": 316924, "dataset_size": 273033}, {"config_name": "humaneval-cpp-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202239, "num_examples": 148}], "download_size": 246811, "dataset_size": 202239}, {"config_name": "humaneval-cpp-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249303, "num_examples": 148}], "download_size": 294763, "dataset_size": 249303}, {"config_name": "humaneval-cs-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 280216, "num_examples": 144}], "download_size": 322436, "dataset_size": 280216}, {"config_name": "humaneval-cs-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 324856, "num_examples": 144}], "download_size": 367940, "dataset_size": 324856}, {"config_name": "humaneval-cs-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 235080, "num_examples": 142}], "download_size": 279666, "dataset_size": 235080}, {"config_name": "humaneval-cs-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 278816, "num_examples": 142}], "download_size": 324254, "dataset_size": 278816}, {"config_name": "humaneval-cs-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 275866, "num_examples": 142}], "download_size": 327192, "dataset_size": 275866}, {"config_name": "humaneval-cs-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 319744, "num_examples": 142}], "download_size": 371922, "dataset_size": 319744}, {"config_name": "humaneval-cs-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 306842, "num_examples": 144}], "download_size": 350502, "dataset_size": 306842}, {"config_name": "humaneval-cs-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 351626, "num_examples": 144}], "download_size": 396150, "dataset_size": 351626}, {"config_name": "humaneval-cs-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 188340, "num_examples": 143}], "download_size": 230208, "dataset_size": 188340}, {"config_name": "humaneval-cs-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 232956, "num_examples": 143}], "download_size": 275682, "dataset_size": 232956}, {"config_name": "humaneval-cs-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202496, "num_examples": 144}], "download_size": 245868, "dataset_size": 202496}, {"config_name": "humaneval-cs-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248144, "num_examples": 144}], "download_size": 292380, "dataset_size": 248144}, {"config_name": "humaneval-cs-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 210442, "num_examples": 144}], "download_size": 251244, "dataset_size": 210442}, {"config_name": "humaneval-cs-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255082, "num_examples": 144}], "download_size": 296748, "dataset_size": 255082}, {"config_name": "humaneval-cs-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239806, "num_examples": 144}], "download_size": 285336, "dataset_size": 239806}, {"config_name": "humaneval-cs-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284446, "num_examples": 144}], "download_size": 330840, "dataset_size": 284446}, {"config_name": "humaneval-cs-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 300693, "num_examples": 144}], "download_size": 350600, "dataset_size": 300693}, {"config_name": "humaneval-cs-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 345477, "num_examples": 144}], "download_size": 396248, "dataset_size": 345477}, {"config_name": "humaneval-cs-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198578, "num_examples": 144}], "download_size": 240120, "dataset_size": 198578}, {"config_name": "humaneval-cs-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 243650, "num_examples": 144}], "download_size": 286056, "dataset_size": 243650}, {"config_name": "humaneval-cs-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260114, "num_examples": 144}], "download_size": 299620, "dataset_size": 260114}, {"config_name": "humaneval-cs-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304466, "num_examples": 144}], "download_size": 344836, "dataset_size": 304466}, {"config_name": "humaneval-cs-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 206956, "num_examples": 144}], "download_size": 249896, "dataset_size": 206956}, {"config_name": "humaneval-cs-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251740, "num_examples": 144}], "download_size": 295544, "dataset_size": 251740}, {"config_name": "humaneval-cs-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 210439, "num_examples": 144}], "download_size": 254099, "dataset_size": 210439}, {"config_name": "humaneval-cs-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255511, "num_examples": 144}], "download_size": 300035, "dataset_size": 255511}, {"config_name": "humaneval-cs-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 204182, "num_examples": 142}], "download_size": 243362, "dataset_size": 204182}, {"config_name": "humaneval-cs-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248344, "num_examples": 142}], "download_size": 288376, "dataset_size": 248344}, {"config_name": "humaneval-cs-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251450, "num_examples": 144}], "download_size": 292230, "dataset_size": 251450}, {"config_name": "humaneval-cs-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 296378, "num_examples": 144}], "download_size": 338022, "dataset_size": 296378}, {"config_name": "humaneval-cs-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193763, "num_examples": 141}], "download_size": 239923, "dataset_size": 193763}, {"config_name": "humaneval-cs-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 237614, "num_examples": 141}], "download_size": 284620, "dataset_size": 237614}, {"config_name": "humaneval-cs-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 233036, "num_examples": 144}], "download_size": 274680, "dataset_size": 233036}, {"config_name": "humaneval-cs-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277964, "num_examples": 144}], "download_size": 320472, "dataset_size": 277964}, {"config_name": "humaneval-cs-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 209691, "num_examples": 143}], "download_size": 252845, "dataset_size": 209691}, {"config_name": "humaneval-cs-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255022, "num_examples": 143}], "download_size": 299034, "dataset_size": 255022}, {"config_name": "humaneval-d-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202851, "num_examples": 116}], "download_size": 236152, "dataset_size": 202851}, {"config_name": "humaneval-d-cpp-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 207143, "num_examples": 116}], "download_size": 240676, "dataset_size": 207143}, {"config_name": "humaneval-d-cpp-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 207143, "num_examples": 116}], "download_size": 240676, "dataset_size": 207143}, {"config_name": "humaneval-d-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238695, "num_examples": 116}], "download_size": 272692, "dataset_size": 238695}, {"config_name": "humaneval-d-cpp-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228719, "num_examples": 116}], "download_size": 262716, "dataset_size": 228719}, {"config_name": "humaneval-d-cpp-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 305945, "num_examples": 116}], "download_size": 340220, "dataset_size": 305945}, {"config_name": "humaneval-d-cpp-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 247163, "num_examples": 116}], "download_size": 281160, "dataset_size": 247163}, {"config_name": "humaneval-d-cpp-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 370515, "num_examples": 116}], "download_size": 405883, "dataset_size": 370515}, {"config_name": "humaneval-d-cpp-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 230343, "num_examples": 116}], "download_size": 264340, "dataset_size": 230343}, {"config_name": "humaneval-d-cpp-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 333203, "num_examples": 116}], "download_size": 368158, "dataset_size": 333203}, {"config_name": "humaneval-d-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 242100, "num_examples": 116}], "download_size": 277887, "dataset_size": 242100}, {"config_name": "humaneval-d-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277828, "num_examples": 116}], "download_size": 314311, "dataset_size": 277828}, {"config_name": "humaneval-d-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199774, "num_examples": 116}], "download_size": 240963, "dataset_size": 199774}, {"config_name": "humaneval-d-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 235502, "num_examples": 116}], "download_size": 277387, "dataset_size": 235502}, {"config_name": "humaneval-d-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 224515, "num_examples": 116}], "download_size": 258976, "dataset_size": 224515}, {"config_name": "humaneval-d-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260475, "num_examples": 116}], "download_size": 295632, "dataset_size": 260475}, {"config_name": "humaneval-d-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 128375, "num_examples": 116}], "download_size": 161649, "dataset_size": 128375}, {"config_name": "humaneval-d-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164451, "num_examples": 116}], "download_size": 198421, "dataset_size": 164451}, {"config_name": "humaneval-d-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 137957, "num_examples": 116}], "download_size": 172186, "dataset_size": 137957}, {"config_name": "humaneval-d-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174613, "num_examples": 116}], "download_size": 209538, "dataset_size": 174613}, {"config_name": "humaneval-d-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 144363, "num_examples": 116}], "download_size": 176836, "dataset_size": 144363}, {"config_name": "humaneval-d-lua-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 148655, "num_examples": 116}], "download_size": 181360, "dataset_size": 148655}, {"config_name": "humaneval-d-lua-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 148655, "num_examples": 116}], "download_size": 181360, "dataset_size": 148655}, {"config_name": "humaneval-d-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180207, "num_examples": 116}], "download_size": 213376, "dataset_size": 180207}, {"config_name": "humaneval-d-lua-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170231, "num_examples": 116}], "download_size": 203400, "dataset_size": 170231}, {"config_name": "humaneval-d-lua-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 231707, "num_examples": 116}], "download_size": 265135, "dataset_size": 231707}, {"config_name": "humaneval-d-lua-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 188675, "num_examples": 116}], "download_size": 221844, "dataset_size": 188675}, {"config_name": "humaneval-d-lua-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 321378, "num_examples": 116}], "download_size": 355997, "dataset_size": 321378}, {"config_name": "humaneval-d-lua-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171855, "num_examples": 116}], "download_size": 205024, "dataset_size": 171855}, {"config_name": "humaneval-d-lua-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 264560, "num_examples": 116}], "download_size": 298586, "dataset_size": 264560}, {"config_name": "humaneval-d-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167393, "num_examples": 116}], "download_size": 203308, "dataset_size": 167393}, {"config_name": "humaneval-d-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203237, "num_examples": 116}], "download_size": 239848, "dataset_size": 203237}, {"config_name": "humaneval-d-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213993, "num_examples": 116}], "download_size": 253057, "dataset_size": 213993}, {"config_name": "humaneval-d-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249953, "num_examples": 116}], "download_size": 289713, "dataset_size": 249953}, {"config_name": "humaneval-d-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 135146, "num_examples": 116}], "download_size": 168227, "dataset_size": 135146}, {"config_name": "humaneval-d-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171338, "num_examples": 116}], "download_size": 205115, "dataset_size": 171338}, {"config_name": "humaneval-d-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184062, "num_examples": 116}], "download_size": 215491, "dataset_size": 184062}, {"config_name": "humaneval-d-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219674, "num_examples": 116}], "download_size": 251799, "dataset_size": 219674}, {"config_name": "humaneval-d-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 141465, "num_examples": 116}], "download_size": 175346, "dataset_size": 141465}, {"config_name": "humaneval-d-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 177425, "num_examples": 116}], "download_size": 212002, "dataset_size": 177425}, {"config_name": "humaneval-d-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 144308, "num_examples": 116}], "download_size": 178769, "dataset_size": 144308}, {"config_name": "humaneval-d-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180500, "num_examples": 116}], "download_size": 215657, "dataset_size": 180500}, {"config_name": "humaneval-d-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 140123, "num_examples": 116}], "download_size": 171456, "dataset_size": 140123}, {"config_name": "humaneval-d-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176083, "num_examples": 116}], "download_size": 208112, "dataset_size": 176083}, {"config_name": "humaneval-d-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178734, "num_examples": 116}], "download_size": 210875, "dataset_size": 178734}, {"config_name": "humaneval-d-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 214810, "num_examples": 116}], "download_size": 247647, "dataset_size": 214810}, {"config_name": "humaneval-d-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 130978, "num_examples": 113}], "download_size": 167504, "dataset_size": 130978}, {"config_name": "humaneval-d-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 166008, "num_examples": 113}], "download_size": 203212, "dataset_size": 166008}, {"config_name": "humaneval-d-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 162040, "num_examples": 116}], "download_size": 194877, "dataset_size": 162040}, {"config_name": "humaneval-d-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198116, "num_examples": 116}], "download_size": 231649, "dataset_size": 198116}, {"config_name": "humaneval-d-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 145375, "num_examples": 116}], "download_size": 179720, "dataset_size": 145375}, {"config_name": "humaneval-d-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 182031, "num_examples": 116}], "download_size": 217072, "dataset_size": 182031}, {"config_name": "humaneval-go-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178928, "num_examples": 103}], "download_size": 210043, "dataset_size": 178928}, {"config_name": "humaneval-go-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 210858, "num_examples": 103}], "download_size": 242591, "dataset_size": 210858}, {"config_name": "humaneval-go-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213396, "num_examples": 103}], "download_size": 246674, "dataset_size": 213396}, {"config_name": "humaneval-go-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 245223, "num_examples": 103}], "download_size": 279119, "dataset_size": 245223}, {"config_name": "humaneval-go-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 148397, "num_examples": 102}], "download_size": 181420, "dataset_size": 148397}, {"config_name": "humaneval-go-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 179813, "num_examples": 102}], "download_size": 213448, "dataset_size": 179813}, {"config_name": "humaneval-go-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198489, "num_examples": 103}], "download_size": 230634, "dataset_size": 198489}, {"config_name": "humaneval-go-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 230522, "num_examples": 103}], "download_size": 263285, "dataset_size": 230522}, {"config_name": "humaneval-go-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 113813, "num_examples": 103}], "download_size": 144945, "dataset_size": 113813}, {"config_name": "humaneval-go-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 145949, "num_examples": 103}], "download_size": 177699, "dataset_size": 145949}, {"config_name": "humaneval-go-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 122928, "num_examples": 103}], "download_size": 154867, "dataset_size": 122928}, {"config_name": "humaneval-go-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 155579, "num_examples": 103}], "download_size": 188136, "dataset_size": 155579}, {"config_name": "humaneval-go-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 128570, "num_examples": 103}], "download_size": 158893, "dataset_size": 128570}, {"config_name": "humaneval-go-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160500, "num_examples": 103}], "download_size": 191441, "dataset_size": 160500}, {"config_name": "humaneval-go-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 150094, "num_examples": 103}], "download_size": 183608, "dataset_size": 150094}, {"config_name": "humaneval-go-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 182024, "num_examples": 103}], "download_size": 216156, "dataset_size": 182024}, {"config_name": "humaneval-go-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193092, "num_examples": 103}], "download_size": 229652, "dataset_size": 193092}, {"config_name": "humaneval-go-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 225125, "num_examples": 103}], "download_size": 262303, "dataset_size": 225125}, {"config_name": "humaneval-go-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 119798, "num_examples": 103}], "download_size": 150642, "dataset_size": 119798}, {"config_name": "humaneval-go-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 152037, "num_examples": 103}], "download_size": 183499, "dataset_size": 152037}, {"config_name": "humaneval-go-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164308, "num_examples": 103}], "download_size": 193704, "dataset_size": 164308}, {"config_name": "humaneval-go-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196032, "num_examples": 103}], "download_size": 226046, "dataset_size": 196032}, {"config_name": "humaneval-go-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 126085, "num_examples": 103}], "download_size": 157715, "dataset_size": 126085}, {"config_name": "humaneval-go-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158118, "num_examples": 103}], "download_size": 190366, "dataset_size": 158118}, {"config_name": "humaneval-go-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 128420, "num_examples": 103}], "download_size": 160565, "dataset_size": 128420}, {"config_name": "humaneval-go-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160659, "num_examples": 103}], "download_size": 193422, "dataset_size": 160659}, {"config_name": "humaneval-go-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 123814, "num_examples": 102}], "download_size": 152912, "dataset_size": 123814}, {"config_name": "humaneval-go-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 155536, "num_examples": 102}], "download_size": 185246, "dataset_size": 155536}, {"config_name": "humaneval-go-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 159010, "num_examples": 103}], "download_size": 189095, "dataset_size": 159010}, {"config_name": "humaneval-go-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 191146, "num_examples": 103}], "download_size": 221849, "dataset_size": 191146}, {"config_name": "humaneval-go-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 118403, "num_examples": 102}], "download_size": 152901, "dataset_size": 118403}, {"config_name": "humaneval-go-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 150125, "num_examples": 102}], "download_size": 185235, "dataset_size": 150125}, {"config_name": "humaneval-go-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 144059, "num_examples": 103}], "download_size": 174762, "dataset_size": 144059}, {"config_name": "humaneval-go-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176195, "num_examples": 103}], "download_size": 207516, "dataset_size": 176195}, {"config_name": "humaneval-go-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 129434, "num_examples": 103}], "download_size": 161476, "dataset_size": 129434}, {"config_name": "humaneval-go-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 162085, "num_examples": 103}], "download_size": 194745, "dataset_size": 162085}, {"config_name": "humaneval-java-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 301489, "num_examples": 155}], "download_size": 346974, "dataset_size": 301489}, {"config_name": "humaneval-java-cpp-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 308154, "num_examples": 155}], "download_size": 353949, "dataset_size": 308154}, {"config_name": "humaneval-java-cpp-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 308154, "num_examples": 155}], "download_size": 353949, "dataset_size": 308154}, {"config_name": "humaneval-java-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 349849, "num_examples": 155}], "download_size": 396264, "dataset_size": 349849}, {"config_name": "humaneval-java-cpp-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 336519, "num_examples": 155}], "download_size": 382934, "dataset_size": 336519}, {"config_name": "humaneval-java-cpp-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 423727, "num_examples": 155}], "download_size": 470497, "dataset_size": 423727}, {"config_name": "humaneval-java-cpp-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 361164, "num_examples": 155}], "download_size": 407579, "dataset_size": 361164}, {"config_name": "humaneval-java-cpp-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 645005, "num_examples": 155}], "download_size": 694525, "dataset_size": 645005}, {"config_name": "humaneval-java-cpp-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 338689, "num_examples": 155}], "download_size": 385104, "dataset_size": 338689}, {"config_name": "humaneval-java-cpp-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 560777, "num_examples": 155}], "download_size": 609918, "dataset_size": 560777}, {"config_name": "humaneval-java-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 353495, "num_examples": 155}], "download_size": 402285, "dataset_size": 353495}, {"config_name": "humaneval-java-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 401700, "num_examples": 155}], "download_size": 451420, "dataset_size": 401700}, {"config_name": "humaneval-java-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 252187, "num_examples": 153}], "download_size": 300329, "dataset_size": 252187}, {"config_name": "humaneval-java-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 299617, "num_examples": 153}], "download_size": 348677, "dataset_size": 299617}, {"config_name": "humaneval-java-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 291886, "num_examples": 151}], "download_size": 346496, "dataset_size": 291886}, {"config_name": "humaneval-java-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 338847, "num_examples": 151}], "download_size": 394363, "dataset_size": 338847}, {"config_name": "humaneval-java-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 201235, "num_examples": 154}], "download_size": 246364, "dataset_size": 201235}, {"config_name": "humaneval-java-jl-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208473, "num_examples": 154}], "download_size": 253910, "dataset_size": 208473}, {"config_name": "humaneval-java-jl-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208473, "num_examples": 154}], "download_size": 253910, "dataset_size": 208473}, {"config_name": "humaneval-java-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249591, "num_examples": 154}], "download_size": 295644, "dataset_size": 249591}, {"config_name": "humaneval-java-jl-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236347, "num_examples": 154}], "download_size": 282400, "dataset_size": 236347}, {"config_name": "humaneval-java-jl-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 320453, "num_examples": 154}], "download_size": 366967, "dataset_size": 320453}, {"config_name": "humaneval-java-jl-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260833, "num_examples": 154}], "download_size": 306886, "dataset_size": 260833}, {"config_name": "humaneval-java-jl-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 560386, "num_examples": 154}], "download_size": 609897, "dataset_size": 560386}, {"config_name": "humaneval-java-jl-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238503, "num_examples": 154}], "download_size": 284556, "dataset_size": 238503}, {"config_name": "humaneval-java-jl-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 481222, "num_examples": 154}], "download_size": 531362, "dataset_size": 481222}, {"config_name": "humaneval-java-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216015, "num_examples": 155}], "download_size": 262740, "dataset_size": 216015}, {"config_name": "humaneval-java-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 265460, "num_examples": 155}], "download_size": 313115, "dataset_size": 265460}, {"config_name": "humaneval-java-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 224601, "num_examples": 155}], "download_size": 268408, "dataset_size": 224601}, {"config_name": "humaneval-java-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 272961, "num_examples": 155}], "download_size": 317698, "dataset_size": 272961}, {"config_name": "humaneval-java-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 256108, "num_examples": 155}], "download_size": 305144, "dataset_size": 256108}, {"config_name": "humaneval-java-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304468, "num_examples": 155}], "download_size": 354434, "dataset_size": 304468}, {"config_name": "humaneval-java-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 321795, "num_examples": 155}], "download_size": 375673, "dataset_size": 321795}, {"config_name": "humaneval-java-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 370310, "num_examples": 155}], "download_size": 425118, "dataset_size": 370310}, {"config_name": "humaneval-java-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212138, "num_examples": 155}], "download_size": 256758, "dataset_size": 212138}, {"config_name": "humaneval-java-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260963, "num_examples": 155}], "download_size": 306513, "dataset_size": 260963}, {"config_name": "humaneval-java-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277995, "num_examples": 155}], "download_size": 320407, "dataset_size": 277995}, {"config_name": "humaneval-java-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 326045, "num_examples": 155}], "download_size": 369387, "dataset_size": 326045}, {"config_name": "humaneval-java-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220814, "num_examples": 155}], "download_size": 267074, "dataset_size": 220814}, {"config_name": "humaneval-java-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269329, "num_examples": 155}], "download_size": 316519, "dataset_size": 269329}, {"config_name": "humaneval-java-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 224654, "num_examples": 155}], "download_size": 271689, "dataset_size": 224654}, {"config_name": "humaneval-java-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273479, "num_examples": 155}], "download_size": 321444, "dataset_size": 273479}, {"config_name": "humaneval-java-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219587, "num_examples": 153}], "download_size": 261853, "dataset_size": 219587}, {"config_name": "humaneval-java-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 267476, "num_examples": 153}], "download_size": 310660, "dataset_size": 267476}, {"config_name": "humaneval-java-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269404, "num_examples": 155}], "download_size": 313339, "dataset_size": 269404}, {"config_name": "humaneval-java-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 318074, "num_examples": 155}], "download_size": 362939, "dataset_size": 318074}, {"config_name": "humaneval-java-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 206506, "num_examples": 152}], "download_size": 256071, "dataset_size": 206506}, {"config_name": "humaneval-java-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 254082, "num_examples": 152}], "download_size": 304559, "dataset_size": 254082}, {"config_name": "humaneval-java-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248850, "num_examples": 155}], "download_size": 293715, "dataset_size": 248850}, {"config_name": "humaneval-java-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297520, "num_examples": 155}], "download_size": 343315, "dataset_size": 297520}, {"config_name": "humaneval-java-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223991, "num_examples": 154}], "download_size": 270511, "dataset_size": 223991}, {"config_name": "humaneval-java-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273117, "num_examples": 154}], "download_size": 320561, "dataset_size": 273117}, {"config_name": "humaneval-jl-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 225765, "num_examples": 138}], "download_size": 264732, "dataset_size": 225765}, {"config_name": "humaneval-jl-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 268959, "num_examples": 138}], "download_size": 308754, "dataset_size": 268959}, {"config_name": "humaneval-jl-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 272014, "num_examples": 138}], "download_size": 313929, "dataset_size": 272014}, {"config_name": "humaneval-jl-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 315070, "num_examples": 138}], "download_size": 357813, "dataset_size": 315070}, {"config_name": "humaneval-jl-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186573, "num_examples": 137}], "download_size": 228304, "dataset_size": 186573}, {"config_name": "humaneval-jl-d-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192190, "num_examples": 137}], "download_size": 234195, "dataset_size": 192190}, {"config_name": "humaneval-jl-d-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192190, "num_examples": 137}], "download_size": 234195, "dataset_size": 192190}, {"config_name": "humaneval-jl-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 229180, "num_examples": 137}], "download_size": 271733, "dataset_size": 229180}, {"config_name": "humaneval-jl-d-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217398, "num_examples": 137}], "download_size": 259951, "dataset_size": 217398}, {"config_name": "humaneval-jl-d-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277543, "num_examples": 137}], "download_size": 320346, "dataset_size": 277543}, {"config_name": "humaneval-jl-d-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239181, "num_examples": 137}], "download_size": 281734, "dataset_size": 239181}, {"config_name": "humaneval-jl-d-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 357853, "num_examples": 137}], "download_size": 401646, "dataset_size": 357853}, {"config_name": "humaneval-jl-d-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219316, "num_examples": 137}], "download_size": 261869, "dataset_size": 219316}, {"config_name": "humaneval-jl-d-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284354, "num_examples": 137}], "download_size": 327523, "dataset_size": 284354}, {"config_name": "humaneval-jl-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219929, "num_examples": 135}], "download_size": 267260, "dataset_size": 219929}, {"config_name": "humaneval-jl-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 262049, "num_examples": 135}], "download_size": 310190, "dataset_size": 262049}, {"config_name": "humaneval-jl-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251261, "num_examples": 138}], "download_size": 291608, "dataset_size": 251261}, {"config_name": "humaneval-jl-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 294593, "num_examples": 138}], "download_size": 335768, "dataset_size": 294593}, {"config_name": "humaneval-jl-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 150698, "num_examples": 138}], "download_size": 190769, "dataset_size": 150698}, {"config_name": "humaneval-jl-js-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158840, "num_examples": 138}], "download_size": 199187, "dataset_size": 158840}, {"config_name": "humaneval-jl-js-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158840, "num_examples": 138}], "download_size": 199187, "dataset_size": 158840}, {"config_name": "humaneval-jl-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194858, "num_examples": 138}], "download_size": 235757, "dataset_size": 194858}, {"config_name": "humaneval-jl-js-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 182990, "num_examples": 138}], "download_size": 223889, "dataset_size": 182990}, {"config_name": "humaneval-jl-js-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 234038, "num_examples": 138}], "download_size": 275161, "dataset_size": 234038}, {"config_name": "humaneval-jl-js-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 204932, "num_examples": 138}], "download_size": 245831, "dataset_size": 204932}, {"config_name": "humaneval-jl-js-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 324346, "num_examples": 138}], "download_size": 366628, "dataset_size": 324346}, {"config_name": "humaneval-jl-js-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184922, "num_examples": 138}], "download_size": 225821, "dataset_size": 184922}, {"config_name": "humaneval-jl-js-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 247327, "num_examples": 138}], "download_size": 288804, "dataset_size": 247327}, {"config_name": "humaneval-jl-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158269, "num_examples": 138}], "download_size": 195854, "dataset_size": 158269}, {"config_name": "humaneval-jl-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 201463, "num_examples": 138}], "download_size": 239876, "dataset_size": 201463}, {"config_name": "humaneval-jl-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186290, "num_examples": 138}], "download_size": 228421, "dataset_size": 186290}, {"config_name": "humaneval-jl-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 229484, "num_examples": 138}], "download_size": 272443, "dataset_size": 229484}, {"config_name": "humaneval-jl-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244111, "num_examples": 138}], "download_size": 290487, "dataset_size": 244111}, {"config_name": "humaneval-jl-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 287443, "num_examples": 138}], "download_size": 334647, "dataset_size": 287443}, {"config_name": "humaneval-jl-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 147244, "num_examples": 138}], "download_size": 185551, "dataset_size": 147244}, {"config_name": "humaneval-jl-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 190852, "num_examples": 138}], "download_size": 229987, "dataset_size": 190852}, {"config_name": "humaneval-jl-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205816, "num_examples": 138}], "download_size": 242159, "dataset_size": 205816}, {"config_name": "humaneval-jl-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248734, "num_examples": 138}], "download_size": 285905, "dataset_size": 248734}, {"config_name": "humaneval-jl-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154919, "num_examples": 138}], "download_size": 194576, "dataset_size": 154919}, {"config_name": "humaneval-jl-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198251, "num_examples": 138}], "download_size": 238736, "dataset_size": 198251}, {"config_name": "humaneval-jl-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158215, "num_examples": 138}], "download_size": 198562, "dataset_size": 158215}, {"config_name": "humaneval-jl-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 201823, "num_examples": 138}], "download_size": 242998, "dataset_size": 201823}, {"config_name": "humaneval-jl-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 155083, "num_examples": 137}], "download_size": 191459, "dataset_size": 155083}, {"config_name": "humaneval-jl-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198101, "num_examples": 137}], "download_size": 235299, "dataset_size": 198101}, {"config_name": "humaneval-jl-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197634, "num_examples": 138}], "download_size": 235221, "dataset_size": 197634}, {"config_name": "humaneval-jl-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 241104, "num_examples": 138}], "download_size": 279519, "dataset_size": 241104}, {"config_name": "humaneval-jl-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 142849, "num_examples": 135}], "download_size": 185491, "dataset_size": 142849}, {"config_name": "humaneval-jl-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185239, "num_examples": 135}], "download_size": 228691, "dataset_size": 185239}, {"config_name": "humaneval-jl-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180002, "num_examples": 138}], "download_size": 218417, "dataset_size": 180002}, {"config_name": "humaneval-jl-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223472, "num_examples": 138}], "download_size": 262715, "dataset_size": 223472}, {"config_name": "humaneval-jl-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 159584, "num_examples": 138}], "download_size": 199793, "dataset_size": 159584}, {"config_name": "humaneval-jl-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203744, "num_examples": 138}], "download_size": 244781, "dataset_size": 203744}, {"config_name": "humaneval-js-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255195, "num_examples": 154}], "download_size": 298838, "dataset_size": 255195}, {"config_name": "humaneval-js-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304167, "num_examples": 154}], "download_size": 348734, "dataset_size": 304167}, {"config_name": "humaneval-js-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 300003, "num_examples": 152}], "download_size": 346202, "dataset_size": 300003}, {"config_name": "humaneval-js-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 348187, "num_examples": 152}], "download_size": 395298, "dataset_size": 348187}, {"config_name": "humaneval-js-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202217, "num_examples": 150}], "download_size": 247885, "dataset_size": 202217}, {"config_name": "humaneval-js-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249617, "num_examples": 150}], "download_size": 296185, "dataset_size": 249617}, {"config_name": "humaneval-js-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239985, "num_examples": 148}], "download_size": 291915, "dataset_size": 239985}, {"config_name": "humaneval-js-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 286901, "num_examples": 148}], "download_size": 339719, "dataset_size": 286901}, {"config_name": "humaneval-js-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277292, "num_examples": 152}], "download_size": 321769, "dataset_size": 277292}, {"config_name": "humaneval-js-java-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 285956, "num_examples": 152}], "download_size": 330737, "dataset_size": 285956}, {"config_name": "humaneval-js-java-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 285956, "num_examples": 152}], "download_size": 330737, "dataset_size": 285956}, {"config_name": "humaneval-js-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 325780, "num_examples": 152}], "download_size": 371169, "dataset_size": 325780}, {"config_name": "humaneval-js-java-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 312708, "num_examples": 152}], "download_size": 358097, "dataset_size": 312708}, {"config_name": "humaneval-js-java-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 367800, "num_examples": 152}], "download_size": 413395, "dataset_size": 367800}, {"config_name": "humaneval-js-java-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 336876, "num_examples": 152}], "download_size": 382265, "dataset_size": 336876}, {"config_name": "humaneval-js-java-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 534161, "num_examples": 152}], "download_size": 581630, "dataset_size": 534161}, {"config_name": "humaneval-js-java-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 314836, "num_examples": 152}], "download_size": 360225, "dataset_size": 314836}, {"config_name": "humaneval-js-java-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 464303, "num_examples": 152}], "download_size": 511145, "dataset_size": 464303}, {"config_name": "humaneval-js-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 150973, "num_examples": 152}], "download_size": 193904, "dataset_size": 150973}, {"config_name": "humaneval-js-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199613, "num_examples": 152}], "download_size": 243456, "dataset_size": 199613}, {"config_name": "humaneval-js-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174797, "num_examples": 154}], "download_size": 216732, "dataset_size": 174797}, {"config_name": "humaneval-js-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223769, "num_examples": 154}], "download_size": 266628, "dataset_size": 223769}, {"config_name": "humaneval-js-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 206549, "num_examples": 154}], "download_size": 253652, "dataset_size": 206549}, {"config_name": "humaneval-js-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255521, "num_examples": 154}], "download_size": 303548, "dataset_size": 255521}, {"config_name": "humaneval-js-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 272219, "num_examples": 154}], "download_size": 324102, "dataset_size": 272219}, {"config_name": "humaneval-js-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 321345, "num_examples": 154}], "download_size": 374152, "dataset_size": 321345}, {"config_name": "humaneval-js-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 162670, "num_examples": 154}], "download_size": 205419, "dataset_size": 162670}, {"config_name": "humaneval-js-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212104, "num_examples": 154}], "download_size": 255777, "dataset_size": 212104}, {"config_name": "humaneval-js-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228027, "num_examples": 154}], "download_size": 268576, "dataset_size": 228027}, {"config_name": "humaneval-js-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 276691, "num_examples": 154}], "download_size": 318164, "dataset_size": 276691}, {"config_name": "humaneval-js-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171064, "num_examples": 154}], "download_size": 215387, "dataset_size": 171064}, {"config_name": "humaneval-js-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220190, "num_examples": 154}], "download_size": 265437, "dataset_size": 220190}, {"config_name": "humaneval-js-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174966, "num_examples": 154}], "download_size": 220059, "dataset_size": 174966}, {"config_name": "humaneval-js-rkt-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184360, "num_examples": 154}], "download_size": 229761, "dataset_size": 184360}, {"config_name": "humaneval-js-rkt-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184360, "num_examples": 154}], "download_size": 229761, "dataset_size": 184360}, {"config_name": "humaneval-js-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 224400, "num_examples": 154}], "download_size": 270417, "dataset_size": 224400}, {"config_name": "humaneval-js-rkt-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211156, "num_examples": 154}], "download_size": 257173, "dataset_size": 211156}, {"config_name": "humaneval-js-rkt-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 276831, "num_examples": 154}], "download_size": 323206, "dataset_size": 276831}, {"config_name": "humaneval-js-rkt-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 235642, "num_examples": 154}], "download_size": 281659, "dataset_size": 235642}, {"config_name": "humaneval-js-rkt-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 437971, "num_examples": 154}], "download_size": 486106, "dataset_size": 437971}, {"config_name": "humaneval-js-rkt-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213312, "num_examples": 154}], "download_size": 259329, "dataset_size": 213312}, {"config_name": "humaneval-js-rkt-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 381962, "num_examples": 154}], "download_size": 429822, "dataset_size": 381962}, {"config_name": "humaneval-js-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167765, "num_examples": 150}], "download_size": 207572, "dataset_size": 167765}, {"config_name": "humaneval-js-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215615, "num_examples": 150}], "download_size": 256322, "dataset_size": 215615}, {"config_name": "humaneval-js-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 218633, "num_examples": 153}], "download_size": 260371, "dataset_size": 218633}, {"config_name": "humaneval-js-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 267593, "num_examples": 153}], "download_size": 310249, "dataset_size": 267593}, {"config_name": "humaneval-js-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 157703, "num_examples": 151}], "download_size": 205439, "dataset_size": 157703}, {"config_name": "humaneval-js-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205872, "num_examples": 151}], "download_size": 254514, "dataset_size": 205872}, {"config_name": "humaneval-js-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199705, "num_examples": 154}], "download_size": 242660, "dataset_size": 199705}, {"config_name": "humaneval-js-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 248985, "num_examples": 154}], "download_size": 292864, "dataset_size": 248985}, {"config_name": "humaneval-js-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 173490, "num_examples": 152}], "download_size": 217784, "dataset_size": 173490}, {"config_name": "humaneval-js-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222890, "num_examples": 152}], "download_size": 268096, "dataset_size": 222890}, {"config_name": "humaneval-lua-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249105, "num_examples": 145}], "download_size": 290745, "dataset_size": 249105}, {"config_name": "humaneval-lua-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 294200, "num_examples": 145}], "download_size": 336710, "dataset_size": 294200}, {"config_name": "humaneval-lua-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289858, "num_examples": 143}], "download_size": 333845, "dataset_size": 289858}, {"config_name": "humaneval-lua-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 334188, "num_examples": 143}], "download_size": 379033, "dataset_size": 334188}, {"config_name": "humaneval-lua-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199580, "num_examples": 141}], "download_size": 242908, "dataset_size": 199580}, {"config_name": "humaneval-lua-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 243149, "num_examples": 141}], "download_size": 287323, "dataset_size": 243149}, {"config_name": "humaneval-lua-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 237805, "num_examples": 140}], "download_size": 287415, "dataset_size": 237805}, {"config_name": "humaneval-lua-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 281205, "num_examples": 140}], "download_size": 331655, "dataset_size": 281205}, {"config_name": "humaneval-lua-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 268042, "num_examples": 143}], "download_size": 310406, "dataset_size": 268042}, {"config_name": "humaneval-lua-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 312658, "num_examples": 143}], "download_size": 355880, "dataset_size": 312658}, {"config_name": "humaneval-lua-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154454, "num_examples": 143}], "download_size": 195353, "dataset_size": 154454}, {"config_name": "humaneval-lua-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199213, "num_examples": 143}], "download_size": 240970, "dataset_size": 199213}, {"config_name": "humaneval-lua-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169380, "num_examples": 145}], "download_size": 212090, "dataset_size": 169380}, {"config_name": "humaneval-lua-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215490, "num_examples": 145}], "download_size": 259070, "dataset_size": 215490}, {"config_name": "humaneval-lua-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 206221, "num_examples": 145}], "download_size": 251074, "dataset_size": 206221}, {"config_name": "humaneval-lua-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251316, "num_examples": 145}], "download_size": 297039, "dataset_size": 251316}, {"config_name": "humaneval-lua-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 266302, "num_examples": 145}], "download_size": 315582, "dataset_size": 266302}, {"config_name": "humaneval-lua-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 311542, "num_examples": 145}], "download_size": 361692, "dataset_size": 311542}, {"config_name": "humaneval-lua-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 165858, "num_examples": 145}], "download_size": 206699, "dataset_size": 165858}, {"config_name": "humaneval-lua-py-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171049, "num_examples": 144}], "download_size": 211886, "dataset_size": 171049}, {"config_name": "humaneval-lua-py-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171049, "num_examples": 144}], "download_size": 211886, "dataset_size": 171049}, {"config_name": "humaneval-lua-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211388, "num_examples": 145}], "download_size": 253099, "dataset_size": 211388}, {"config_name": "humaneval-lua-py-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197113, "num_examples": 144}], "download_size": 238526, "dataset_size": 197113}, {"config_name": "humaneval-lua-py-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 263725, "num_examples": 144}], "download_size": 305500, "dataset_size": 263725}, {"config_name": "humaneval-lua-py-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220009, "num_examples": 144}], "download_size": 261422, "dataset_size": 220009}, {"config_name": "humaneval-lua-py-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 412455, "num_examples": 144}], "download_size": 456952, "dataset_size": 412455}, {"config_name": "humaneval-lua-py-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199129, "num_examples": 144}], "download_size": 240542, "dataset_size": 199129}, {"config_name": "humaneval-lua-py-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 379514, "num_examples": 144}], "download_size": 424606, "dataset_size": 379514}, {"config_name": "humaneval-lua-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227113, "num_examples": 145}], "download_size": 265894, "dataset_size": 227113}, {"config_name": "humaneval-lua-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 271918, "num_examples": 145}], "download_size": 311569, "dataset_size": 271918}, {"config_name": "humaneval-lua-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 173848, "num_examples": 145}], "download_size": 216123, "dataset_size": 173848}, {"config_name": "humaneval-lua-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219088, "num_examples": 145}], "download_size": 262233, "dataset_size": 219088}, {"config_name": "humaneval-lua-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 177245, "num_examples": 145}], "download_size": 220245, "dataset_size": 177245}, {"config_name": "humaneval-lua-rkt-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184060, "num_examples": 145}], "download_size": 227350, "dataset_size": 184060}, {"config_name": "humaneval-lua-rkt-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184060, "num_examples": 145}], "download_size": 227350, "dataset_size": 184060}, {"config_name": "humaneval-lua-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222775, "num_examples": 145}], "download_size": 266645, "dataset_size": 222775}, {"config_name": "humaneval-lua-rkt-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 210305, "num_examples": 145}], "download_size": 254175, "dataset_size": 210305}, {"config_name": "humaneval-lua-rkt-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 285056, "num_examples": 145}], "download_size": 329143, "dataset_size": 285056}, {"config_name": "humaneval-lua-rkt-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 233360, "num_examples": 145}], "download_size": 277230, "dataset_size": 233360}, {"config_name": "humaneval-lua-rkt-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 415065, "num_examples": 145}], "download_size": 461247, "dataset_size": 415065}, {"config_name": "humaneval-lua-rkt-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212335, "num_examples": 145}], "download_size": 256205, "dataset_size": 212335}, {"config_name": "humaneval-lua-rkt-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 305742, "num_examples": 145}], "download_size": 350750, "dataset_size": 305742}, {"config_name": "humaneval-lua-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 168842, "num_examples": 141}], "download_size": 206764, "dataset_size": 168842}, {"config_name": "humaneval-lua-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212834, "num_examples": 141}], "download_size": 251602, "dataset_size": 212834}, {"config_name": "humaneval-lua-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215564, "num_examples": 144}], "download_size": 255388, "dataset_size": 215564}, {"config_name": "humaneval-lua-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260636, "num_examples": 144}], "download_size": 301324, "dataset_size": 260636}, {"config_name": "humaneval-lua-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 161345, "num_examples": 142}], "download_size": 206768, "dataset_size": 161345}, {"config_name": "humaneval-lua-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205649, "num_examples": 142}], "download_size": 251924, "dataset_size": 205649}, {"config_name": "humaneval-lua-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200743, "num_examples": 145}], "download_size": 241731, "dataset_size": 200743}, {"config_name": "humaneval-lua-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 246128, "num_examples": 145}], "download_size": 287986, "dataset_size": 246128}, {"config_name": "humaneval-lua-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 175616, "num_examples": 143}], "download_size": 217817, "dataset_size": 175616}, {"config_name": "humaneval-lua-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 221090, "num_examples": 143}], "download_size": 264149, "dataset_size": 221090}, {"config_name": "humaneval-php-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 252020, "num_examples": 147}], "download_size": 294327, "dataset_size": 252020}, {"config_name": "humaneval-php-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297737, "num_examples": 147}], "download_size": 340926, "dataset_size": 297737}, {"config_name": "humaneval-php-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 293992, "num_examples": 145}], "download_size": 338711, "dataset_size": 293992}, {"config_name": "humaneval-php-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 338942, "num_examples": 145}], "download_size": 384531, "dataset_size": 338942}, {"config_name": "humaneval-php-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202392, "num_examples": 143}], "download_size": 246574, "dataset_size": 202392}, {"config_name": "humaneval-php-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 246579, "num_examples": 143}], "download_size": 291619, "dataset_size": 246579}, {"config_name": "humaneval-php-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238346, "num_examples": 141}], "download_size": 288459, "dataset_size": 238346}, {"config_name": "humaneval-php-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 282056, "num_examples": 141}], "download_size": 333015, "dataset_size": 282056}, {"config_name": "humaneval-php-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 271813, "num_examples": 145}], "download_size": 314887, "dataset_size": 271813}, {"config_name": "humaneval-php-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 317053, "num_examples": 145}], "download_size": 360997, "dataset_size": 317053}, {"config_name": "humaneval-php-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 153588, "num_examples": 145}], "download_size": 195191, "dataset_size": 153588}, {"config_name": "humaneval-php-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198973, "num_examples": 145}], "download_size": 241446, "dataset_size": 198973}, {"config_name": "humaneval-php-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 168626, "num_examples": 147}], "download_size": 212019, "dataset_size": 168626}, {"config_name": "humaneval-php-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215372, "num_examples": 147}], "download_size": 259647, "dataset_size": 215372}, {"config_name": "humaneval-php-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176751, "num_examples": 147}], "download_size": 217306, "dataset_size": 176751}, {"config_name": "humaneval-php-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222468, "num_examples": 147}], "download_size": 263905, "dataset_size": 222468}, {"config_name": "humaneval-php-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 270759, "num_examples": 147}], "download_size": 321165, "dataset_size": 270759}, {"config_name": "humaneval-php-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 316623, "num_examples": 147}], "download_size": 367911, "dataset_size": 316623}, {"config_name": "humaneval-php-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164932, "num_examples": 147}], "download_size": 206252, "dataset_size": 164932}, {"config_name": "humaneval-php-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211090, "num_examples": 147}], "download_size": 253292, "dataset_size": 211090}, {"config_name": "humaneval-php-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227687, "num_examples": 147}], "download_size": 266919, "dataset_size": 227687}, {"config_name": "humaneval-php-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273110, "num_examples": 147}], "download_size": 313224, "dataset_size": 273110}, {"config_name": "humaneval-php-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 173192, "num_examples": 147}], "download_size": 216144, "dataset_size": 173192}, {"config_name": "humaneval-php-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219056, "num_examples": 147}], "download_size": 262890, "dataset_size": 219056}, {"config_name": "humaneval-php-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176812, "num_examples": 147}], "download_size": 220499, "dataset_size": 176812}, {"config_name": "humaneval-php-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222970, "num_examples": 147}], "download_size": 267539, "dataset_size": 222970}, {"config_name": "humaneval-php-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170170, "num_examples": 143}], "download_size": 208757, "dataset_size": 170170}, {"config_name": "humaneval-php-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 214786, "num_examples": 143}], "download_size": 254231, "dataset_size": 214786}, {"config_name": "humaneval-php-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216712, "num_examples": 146}], "download_size": 257181, "dataset_size": 216712}, {"config_name": "humaneval-php-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 262410, "num_examples": 146}], "download_size": 303755, "dataset_size": 262410}, {"config_name": "humaneval-php-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160168, "num_examples": 144}], "download_size": 206338, "dataset_size": 160168}, {"config_name": "humaneval-php-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205096, "num_examples": 144}], "download_size": 252130, "dataset_size": 205096}, {"config_name": "humaneval-php-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200558, "num_examples": 147}], "download_size": 242205, "dataset_size": 200558}, {"config_name": "humaneval-php-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 246569, "num_examples": 147}], "download_size": 289098, "dataset_size": 246569}, {"config_name": "humaneval-php-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 175286, "num_examples": 145}], "download_size": 218176, "dataset_size": 175286}, {"config_name": "humaneval-php-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 221396, "num_examples": 145}], "download_size": 265156, "dataset_size": 221396}, {"config_name": "humaneval-pl-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238295, "num_examples": 145}], "download_size": 279623, "dataset_size": 238295}, {"config_name": "humaneval-pl-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 283535, "num_examples": 145}], "download_size": 325733, "dataset_size": 283535}, {"config_name": "humaneval-pl-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 278962, "num_examples": 143}], "download_size": 322664, "dataset_size": 278962}, {"config_name": "humaneval-pl-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 323435, "num_examples": 143}], "download_size": 367995, "dataset_size": 323435}, {"config_name": "humaneval-pl-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194741, "num_examples": 142}], "download_size": 238273, "dataset_size": 194741}, {"config_name": "humaneval-pl-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238761, "num_examples": 142}], "download_size": 283145, "dataset_size": 238761}, {"config_name": "humaneval-pl-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227541, "num_examples": 139}], "download_size": 276532, "dataset_size": 227541}, {"config_name": "humaneval-pl-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 270770, "num_examples": 139}], "download_size": 320595, "dataset_size": 270770}, {"config_name": "humaneval-pl-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 256986, "num_examples": 143}], "download_size": 299065, "dataset_size": 256986}, {"config_name": "humaneval-pl-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 301745, "num_examples": 143}], "download_size": 344682, "dataset_size": 301745}, {"config_name": "humaneval-pl-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 146814, "num_examples": 144}], "download_size": 187742, "dataset_size": 146814}, {"config_name": "humaneval-pl-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192030, "num_examples": 144}], "download_size": 233822, "dataset_size": 192030}, {"config_name": "humaneval-pl-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 159732, "num_examples": 145}], "download_size": 202130, "dataset_size": 159732}, {"config_name": "humaneval-pl-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205987, "num_examples": 145}], "download_size": 249255, "dataset_size": 205987}, {"config_name": "humaneval-pl-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167708, "num_examples": 145}], "download_size": 207396, "dataset_size": 167708}, {"config_name": "humaneval-pl-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212948, "num_examples": 145}], "download_size": 253506, "dataset_size": 212948}, {"config_name": "humaneval-pl-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196337, "num_examples": 145}], "download_size": 240866, "dataset_size": 196337}, {"config_name": "humaneval-pl-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 241577, "num_examples": 145}], "download_size": 286976, "dataset_size": 241577}, {"config_name": "humaneval-pl-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 156274, "num_examples": 145}], "download_size": 196717, "dataset_size": 156274}, {"config_name": "humaneval-pl-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 201949, "num_examples": 145}], "download_size": 243262, "dataset_size": 201949}, {"config_name": "humaneval-pl-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217351, "num_examples": 145}], "download_size": 255734, "dataset_size": 217351}, {"config_name": "humaneval-pl-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 262301, "num_examples": 145}], "download_size": 301554, "dataset_size": 262301}, {"config_name": "humaneval-pl-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164119, "num_examples": 145}], "download_size": 206082, "dataset_size": 164119}, {"config_name": "humaneval-pl-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 209504, "num_examples": 145}], "download_size": 252337, "dataset_size": 209504}, {"config_name": "humaneval-pl-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167768, "num_examples": 145}], "download_size": 210456, "dataset_size": 167768}, {"config_name": "humaneval-pl-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213443, "num_examples": 145}], "download_size": 257001, "dataset_size": 213443}, {"config_name": "humaneval-pl-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 162618, "num_examples": 142}], "download_size": 200593, "dataset_size": 162618}, {"config_name": "humaneval-pl-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 207064, "num_examples": 142}], "download_size": 245891, "dataset_size": 207064}, {"config_name": "humaneval-pl-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203872, "num_examples": 144}], "download_size": 243383, "dataset_size": 203872}, {"config_name": "humaneval-pl-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 249088, "num_examples": 144}], "download_size": 289463, "dataset_size": 249088}, {"config_name": "humaneval-pl-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 153173, "num_examples": 143}], "download_size": 198416, "dataset_size": 153173}, {"config_name": "humaneval-pl-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197932, "num_examples": 143}], "download_size": 244033, "dataset_size": 197932}, {"config_name": "humaneval-pl-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 191184, "num_examples": 145}], "download_size": 231860, "dataset_size": 191184}, {"config_name": "humaneval-pl-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236714, "num_examples": 145}], "download_size": 278260, "dataset_size": 236714}, {"config_name": "humaneval-pl-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167916, "num_examples": 144}], "download_size": 210163, "dataset_size": 167916}, {"config_name": "humaneval-pl-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213852, "num_examples": 144}], "download_size": 256963, "dataset_size": 213852}, {"config_name": "humaneval-py-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269818, "num_examples": 161}], "download_size": 315390, "dataset_size": 269818}, {"config_name": "humaneval-py-cpp-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277385, "num_examples": 161}], "download_size": 323279, "dataset_size": 277385}, {"config_name": "humaneval-py-cpp-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277385, "num_examples": 161}], "download_size": 323279, "dataset_size": 277385}, {"config_name": "humaneval-py-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 320372, "num_examples": 161}], "download_size": 366910, "dataset_size": 320372}, {"config_name": "humaneval-py-cpp-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 371950, "num_examples": 161}], "download_size": 418742, "dataset_size": 371950}, {"config_name": "humaneval-py-cpp-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 374409, "num_examples": 161}], "download_size": 421208, "dataset_size": 374409}, {"config_name": "humaneval-py-cpp-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 541382, "num_examples": 161}], "download_size": 590578, "dataset_size": 541382}, {"config_name": "humaneval-py-cpp-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 541460, "num_examples": 161}], "download_size": 590509, "dataset_size": 541460}, {"config_name": "humaneval-py-cpp-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 505605, "num_examples": 161}], "download_size": 555456, "dataset_size": 505605}, {"config_name": "humaneval-py-cpp-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 504425, "num_examples": 161}], "download_size": 553938, "dataset_size": 504425}, {"config_name": "humaneval-py-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 313896, "num_examples": 158}], "download_size": 361839, "dataset_size": 313896}, {"config_name": "humaneval-py-cs-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 321006, "num_examples": 158}], "download_size": 369265, "dataset_size": 321006}, {"config_name": "humaneval-py-cs-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 321006, "num_examples": 158}], "download_size": 369265, "dataset_size": 321006}, {"config_name": "humaneval-py-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 363350, "num_examples": 158}], "download_size": 412241, "dataset_size": 363350}, {"config_name": "humaneval-py-cs-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 415186, "num_examples": 158}], "download_size": 464331, "dataset_size": 415186}, {"config_name": "humaneval-py-cs-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 415186, "num_examples": 158}], "download_size": 464331, "dataset_size": 415186}, {"config_name": "humaneval-py-cs-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 584141, "num_examples": 158}], "download_size": 635690, "dataset_size": 584141}, {"config_name": "humaneval-py-cs-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 576517, "num_examples": 158}], "download_size": 627893, "dataset_size": 576517}, {"config_name": "humaneval-py-cs-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 548799, "num_examples": 158}], "download_size": 601003, "dataset_size": 548799}, {"config_name": "humaneval-py-cs-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 547009, "num_examples": 158}], "download_size": 599130, "dataset_size": 547009}, {"config_name": "humaneval-py-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212776, "num_examples": 156}], "download_size": 260187, "dataset_size": 212776}, {"config_name": "humaneval-py-d-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219796, "num_examples": 156}], "download_size": 267519, "dataset_size": 219796}, {"config_name": "humaneval-py-d-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 218979, "num_examples": 156}], "download_size": 266659, "dataset_size": 218979}, {"config_name": "humaneval-py-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 261448, "num_examples": 156}], "download_size": 309795, "dataset_size": 261448}, {"config_name": "humaneval-py-d-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 309470, "num_examples": 155}], "download_size": 357743, "dataset_size": 309470}, {"config_name": "humaneval-py-d-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 311119, "num_examples": 156}], "download_size": 359680, "dataset_size": 311119}, {"config_name": "humaneval-py-d-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 479753, "num_examples": 156}], "download_size": 530738, "dataset_size": 479753}, {"config_name": "humaneval-py-d-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 475465, "num_examples": 156}], "download_size": 526239, "dataset_size": 475465}, {"config_name": "humaneval-py-d-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 444576, "num_examples": 156}], "download_size": 496166, "dataset_size": 444576}, {"config_name": "humaneval-py-d-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 435804, "num_examples": 156}], "download_size": 487352, "dataset_size": 435804}, {"config_name": "humaneval-py-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 252050, "num_examples": 154}], "download_size": 306002, "dataset_size": 252050}, {"config_name": "humaneval-py-go-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 258980, "num_examples": 154}], "download_size": 313240, "dataset_size": 258980}, {"config_name": "humaneval-py-go-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 258980, "num_examples": 154}], "download_size": 313240, "dataset_size": 258980}, {"config_name": "humaneval-py-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 300252, "num_examples": 154}], "download_size": 355128, "dataset_size": 300252}, {"config_name": "humaneval-py-go-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 350796, "num_examples": 154}], "download_size": 405926, "dataset_size": 350796}, {"config_name": "humaneval-py-go-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 350796, "num_examples": 154}], "download_size": 405926, "dataset_size": 350796}, {"config_name": "humaneval-py-go-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 516168, "num_examples": 154}], "download_size": 573643, "dataset_size": 516168}, {"config_name": "humaneval-py-go-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 508544, "num_examples": 154}], "download_size": 565846, "dataset_size": 508544}, {"config_name": "humaneval-py-go-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 480876, "num_examples": 154}], "download_size": 538994, "dataset_size": 480876}, {"config_name": "humaneval-py-go-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 479086, "num_examples": 154}], "download_size": 537121, "dataset_size": 479086}, {"config_name": "humaneval-py-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 290226, "num_examples": 158}], "download_size": 336381, "dataset_size": 290226}, {"config_name": "humaneval-py-java-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297968, "num_examples": 158}], "download_size": 344439, "dataset_size": 297968}, {"config_name": "humaneval-py-java-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297968, "num_examples": 158}], "download_size": 344439, "dataset_size": 297968}, {"config_name": "humaneval-py-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 339996, "num_examples": 158}], "download_size": 387099, "dataset_size": 339996}, {"config_name": "humaneval-py-java-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 326566, "num_examples": 158}], "download_size": 373669, "dataset_size": 326566}, {"config_name": "humaneval-py-java-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 400643, "num_examples": 158}], "download_size": 448121, "dataset_size": 400643}, {"config_name": "humaneval-py-java-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 348528, "num_examples": 158}], "download_size": 395631, "dataset_size": 348528}, {"config_name": "humaneval-py-java-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 553308, "num_examples": 158}], "download_size": 603112, "dataset_size": 553308}, {"config_name": "humaneval-py-java-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 328778, "num_examples": 158}], "download_size": 375881, "dataset_size": 328778}, {"config_name": "humaneval-py-java-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 519914, "num_examples": 158}], "download_size": 570421, "dataset_size": 519914}, {"config_name": "humaneval-py-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160858, "num_examples": 159}], "download_size": 205695, "dataset_size": 160858}, {"config_name": "humaneval-py-jl-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169286, "num_examples": 159}], "download_size": 214441, "dataset_size": 169286}, {"config_name": "humaneval-py-jl-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169286, "num_examples": 159}], "download_size": 214441, "dataset_size": 169286}, {"config_name": "humaneval-py-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211102, "num_examples": 159}], "download_size": 256893, "dataset_size": 211102}, {"config_name": "humaneval-py-jl-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260852, "num_examples": 159}], "download_size": 306857, "dataset_size": 260852}, {"config_name": "humaneval-py-jl-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 261461, "num_examples": 159}], "download_size": 307468, "dataset_size": 261461}, {"config_name": "humaneval-py-jl-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 430527, "num_examples": 159}], "download_size": 478964, "dataset_size": 430527}, {"config_name": "humaneval-py-jl-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 429919, "num_examples": 159}], "download_size": 478175, "dataset_size": 429919}, {"config_name": "humaneval-py-jl-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 394574, "num_examples": 159}], "download_size": 443616, "dataset_size": 394574}, {"config_name": "humaneval-py-jl-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 389099, "num_examples": 159}], "download_size": 438158, "dataset_size": 389099}, {"config_name": "humaneval-py-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176840, "num_examples": 161}], "download_size": 223588, "dataset_size": 176840}, {"config_name": "humaneval-py-js-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186661, "num_examples": 161}], "download_size": 233731, "dataset_size": 186661}, {"config_name": "humaneval-py-js-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186661, "num_examples": 161}], "download_size": 233731, "dataset_size": 186661}, {"config_name": "humaneval-py-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228521, "num_examples": 161}], "download_size": 276235, "dataset_size": 228521}, {"config_name": "humaneval-py-js-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 280099, "num_examples": 161}], "download_size": 328067, "dataset_size": 280099}, {"config_name": "humaneval-py-js-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 281303, "num_examples": 161}], "download_size": 329274, "dataset_size": 281303}, {"config_name": "humaneval-py-js-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 449531, "num_examples": 161}], "download_size": 499903, "dataset_size": 449531}, {"config_name": "humaneval-py-js-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 445997, "num_examples": 161}], "download_size": 496227, "dataset_size": 445997}, {"config_name": "humaneval-py-js-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 413754, "num_examples": 161}], "download_size": 464781, "dataset_size": 413754}, {"config_name": "humaneval-py-js-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 413788, "num_examples": 161}], "download_size": 464748, "dataset_size": 413788}, {"config_name": "humaneval-py-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185721, "num_examples": 161}], "download_size": 229429, "dataset_size": 185721}, {"config_name": "humaneval-py-lua-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193288, "num_examples": 161}], "download_size": 237318, "dataset_size": 193288}, {"config_name": "humaneval-py-lua-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193289, "num_examples": 161}], "download_size": 237319, "dataset_size": 193289}, {"config_name": "humaneval-py-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236275, "num_examples": 161}], "download_size": 280949, "dataset_size": 236275}, {"config_name": "humaneval-py-lua-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 287853, "num_examples": 161}], "download_size": 332781, "dataset_size": 287853}, {"config_name": "humaneval-py-lua-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289380, "num_examples": 161}], "download_size": 334311, "dataset_size": 289380}, {"config_name": "humaneval-py-lua-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 457285, "num_examples": 161}], "download_size": 504617, "dataset_size": 457285}, {"config_name": "humaneval-py-lua-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 456931, "num_examples": 161}], "download_size": 504092, "dataset_size": 456931}, {"config_name": "humaneval-py-lua-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 421508, "num_examples": 161}], "download_size": 469495, "dataset_size": 421508}, {"config_name": "humaneval-py-lua-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 416080, "num_examples": 161}], "download_size": 464009, "dataset_size": 416080}, {"config_name": "humaneval-py-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 218780, "num_examples": 161}], "download_size": 267949, "dataset_size": 218780}, {"config_name": "humaneval-py-php-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226347, "num_examples": 161}], "download_size": 275838, "dataset_size": 226347}, {"config_name": "humaneval-py-php-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226347, "num_examples": 161}], "download_size": 275838, "dataset_size": 226347}, {"config_name": "humaneval-py-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269334, "num_examples": 161}], "download_size": 319469, "dataset_size": 269334}, {"config_name": "humaneval-py-php-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 320912, "num_examples": 161}], "download_size": 371301, "dataset_size": 320912}, {"config_name": "humaneval-py-php-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 322463, "num_examples": 161}], "download_size": 372857, "dataset_size": 322463}, {"config_name": "humaneval-py-php-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 490344, "num_examples": 161}], "download_size": 543137, "dataset_size": 490344}, {"config_name": "humaneval-py-php-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 486382, "num_examples": 161}], "download_size": 539027, "dataset_size": 486382}, {"config_name": "humaneval-py-php-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 454567, "num_examples": 161}], "download_size": 508015, "dataset_size": 454567}, {"config_name": "humaneval-py-php-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 455059, "num_examples": 161}], "download_size": 508442, "dataset_size": 455059}, {"config_name": "humaneval-py-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 287584, "num_examples": 161}], "download_size": 341821, "dataset_size": 287584}, {"config_name": "humaneval-py-pl-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 295473, "num_examples": 161}], "download_size": 350032, "dataset_size": 295473}, {"config_name": "humaneval-py-pl-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 295473, "num_examples": 161}], "download_size": 350032, "dataset_size": 295473}, {"config_name": "humaneval-py-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 338299, "num_examples": 161}], "download_size": 393502, "dataset_size": 338299}, {"config_name": "humaneval-py-pl-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 389877, "num_examples": 161}], "download_size": 445334, "dataset_size": 389877}, {"config_name": "humaneval-py-pl-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 391293, "num_examples": 161}], "download_size": 446753, "dataset_size": 391293}, {"config_name": "humaneval-py-pl-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 559309, "num_examples": 161}], "download_size": 617170, "dataset_size": 559309}, {"config_name": "humaneval-py-pl-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 556594, "num_examples": 161}], "download_size": 614334, "dataset_size": 556594}, {"config_name": "humaneval-py-pl-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 523532, "num_examples": 161}], "download_size": 582048, "dataset_size": 523532}, {"config_name": "humaneval-py-pl-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 524915, "num_examples": 161}], "download_size": 583377, "dataset_size": 524915}, {"config_name": "humaneval-py-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 241329, "num_examples": 161}], "download_size": 283588, "dataset_size": 241329}, {"config_name": "humaneval-py-r-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 242950, "num_examples": 161}], "download_size": 285531, "dataset_size": 242950}, {"config_name": "humaneval-py-r-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 242950, "num_examples": 161}], "download_size": 285531, "dataset_size": 242950}, {"config_name": "humaneval-py-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 291561, "num_examples": 161}], "download_size": 334786, "dataset_size": 291561}, {"config_name": "humaneval-py-r-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 343139, "num_examples": 161}], "download_size": 386618, "dataset_size": 343139}, {"config_name": "humaneval-py-r-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 344732, "num_examples": 161}], "download_size": 388216, "dataset_size": 344732}, {"config_name": "humaneval-py-r-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 512571, "num_examples": 161}], "download_size": 558454, "dataset_size": 512571}, {"config_name": "humaneval-py-r-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 512765, "num_examples": 161}], "download_size": 558474, "dataset_size": 512765}, {"config_name": "humaneval-py-r-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 476794, "num_examples": 161}], "download_size": 523332, "dataset_size": 476794}, {"config_name": "humaneval-py-r-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 472181, "num_examples": 161}], "download_size": 518702, "dataset_size": 472181}, {"config_name": "humaneval-py-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 181804, "num_examples": 161}], "download_size": 228069, "dataset_size": 181804}, {"config_name": "humaneval-py-rb-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 189693, "num_examples": 161}], "download_size": 236280, "dataset_size": 189693}, {"config_name": "humaneval-py-rb-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 189693, "num_examples": 161}], "download_size": 236280, "dataset_size": 189693}, {"config_name": "humaneval-py-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 232519, "num_examples": 161}], "download_size": 279750, "dataset_size": 232519}, {"config_name": "humaneval-py-rb-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284097, "num_examples": 161}], "download_size": 331582, "dataset_size": 284097}, {"config_name": "humaneval-py-rb-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 285661, "num_examples": 161}], "download_size": 333151, "dataset_size": 285661}, {"config_name": "humaneval-py-rb-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 453529, "num_examples": 161}], "download_size": 503418, "dataset_size": 453529}, {"config_name": "humaneval-py-rb-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 450659, "num_examples": 161}], "download_size": 500414, "dataset_size": 450659}, {"config_name": "humaneval-py-rb-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 417752, "num_examples": 161}], "download_size": 468296, "dataset_size": 417752}, {"config_name": "humaneval-py-rb-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 417579, "num_examples": 161}], "download_size": 468053, "dataset_size": 417579}, {"config_name": "humaneval-py-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185786, "num_examples": 161}], "download_size": 232856, "dataset_size": 185786}, {"config_name": "humaneval-py-rkt-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 195608, "num_examples": 161}], "download_size": 243322, "dataset_size": 195608}, {"config_name": "humaneval-py-rkt-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 195608, "num_examples": 161}], "download_size": 243322, "dataset_size": 195608}, {"config_name": "humaneval-py-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236823, "num_examples": 161}], "download_size": 284859, "dataset_size": 236823}, {"config_name": "humaneval-py-rkt-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 288401, "num_examples": 161}], "download_size": 336691, "dataset_size": 288401}, {"config_name": "humaneval-py-rkt-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289879, "num_examples": 161}], "download_size": 338172, "dataset_size": 289879}, {"config_name": "humaneval-py-rkt-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 457833, "num_examples": 161}], "download_size": 508527, "dataset_size": 457833}, {"config_name": "humaneval-py-rkt-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 458741, "num_examples": 161}], "download_size": 509443, "dataset_size": 458741}, {"config_name": "humaneval-py-rkt-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 422056, "num_examples": 161}], "download_size": 473405, "dataset_size": 422056}, {"config_name": "humaneval-py-rkt-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 417513, "num_examples": 161}], "download_size": 469002, "dataset_size": 417513}, {"config_name": "humaneval-py-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 177453, "num_examples": 156}], "download_size": 218775, "dataset_size": 177453}, {"config_name": "humaneval-py-rs-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185097, "num_examples": 156}], "download_size": 226731, "dataset_size": 185097}, {"config_name": "humaneval-py-rs-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185097, "num_examples": 156}], "download_size": 226731, "dataset_size": 185097}, {"config_name": "humaneval-py-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226593, "num_examples": 156}], "download_size": 268851, "dataset_size": 226593}, {"config_name": "humaneval-py-rs-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 276264, "num_examples": 156}], "download_size": 318736, "dataset_size": 276264}, {"config_name": "humaneval-py-rs-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 276264, "num_examples": 156}], "download_size": 318736, "dataset_size": 276264}, {"config_name": "humaneval-py-rs-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 444898, "num_examples": 156}], "download_size": 489794, "dataset_size": 444898}, {"config_name": "humaneval-py-rs-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 440454, "num_examples": 156}], "download_size": 485139, "dataset_size": 440454}, {"config_name": "humaneval-py-rs-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 409721, "num_examples": 156}], "download_size": 455222, "dataset_size": 409721}, {"config_name": "humaneval-py-rs-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 400793, "num_examples": 156}], "download_size": 446252, "dataset_size": 400793}, {"config_name": "humaneval-py-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 230813, "num_examples": 160}], "download_size": 274387, "dataset_size": 230813}, {"config_name": "humaneval-py-scala-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238973, "num_examples": 160}], "download_size": 282867, "dataset_size": 238973}, {"config_name": "humaneval-py-scala-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238973, "num_examples": 160}], "download_size": 282867, "dataset_size": 238973}, {"config_name": "humaneval-py-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 281373, "num_examples": 160}], "download_size": 325907, "dataset_size": 281373}, {"config_name": "humaneval-py-scala-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 333037, "num_examples": 160}], "download_size": 377825, "dataset_size": 333037}, {"config_name": "humaneval-py-scala-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 333800, "num_examples": 160}], "download_size": 378590, "dataset_size": 333800}, {"config_name": "humaneval-py-scala-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 502310, "num_examples": 160}], "download_size": 549502, "dataset_size": 502310}, {"config_name": "humaneval-py-scala-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 501032, "num_examples": 160}], "download_size": 548034, "dataset_size": 501032}, {"config_name": "humaneval-py-scala-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 466678, "num_examples": 160}], "download_size": 514525, "dataset_size": 466678}, {"config_name": "humaneval-py-scala-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 460602, "num_examples": 160}], "download_size": 508399, "dataset_size": 460602}, {"config_name": "humaneval-py-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 168044, "num_examples": 158}], "download_size": 217907, "dataset_size": 168044}, {"config_name": "humaneval-py-sh-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 265467, "num_examples": 158}], "download_size": 328031, "dataset_size": 265467}, {"config_name": "humaneval-py-sh-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171047, "num_examples": 158}], "download_size": 217118, "dataset_size": 171047}, {"config_name": "humaneval-py-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217814, "num_examples": 158}], "download_size": 268625, "dataset_size": 217814}, {"config_name": "humaneval-py-sh-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 268867, "num_examples": 158}], "download_size": 319930, "dataset_size": 268867}, {"config_name": "humaneval-py-sh-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269975, "num_examples": 158}], "download_size": 321041, "dataset_size": 269975}, {"config_name": "humaneval-py-sh-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 435325, "num_examples": 158}], "download_size": 488768, "dataset_size": 435325}, {"config_name": "humaneval-py-sh-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 435283, "num_examples": 158}], "download_size": 488535, "dataset_size": 435283}, {"config_name": "humaneval-py-sh-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 399908, "num_examples": 158}], "download_size": 453977, "dataset_size": 399908}, {"config_name": "humaneval-py-sh-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 394864, "num_examples": 158}], "download_size": 448917, "dataset_size": 394864}, {"config_name": "humaneval-py-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211908, "num_examples": 161}], "download_size": 256746, "dataset_size": 211908}, {"config_name": "humaneval-py-swift-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220120, "num_examples": 161}], "download_size": 265280, "dataset_size": 220120}, {"config_name": "humaneval-py-swift-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217795, "num_examples": 161}], "download_size": 262805, "dataset_size": 217795}, {"config_name": "humaneval-py-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 262784, "num_examples": 161}], "download_size": 308588, "dataset_size": 262784}, {"config_name": "humaneval-py-swift-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 314362, "num_examples": 161}], "download_size": 360420, "dataset_size": 314362}, {"config_name": "humaneval-py-swift-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 316185, "num_examples": 161}], "download_size": 362250, "dataset_size": 316185}, {"config_name": "humaneval-py-swift-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 483794, "num_examples": 161}], "download_size": 532256, "dataset_size": 483794}, {"config_name": "humaneval-py-swift-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 483304, "num_examples": 161}], "download_size": 531594, "dataset_size": 483304}, {"config_name": "humaneval-py-swift-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 448017, "num_examples": 161}], "download_size": 497134, "dataset_size": 448017}, {"config_name": "humaneval-py-swift-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 439996, "num_examples": 161}], "download_size": 489032, "dataset_size": 439996}, {"config_name": "humaneval-py-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 184431, "num_examples": 159}], "download_size": 230695, "dataset_size": 184431}, {"config_name": "humaneval-py-ts-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194130, "num_examples": 159}], "download_size": 240712, "dataset_size": 194130}, {"config_name": "humaneval-py-ts-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194130, "num_examples": 159}], "download_size": 240712, "dataset_size": 194130}, {"config_name": "humaneval-py-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 235470, "num_examples": 159}], "download_size": 282688, "dataset_size": 235470}, {"config_name": "humaneval-py-ts-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 221796, "num_examples": 159}], "download_size": 269014, "dataset_size": 221796}, {"config_name": "humaneval-py-ts-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289202, "num_examples": 159}], "download_size": 336673, "dataset_size": 289202}, {"config_name": "humaneval-py-ts-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 455904, "num_examples": 159}], "download_size": 505829, "dataset_size": 455904}, {"config_name": "humaneval-py-ts-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 450589, "num_examples": 159}], "download_size": 500308, "dataset_size": 450589}, {"config_name": "humaneval-py-ts-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 419176, "num_examples": 159}], "download_size": 469649, "dataset_size": 419176}, {"config_name": "humaneval-py-ts-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 417590, "num_examples": 159}], "download_size": 467978, "dataset_size": 417590}, {"config_name": "humaneval-r-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212937, "num_examples": 124}], "download_size": 249007, "dataset_size": 212937}, {"config_name": "humaneval-r-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251253, "num_examples": 124}], "download_size": 288067, "dataset_size": 251253}, {"config_name": "humaneval-r-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 246255, "num_examples": 122}], "download_size": 284221, "dataset_size": 246255}, {"config_name": "humaneval-r-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 283831, "num_examples": 122}], "download_size": 322529, "dataset_size": 283831}, {"config_name": "humaneval-r-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 175594, "num_examples": 122}], "download_size": 213592, "dataset_size": 175594}, {"config_name": "humaneval-r-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213048, "num_examples": 122}], "download_size": 251778, "dataset_size": 213048}, {"config_name": "humaneval-r-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203273, "num_examples": 118}], "download_size": 245535, "dataset_size": 203273}, {"config_name": "humaneval-r-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239617, "num_examples": 118}], "download_size": 282587, "dataset_size": 239617}, {"config_name": "humaneval-r-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 226937, "num_examples": 122}], "download_size": 263511, "dataset_size": 226937}, {"config_name": "humaneval-r-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 264757, "num_examples": 122}], "download_size": 302063, "dataset_size": 264757}, {"config_name": "humaneval-r-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 135483, "num_examples": 123}], "download_size": 171154, "dataset_size": 135483}, {"config_name": "humaneval-r-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 173736, "num_examples": 123}], "download_size": 210145, "dataset_size": 173736}, {"config_name": "humaneval-r-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 147219, "num_examples": 124}], "download_size": 184191, "dataset_size": 147219}, {"config_name": "humaneval-r-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186403, "num_examples": 124}], "download_size": 224119, "dataset_size": 186403}, {"config_name": "humaneval-r-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154097, "num_examples": 124}], "download_size": 188603, "dataset_size": 154097}, {"config_name": "humaneval-r-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192413, "num_examples": 124}], "download_size": 227663, "dataset_size": 192413}, {"config_name": "humaneval-r-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178757, "num_examples": 124}], "download_size": 217579, "dataset_size": 178757}, {"config_name": "humaneval-r-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217073, "num_examples": 124}], "download_size": 256639, "dataset_size": 217073}, {"config_name": "humaneval-r-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 230697, "num_examples": 124}], "download_size": 273496, "dataset_size": 230697}, {"config_name": "humaneval-r-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 269137, "num_examples": 124}], "download_size": 312680, "dataset_size": 269137}, {"config_name": "humaneval-r-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 143997, "num_examples": 124}], "download_size": 179139, "dataset_size": 143997}, {"config_name": "humaneval-r-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 182685, "num_examples": 124}], "download_size": 218571, "dataset_size": 182685}, {"config_name": "humaneval-r-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 151059, "num_examples": 124}], "download_size": 187659, "dataset_size": 151059}, {"config_name": "humaneval-r-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 189499, "num_examples": 124}], "download_size": 226843, "dataset_size": 189499}, {"config_name": "humaneval-r-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154062, "num_examples": 124}], "download_size": 191282, "dataset_size": 154062}, {"config_name": "humaneval-r-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192750, "num_examples": 124}], "download_size": 230714, "dataset_size": 192750}, {"config_name": "humaneval-r-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 150322, "num_examples": 122}], "download_size": 183610, "dataset_size": 150322}, {"config_name": "humaneval-r-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 188142, "num_examples": 122}], "download_size": 222162, "dataset_size": 188142}, {"config_name": "humaneval-r-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 183572, "num_examples": 123}], "download_size": 218017, "dataset_size": 183572}, {"config_name": "humaneval-r-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 221825, "num_examples": 123}], "download_size": 257008, "dataset_size": 221825}, {"config_name": "humaneval-r-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 139820, "num_examples": 121}], "download_size": 178747, "dataset_size": 139820}, {"config_name": "humaneval-r-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 177330, "num_examples": 121}], "download_size": 216983, "dataset_size": 177330}, {"config_name": "humaneval-r-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174179, "num_examples": 124}], "download_size": 209681, "dataset_size": 174179}, {"config_name": "humaneval-r-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212743, "num_examples": 124}], "download_size": 248989, "dataset_size": 212743}, {"config_name": "humaneval-r-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 153893, "num_examples": 123}], "download_size": 190675, "dataset_size": 153893}, {"config_name": "humaneval-r-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192761, "num_examples": 123}], "download_size": 230281, "dataset_size": 192761}, {"config_name": "humaneval-rb-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 231623, "num_examples": 150}], "download_size": 273585, "dataset_size": 231623}, {"config_name": "humaneval-rb-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 278423, "num_examples": 150}], "download_size": 321285, "dataset_size": 278423}, {"config_name": "humaneval-rb-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 274917, "num_examples": 148}], "download_size": 319353, "dataset_size": 274917}, {"config_name": "humaneval-rb-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 320945, "num_examples": 148}], "download_size": 366269, "dataset_size": 320945}, {"config_name": "humaneval-rb-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 183368, "num_examples": 146}], "download_size": 227277, "dataset_size": 183368}, {"config_name": "humaneval-rb-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228628, "num_examples": 146}], "download_size": 273413, "dataset_size": 228628}, {"config_name": "humaneval-rb-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219876, "num_examples": 144}], "download_size": 269862, "dataset_size": 219876}, {"config_name": "humaneval-rb-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 264660, "num_examples": 144}], "download_size": 315510, "dataset_size": 264660}, {"config_name": "humaneval-rb-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 252457, "num_examples": 148}], "download_size": 295215, "dataset_size": 252457}, {"config_name": "humaneval-rb-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 298781, "num_examples": 148}], "download_size": 342427, "dataset_size": 298781}, {"config_name": "humaneval-rb-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 133568, "num_examples": 148}], "download_size": 174824, "dataset_size": 133568}, {"config_name": "humaneval-rb-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180040, "num_examples": 148}], "download_size": 222184, "dataset_size": 180040}, {"config_name": "humaneval-rb-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 148669, "num_examples": 150}], "download_size": 191741, "dataset_size": 148669}, {"config_name": "humaneval-rb-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196519, "num_examples": 150}], "download_size": 240491, "dataset_size": 196519}, {"config_name": "humaneval-rb-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 156903, "num_examples": 150}], "download_size": 197249, "dataset_size": 156903}, {"config_name": "humaneval-rb-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203703, "num_examples": 150}], "download_size": 244949, "dataset_size": 203703}, {"config_name": "humaneval-rb-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 187561, "num_examples": 150}], "download_size": 232895, "dataset_size": 187561}, {"config_name": "humaneval-rb-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 234361, "num_examples": 150}], "download_size": 280595, "dataset_size": 234361}, {"config_name": "humaneval-rb-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 250848, "num_examples": 150}], "download_size": 300782, "dataset_size": 250848}, {"config_name": "humaneval-rb-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297798, "num_examples": 150}], "download_size": 348632, "dataset_size": 297798}, {"config_name": "humaneval-rb-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 144887, "num_examples": 150}], "download_size": 186015, "dataset_size": 144887}, {"config_name": "humaneval-rb-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192137, "num_examples": 150}], "download_size": 234165, "dataset_size": 192137}, {"config_name": "humaneval-rb-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208692, "num_examples": 150}], "download_size": 247688, "dataset_size": 208692}, {"config_name": "humaneval-rb-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255192, "num_examples": 150}], "download_size": 295088, "dataset_size": 255192}, {"config_name": "humaneval-rb-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 156934, "num_examples": 150}], "download_size": 200306, "dataset_size": 156934}, {"config_name": "humaneval-rb-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 204184, "num_examples": 150}], "download_size": 248456, "dataset_size": 204184}, {"config_name": "humaneval-rb-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 149391, "num_examples": 146}], "download_size": 187587, "dataset_size": 149391}, {"config_name": "humaneval-rb-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 195089, "num_examples": 146}], "download_size": 234161, "dataset_size": 195089}, {"config_name": "humaneval-rb-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197038, "num_examples": 149}], "download_size": 237135, "dataset_size": 197038}, {"config_name": "humaneval-rb-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 243824, "num_examples": 149}], "download_size": 284815, "dataset_size": 243824}, {"config_name": "humaneval-rb-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 140661, "num_examples": 147}], "download_size": 186640, "dataset_size": 140661}, {"config_name": "humaneval-rb-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186672, "num_examples": 147}], "download_size": 233533, "dataset_size": 186672}, {"config_name": "humaneval-rb-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 180695, "num_examples": 150}], "download_size": 221985, "dataset_size": 180695}, {"config_name": "humaneval-rb-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227795, "num_examples": 150}], "download_size": 269985, "dataset_size": 227795}, {"config_name": "humaneval-rb-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 155703, "num_examples": 148}], "download_size": 198284, "dataset_size": 155703}, {"config_name": "humaneval-rb-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202915, "num_examples": 148}], "download_size": 246384, "dataset_size": 202915}, {"config_name": "humaneval-rkt-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 234376, "num_examples": 138}], "download_size": 273371, "dataset_size": 234376}, {"config_name": "humaneval-rkt-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277708, "num_examples": 138}], "download_size": 317531, "dataset_size": 277708}, {"config_name": "humaneval-rkt-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273011, "num_examples": 136}], "download_size": 314174, "dataset_size": 273011}, {"config_name": "humaneval-rkt-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 315579, "num_examples": 136}], "download_size": 357558, "dataset_size": 315579}, {"config_name": "humaneval-rkt-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 185556, "num_examples": 135}], "download_size": 226552, "dataset_size": 185556}, {"config_name": "humaneval-rkt-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227676, "num_examples": 135}], "download_size": 269482, "dataset_size": 227676}, {"config_name": "humaneval-rkt-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219186, "num_examples": 133}], "download_size": 265720, "dataset_size": 219186}, {"config_name": "humaneval-rkt-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260815, "num_examples": 133}], "download_size": 308147, "dataset_size": 260815}, {"config_name": "humaneval-rkt-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 253685, "num_examples": 136}], "download_size": 293352, "dataset_size": 253685}, {"config_name": "humaneval-rkt-java-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260349, "num_examples": 136}], "download_size": 300288, "dataset_size": 260349}, {"config_name": "humaneval-rkt-java-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 260349, "num_examples": 136}], "download_size": 300288, "dataset_size": 260349}, {"config_name": "humaneval-rkt-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 296525, "num_examples": 136}], "download_size": 337008, "dataset_size": 296525}, {"config_name": "humaneval-rkt-java-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284829, "num_examples": 136}], "download_size": 325312, "dataset_size": 284829}, {"config_name": "humaneval-rkt-java-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 368367, "num_examples": 136}], "download_size": 409227, "dataset_size": 368367}, {"config_name": "humaneval-rkt-java-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 306453, "num_examples": 136}], "download_size": 346936, "dataset_size": 306453}, {"config_name": "humaneval-rkt-java-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 386788, "num_examples": 136}], "download_size": 428036, "dataset_size": 386788}, {"config_name": "humaneval-rkt-java-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 286733, "num_examples": 136}], "download_size": 327216, "dataset_size": 286733}, {"config_name": "humaneval-rkt-java-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 360256, "num_examples": 136}], "download_size": 401396, "dataset_size": 360256}, {"config_name": "humaneval-rkt-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 139996, "num_examples": 137}], "download_size": 178615, "dataset_size": 139996}, {"config_name": "humaneval-rkt-jl-direct-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 146983, "num_examples": 137}], "download_size": 185876, "dataset_size": 146983}, {"config_name": "humaneval-rkt-jl-direct-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 146983, "num_examples": 137}], "download_size": 185876, "dataset_size": 146983}, {"config_name": "humaneval-rkt-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 183288, "num_examples": 137}], "download_size": 222729, "dataset_size": 183288}, {"config_name": "humaneval-rkt-jl-exp-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171506, "num_examples": 137}], "download_size": 210947, "dataset_size": 171506}, {"config_name": "humaneval-rkt-jl-exp-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228800, "num_examples": 137}], "download_size": 268464, "dataset_size": 228800}, {"config_name": "humaneval-rkt-jl-exp-lbl-d-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193289, "num_examples": 137}], "download_size": 232730, "dataset_size": 193289}, {"config_name": "humaneval-rkt-jl-exp-lbl-d-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 283282, "num_examples": 137}], "download_size": 323590, "dataset_size": 283282}, {"config_name": "humaneval-rkt-jl-exp-lbl-gpt3.5", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 173424, "num_examples": 137}], "download_size": 212865, "dataset_size": 173424}, {"config_name": "humaneval-rkt-jl-exp-lbl-gpt3.5exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 229140, "num_examples": 137}], "download_size": 269059, "dataset_size": 229140}, {"config_name": "humaneval-rkt-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 152504, "num_examples": 138}], "download_size": 192513, "dataset_size": 152504}, {"config_name": "humaneval-rkt-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196802, "num_examples": 138}], "download_size": 237639, "dataset_size": 196802}, {"config_name": "humaneval-rkt-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160077, "num_examples": 138}], "download_size": 197572, "dataset_size": 160077}, {"config_name": "humaneval-rkt-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203409, "num_examples": 138}], "download_size": 241732, "dataset_size": 203409}, {"config_name": "humaneval-rkt-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 188793, "num_examples": 138}], "download_size": 230884, "dataset_size": 188793}, {"config_name": "humaneval-rkt-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 232125, "num_examples": 138}], "download_size": 275044, "dataset_size": 232125}, {"config_name": "humaneval-rkt-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 247633, "num_examples": 138}], "download_size": 293988, "dataset_size": 247633}, {"config_name": "humaneval-rkt-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 291103, "num_examples": 138}], "download_size": 338286, "dataset_size": 291103}, {"config_name": "humaneval-rkt-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 149500, "num_examples": 138}], "download_size": 187741, "dataset_size": 149500}, {"config_name": "humaneval-rkt-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 193246, "num_examples": 138}], "download_size": 232315, "dataset_size": 193246}, {"config_name": "humaneval-rkt-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 207864, "num_examples": 138}], "download_size": 244117, "dataset_size": 207864}, {"config_name": "humaneval-rkt-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 250920, "num_examples": 138}], "download_size": 288001, "dataset_size": 250920}, {"config_name": "humaneval-rkt-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 156746, "num_examples": 138}], "download_size": 196341, "dataset_size": 156746}, {"config_name": "humaneval-rkt-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200216, "num_examples": 138}], "download_size": 240639, "dataset_size": 200216}, {"config_name": "humaneval-rkt-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154865, "num_examples": 135}], "download_size": 190614, "dataset_size": 154865}, {"config_name": "humaneval-rkt-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197390, "num_examples": 135}], "download_size": 233949, "dataset_size": 197390}, {"config_name": "humaneval-rkt-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200104, "num_examples": 137}], "download_size": 237348, "dataset_size": 200104}, {"config_name": "humaneval-rkt-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 243396, "num_examples": 137}], "download_size": 281462, "dataset_size": 243396}, {"config_name": "humaneval-rkt-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 144413, "num_examples": 135}], "download_size": 187013, "dataset_size": 144413}, {"config_name": "humaneval-rkt-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 186938, "num_examples": 135}], "download_size": 230348, "dataset_size": 186938}, {"config_name": "humaneval-rkt-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 182332, "num_examples": 138}], "download_size": 220703, "dataset_size": 182332}, {"config_name": "humaneval-rkt-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 225940, "num_examples": 138}], "download_size": 265139, "dataset_size": 225940}, {"config_name": "humaneval-rkt-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160290, "num_examples": 137}], "download_size": 200137, "dataset_size": 160290}, {"config_name": "humaneval-rkt-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 204267, "num_examples": 137}], "download_size": 244936, "dataset_size": 204267}, {"config_name": "humaneval-rs-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239849, "num_examples": 144}], "download_size": 280657, "dataset_size": 239849}, {"config_name": "humaneval-rs-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284777, "num_examples": 144}], "download_size": 326449, "dataset_size": 284777}, {"config_name": "humaneval-rs-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 287984, "num_examples": 144}], "download_size": 331866, "dataset_size": 287984}, {"config_name": "humaneval-rs-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 332768, "num_examples": 144}], "download_size": 377514, "dataset_size": 332768}, {"config_name": "humaneval-rs-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199820, "num_examples": 144}], "download_size": 243773, "dataset_size": 199820}, {"config_name": "humaneval-rs-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244460, "num_examples": 144}], "download_size": 289277, "dataset_size": 244460}, {"config_name": "humaneval-rs-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 236009, "num_examples": 142}], "download_size": 285919, "dataset_size": 236009}, {"config_name": "humaneval-rs-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 280171, "num_examples": 142}], "download_size": 330933, "dataset_size": 280171}, {"config_name": "humaneval-rs-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 265698, "num_examples": 144}], "download_size": 307946, "dataset_size": 265698}, {"config_name": "humaneval-rs-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 310770, "num_examples": 144}], "download_size": 353882, "dataset_size": 310770}, {"config_name": "humaneval-rs-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 149700, "num_examples": 144}], "download_size": 190503, "dataset_size": 149700}, {"config_name": "humaneval-rs-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194916, "num_examples": 144}], "download_size": 236583, "dataset_size": 194916}, {"config_name": "humaneval-rs-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 161725, "num_examples": 144}], "download_size": 203685, "dataset_size": 161725}, {"config_name": "humaneval-rs-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 207661, "num_examples": 144}], "download_size": 250485, "dataset_size": 207661}, {"config_name": "humaneval-rs-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169676, "num_examples": 144}], "download_size": 208936, "dataset_size": 169676}, {"config_name": "humaneval-rs-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 214604, "num_examples": 144}], "download_size": 254728, "dataset_size": 214604}, {"config_name": "humaneval-rs-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 198815, "num_examples": 144}], "download_size": 242921, "dataset_size": 198815}, {"config_name": "humaneval-rs-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 243743, "num_examples": 144}], "download_size": 288713, "dataset_size": 243743}, {"config_name": "humaneval-rs-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 259499, "num_examples": 144}], "download_size": 308130, "dataset_size": 259499}, {"config_name": "humaneval-rs-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304571, "num_examples": 144}], "download_size": 354066, "dataset_size": 304571}, {"config_name": "humaneval-rs-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158142, "num_examples": 144}], "download_size": 198158, "dataset_size": 158142}, {"config_name": "humaneval-rs-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 203502, "num_examples": 144}], "download_size": 244382, "dataset_size": 203502}, {"config_name": "humaneval-rs-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219234, "num_examples": 144}], "download_size": 257198, "dataset_size": 219234}, {"config_name": "humaneval-rs-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 263874, "num_examples": 144}], "download_size": 302702, "dataset_size": 263874}, {"config_name": "humaneval-rs-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 166183, "num_examples": 144}], "download_size": 207711, "dataset_size": 166183}, {"config_name": "humaneval-rs-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211255, "num_examples": 144}], "download_size": 253647, "dataset_size": 211255}, {"config_name": "humaneval-rs-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169627, "num_examples": 144}], "download_size": 211875, "dataset_size": 169627}, {"config_name": "humaneval-rs-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 214987, "num_examples": 144}], "download_size": 258099, "dataset_size": 214987}, {"config_name": "humaneval-rs-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 210402, "num_examples": 144}], "download_size": 249770, "dataset_size": 210402}, {"config_name": "humaneval-rs-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 255618, "num_examples": 144}], "download_size": 295850, "dataset_size": 255618}, {"config_name": "humaneval-rs-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 153547, "num_examples": 141}], "download_size": 198108, "dataset_size": 153547}, {"config_name": "humaneval-rs-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 197680, "num_examples": 141}], "download_size": 243087, "dataset_size": 197680}, {"config_name": "humaneval-rs-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 192278, "num_examples": 144}], "download_size": 232510, "dataset_size": 192278}, {"config_name": "humaneval-rs-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 237494, "num_examples": 144}], "download_size": 278590, "dataset_size": 237494}, {"config_name": "humaneval-rs-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170987, "num_examples": 144}], "download_size": 213091, "dataset_size": 170987}, {"config_name": "humaneval-rs-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216923, "num_examples": 144}], "download_size": 259891, "dataset_size": 216923}, {"config_name": "humaneval-scala-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 237640, "num_examples": 142}], "download_size": 278183, "dataset_size": 237640}, {"config_name": "humaneval-scala-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 282086, "num_examples": 142}], "download_size": 323481, "dataset_size": 282086}, {"config_name": "humaneval-scala-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284322, "num_examples": 142}], "download_size": 327897, "dataset_size": 284322}, {"config_name": "humaneval-scala-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 328626, "num_examples": 142}], "download_size": 373053, "dataset_size": 328626}, {"config_name": "humaneval-scala-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196365, "num_examples": 140}], "download_size": 239218, "dataset_size": 196365}, {"config_name": "humaneval-scala-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239905, "num_examples": 140}], "download_size": 283598, "dataset_size": 239905}, {"config_name": "humaneval-scala-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 240142, "num_examples": 142}], "download_size": 290341, "dataset_size": 240142}, {"config_name": "humaneval-scala-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 284446, "num_examples": 142}], "download_size": 335497, "dataset_size": 284446}, {"config_name": "humaneval-scala-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 261864, "num_examples": 142}], "download_size": 303827, "dataset_size": 261864}, {"config_name": "humaneval-scala-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 306452, "num_examples": 142}], "download_size": 349267, "dataset_size": 306452}, {"config_name": "humaneval-scala-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 151189, "num_examples": 141}], "download_size": 191361, "dataset_size": 151189}, {"config_name": "humaneval-scala-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 195604, "num_examples": 141}], "download_size": 236622, "dataset_size": 195604}, {"config_name": "humaneval-scala-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164558, "num_examples": 142}], "download_size": 206237, "dataset_size": 164558}, {"config_name": "humaneval-scala-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 209998, "num_examples": 142}], "download_size": 252529, "dataset_size": 209998}, {"config_name": "humaneval-scala-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 172439, "num_examples": 142}], "download_size": 211396, "dataset_size": 172439}, {"config_name": "humaneval-scala-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216885, "num_examples": 142}], "download_size": 256694, "dataset_size": 216885}, {"config_name": "humaneval-scala-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200283, "num_examples": 142}], "download_size": 244038, "dataset_size": 200283}, {"config_name": "humaneval-scala-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244729, "num_examples": 142}], "download_size": 289336, "dataset_size": 244729}, {"config_name": "humaneval-scala-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 258416, "num_examples": 142}], "download_size": 306608, "dataset_size": 258416}, {"config_name": "humaneval-scala-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 303004, "num_examples": 142}], "download_size": 352048, "dataset_size": 303004}, {"config_name": "humaneval-scala-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 160912, "num_examples": 142}], "download_size": 200603, "dataset_size": 160912}, {"config_name": "humaneval-scala-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 205784, "num_examples": 142}], "download_size": 246327, "dataset_size": 205784}, {"config_name": "humaneval-scala-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220989, "num_examples": 142}], "download_size": 258668, "dataset_size": 220989}, {"config_name": "humaneval-scala-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 265151, "num_examples": 142}], "download_size": 303682, "dataset_size": 265151}, {"config_name": "humaneval-scala-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 168923, "num_examples": 142}], "download_size": 210176, "dataset_size": 168923}, {"config_name": "humaneval-scala-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 213511, "num_examples": 142}], "download_size": 255616, "dataset_size": 213511}, {"config_name": "humaneval-scala-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 172465, "num_examples": 142}], "download_size": 214428, "dataset_size": 172465}, {"config_name": "humaneval-scala-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217337, "num_examples": 142}], "download_size": 260152, "dataset_size": 217337}, {"config_name": "humaneval-scala-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 167996, "num_examples": 140}], "download_size": 205553, "dataset_size": 167996}, {"config_name": "humaneval-scala-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 211956, "num_examples": 140}], "download_size": 250353, "dataset_size": 211956}, {"config_name": "humaneval-scala-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 156724, "num_examples": 139}], "download_size": 200831, "dataset_size": 156724}, {"config_name": "humaneval-scala-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200370, "num_examples": 139}], "download_size": 245311, "dataset_size": 200370}, {"config_name": "humaneval-scala-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194899, "num_examples": 142}], "download_size": 234874, "dataset_size": 194899}, {"config_name": "humaneval-scala-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 239629, "num_examples": 142}], "download_size": 280456, "dataset_size": 239629}, {"config_name": "humaneval-scala-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 171888, "num_examples": 141}], "download_size": 213356, "dataset_size": 171888}, {"config_name": "humaneval-scala-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 217008, "num_examples": 141}], "download_size": 259322, "dataset_size": 217008}, {"config_name": "humaneval-sh-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251470, "num_examples": 146}], "download_size": 294288, "dataset_size": 251470}, {"config_name": "humaneval-sh-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 297022, "num_examples": 146}], "download_size": 340716, "dataset_size": 297022}, {"config_name": "humaneval-sh-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 293082, "num_examples": 144}], "download_size": 338211, "dataset_size": 293082}, {"config_name": "humaneval-sh-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 337866, "num_examples": 144}], "download_size": 383859, "dataset_size": 337866}, {"config_name": "humaneval-sh-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202928, "num_examples": 142}], "download_size": 247505, "dataset_size": 202928}, {"config_name": "humaneval-sh-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 246948, "num_examples": 142}], "download_size": 292377, "dataset_size": 246948}, {"config_name": "humaneval-sh-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 238508, "num_examples": 140}], "download_size": 289006, "dataset_size": 238508}, {"config_name": "humaneval-sh-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 282048, "num_examples": 140}], "download_size": 333386, "dataset_size": 282048}, {"config_name": "humaneval-sh-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 271913, "num_examples": 144}], "download_size": 315458, "dataset_size": 271913}, {"config_name": "humaneval-sh-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 316985, "num_examples": 144}], "download_size": 361394, "dataset_size": 316985}, {"config_name": "humaneval-sh-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 154739, "num_examples": 144}], "download_size": 196813, "dataset_size": 154739}, {"config_name": "humaneval-sh-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199955, "num_examples": 144}], "download_size": 242893, "dataset_size": 199955}, {"config_name": "humaneval-sh-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170002, "num_examples": 146}], "download_size": 213898, "dataset_size": 170002}, {"config_name": "humaneval-sh-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216576, "num_examples": 146}], "download_size": 261348, "dataset_size": 216576}, {"config_name": "humaneval-sh-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178026, "num_examples": 146}], "download_size": 219182, "dataset_size": 178026}, {"config_name": "humaneval-sh-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223578, "num_examples": 146}], "download_size": 265610, "dataset_size": 223578}, {"config_name": "humaneval-sh-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208413, "num_examples": 146}], "download_size": 254543, "dataset_size": 208413}, {"config_name": "humaneval-sh-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 253965, "num_examples": 146}], "download_size": 300971, "dataset_size": 253965}, {"config_name": "humaneval-sh-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 271336, "num_examples": 146}], "download_size": 322136, "dataset_size": 271336}, {"config_name": "humaneval-sh-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 317034, "num_examples": 146}], "download_size": 368710, "dataset_size": 317034}, {"config_name": "humaneval-sh-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 166204, "num_examples": 146}], "download_size": 208122, "dataset_size": 166204}, {"config_name": "humaneval-sh-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212194, "num_examples": 146}], "download_size": 254988, "dataset_size": 212194}, {"config_name": "humaneval-sh-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 228638, "num_examples": 146}], "download_size": 268480, "dataset_size": 228638}, {"config_name": "humaneval-sh-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 273898, "num_examples": 146}], "download_size": 314616, "dataset_size": 273898}, {"config_name": "humaneval-sh-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174509, "num_examples": 146}], "download_size": 217967, "dataset_size": 174509}, {"config_name": "humaneval-sh-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220207, "num_examples": 146}], "download_size": 264541, "dataset_size": 220207}, {"config_name": "humaneval-sh-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 177929, "num_examples": 146}], "download_size": 222117, "dataset_size": 177929}, {"config_name": "humaneval-sh-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223919, "num_examples": 146}], "download_size": 268983, "dataset_size": 223919}, {"config_name": "humaneval-sh-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170658, "num_examples": 142}], "download_size": 209706, "dataset_size": 170658}, {"config_name": "humaneval-sh-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215104, "num_examples": 142}], "download_size": 255004, "dataset_size": 215104}, {"config_name": "humaneval-sh-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 218375, "num_examples": 145}], "download_size": 259347, "dataset_size": 218375}, {"config_name": "humaneval-sh-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 263905, "num_examples": 145}], "download_size": 305747, "dataset_size": 263905}, {"config_name": "humaneval-sh-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 201387, "num_examples": 146}], "download_size": 243549, "dataset_size": 201387}, {"config_name": "humaneval-sh-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 247231, "num_examples": 146}], "download_size": 290269, "dataset_size": 247231}, {"config_name": "humaneval-sh-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 176498, "num_examples": 144}], "download_size": 219845, "dataset_size": 176498}, {"config_name": "humaneval-sh-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222434, "num_examples": 144}], "download_size": 266645, "dataset_size": 222434}, {"config_name": "humaneval-swift-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244248, "num_examples": 145}], "download_size": 285400, "dataset_size": 244248}, {"config_name": "humaneval-swift-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289633, "num_examples": 145}], "download_size": 331655, "dataset_size": 289633}, {"config_name": "humaneval-swift-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 289740, "num_examples": 144}], "download_size": 333633, "dataset_size": 289740}, {"config_name": "humaneval-swift-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 334668, "num_examples": 144}], "download_size": 379425, "dataset_size": 334668}, {"config_name": "humaneval-swift-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 196918, "num_examples": 142}], "download_size": 240264, "dataset_size": 196918}, {"config_name": "humaneval-swift-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 241080, "num_examples": 142}], "download_size": 285278, "dataset_size": 241080}, {"config_name": "humaneval-swift-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 233850, "num_examples": 141}], "download_size": 283438, "dataset_size": 233850}, {"config_name": "humaneval-swift-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 277842, "num_examples": 141}], "download_size": 328276, "dataset_size": 277842}, {"config_name": "humaneval-swift-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 268335, "num_examples": 144}], "download_size": 310594, "dataset_size": 268335}, {"config_name": "humaneval-swift-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 313551, "num_examples": 144}], "download_size": 356674, "dataset_size": 313551}, {"config_name": "humaneval-swift-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 148838, "num_examples": 144}], "download_size": 189610, "dataset_size": 148838}, {"config_name": "humaneval-swift-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 194198, "num_examples": 144}], "download_size": 235834, "dataset_size": 194198}, {"config_name": "humaneval-swift-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 162180, "num_examples": 145}], "download_size": 204470, "dataset_size": 162180}, {"config_name": "humaneval-swift-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208580, "num_examples": 145}], "download_size": 251740, "dataset_size": 208580}, {"config_name": "humaneval-swift-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170170, "num_examples": 145}], "download_size": 209790, "dataset_size": 170170}, {"config_name": "humaneval-swift-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215555, "num_examples": 145}], "download_size": 256045, "dataset_size": 215555}, {"config_name": "humaneval-swift-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 199430, "num_examples": 145}], "download_size": 243859, "dataset_size": 199430}, {"config_name": "humaneval-swift-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244815, "num_examples": 145}], "download_size": 290114, "dataset_size": 244815}, {"config_name": "humaneval-swift-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 259658, "num_examples": 145}], "download_size": 308558, "dataset_size": 259658}, {"config_name": "humaneval-swift-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 305188, "num_examples": 145}], "download_size": 354958, "dataset_size": 305188}, {"config_name": "humaneval-swift-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 158817, "num_examples": 145}], "download_size": 199200, "dataset_size": 158817}, {"config_name": "humaneval-swift-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 204637, "num_examples": 145}], "download_size": 245890, "dataset_size": 204637}, {"config_name": "humaneval-swift-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 220024, "num_examples": 145}], "download_size": 258339, "dataset_size": 220024}, {"config_name": "humaneval-swift-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 265119, "num_examples": 145}], "download_size": 304304, "dataset_size": 265119}, {"config_name": "humaneval-swift-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 166624, "num_examples": 145}], "download_size": 208479, "dataset_size": 166624}, {"config_name": "humaneval-swift-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212154, "num_examples": 145}], "download_size": 254879, "dataset_size": 212154}, {"config_name": "humaneval-swift-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170204, "num_examples": 145}], "download_size": 212784, "dataset_size": 170204}, {"config_name": "humaneval-swift-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216024, "num_examples": 145}], "download_size": 259474, "dataset_size": 216024}, {"config_name": "humaneval-swift-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 164268, "num_examples": 142}], "download_size": 202073, "dataset_size": 164268}, {"config_name": "humaneval-swift-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208856, "num_examples": 142}], "download_size": 247513, "dataset_size": 208856}, {"config_name": "humaneval-swift-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 212749, "num_examples": 145}], "download_size": 252429, "dataset_size": 212749}, {"config_name": "humaneval-swift-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 258424, "num_examples": 145}], "download_size": 298974, "dataset_size": 258424}, {"config_name": "humaneval-swift-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 155205, "num_examples": 143}], "download_size": 200491, "dataset_size": 155205}, {"config_name": "humaneval-swift-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 200107, "num_examples": 143}], "download_size": 246251, "dataset_size": 200107}, {"config_name": "humaneval-swift-ts-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 169982, "num_examples": 144}], "download_size": 212066, "dataset_size": 169982}, {"config_name": "humaneval-swift-ts-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 216062, "num_examples": 144}], "download_size": 259010, "dataset_size": 216062}, {"config_name": "humaneval-ts-cpp-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 256270, "num_examples": 153}], "download_size": 299449, "dataset_size": 256270}, {"config_name": "humaneval-ts-cpp-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304924, "num_examples": 153}], "download_size": 349021, "dataset_size": 304924}, {"config_name": "humaneval-ts-cs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 304810, "num_examples": 152}], "download_size": 350894, "dataset_size": 304810}, {"config_name": "humaneval-ts-cs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 352994, "num_examples": 152}], "download_size": 399990, "dataset_size": 352994}, {"config_name": "humaneval-ts-d-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 208777, "num_examples": 151}], "download_size": 254693, "dataset_size": 208777}, {"config_name": "humaneval-ts-d-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 256493, "num_examples": 151}], "download_size": 303315, "dataset_size": 256493}, {"config_name": "humaneval-ts-go-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 244584, "num_examples": 148}], "download_size": 296399, "dataset_size": 244584}, {"config_name": "humaneval-ts-go-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 291500, "num_examples": 148}], "download_size": 344203, "dataset_size": 291500}, {"config_name": "humaneval-ts-java-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 282120, "num_examples": 152}], "download_size": 326482, "dataset_size": 282120}, {"config_name": "humaneval-ts-java-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 330608, "num_examples": 152}], "download_size": 375882, "dataset_size": 330608}, {"config_name": "humaneval-ts-jl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 157354, "num_examples": 153}], "download_size": 200508, "dataset_size": 157354}, {"config_name": "humaneval-ts-jl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 206314, "num_examples": 153}], "download_size": 250386, "dataset_size": 206314}, {"config_name": "humaneval-ts-js-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 170073, "num_examples": 153}], "download_size": 214454, "dataset_size": 170073}, {"config_name": "humaneval-ts-js-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 219798, "num_examples": 153}], "download_size": 265097, "dataset_size": 219798}, {"config_name": "humaneval-ts-lua-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178511, "num_examples": 153}], "download_size": 220064, "dataset_size": 178511}, {"config_name": "humaneval-ts-lua-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227165, "num_examples": 153}], "download_size": 269636, "dataset_size": 227165}, {"config_name": "humaneval-ts-php-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 209789, "num_examples": 153}], "download_size": 256455, "dataset_size": 209789}, {"config_name": "humaneval-ts-php-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 258443, "num_examples": 153}], "download_size": 306027, "dataset_size": 258443}, {"config_name": "humaneval-ts-pl-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 274663, "num_examples": 153}], "download_size": 326053, "dataset_size": 274663}, {"config_name": "humaneval-ts-pl-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 323470, "num_examples": 153}], "download_size": 375778, "dataset_size": 323470}, {"config_name": "humaneval-ts-py-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 166367, "num_examples": 153}], "download_size": 208727, "dataset_size": 166367}, {"config_name": "humaneval-ts-py-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 215480, "num_examples": 153}], "download_size": 258758, "dataset_size": 215480}, {"config_name": "humaneval-ts-r-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 231284, "num_examples": 153}], "download_size": 271460, "dataset_size": 231284}, {"config_name": "humaneval-ts-r-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 279632, "num_examples": 153}], "download_size": 320726, "dataset_size": 279632}, {"config_name": "humaneval-ts-rb-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174790, "num_examples": 153}], "download_size": 218712, "dataset_size": 174790}, {"config_name": "humaneval-ts-rb-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223597, "num_examples": 153}], "download_size": 268437, "dataset_size": 223597}, {"config_name": "humaneval-ts-rkt-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 178653, "num_examples": 153}], "download_size": 223340, "dataset_size": 178653}, {"config_name": "humaneval-ts-rkt-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 227766, "num_examples": 153}], "download_size": 273371, "dataset_size": 227766}, {"config_name": "humaneval-ts-rs-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 174451, "num_examples": 151}], "download_size": 214468, "dataset_size": 174451}, {"config_name": "humaneval-ts-rs-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 222620, "num_examples": 151}], "download_size": 263543, "dataset_size": 222620}, {"config_name": "humaneval-ts-scala-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 223457, "num_examples": 153}], "download_size": 265084, "dataset_size": 223457}, {"config_name": "humaneval-ts-scala-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 272417, "num_examples": 153}], "download_size": 314962, "dataset_size": 272417}, {"config_name": "humaneval-ts-sh-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 161391, "num_examples": 150}], "download_size": 208649, "dataset_size": 161391}, {"config_name": "humaneval-ts-sh-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 209241, "num_examples": 150}], "download_size": 257399, "dataset_size": 209241}, {"config_name": "humaneval-ts-swift-direct", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 202575, "num_examples": 153}], "download_size": 245124, "dataset_size": 202575}, {"config_name": "humaneval-ts-swift-exp", "features": [{"name": "name", "dtype": "string"}, {"name": "language", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "doctests", "dtype": "string"}, {"name": "original", "dtype": "string"}, {"name": "prompt_terminology", "dtype": "string"}, {"name": "source_program", "dtype": "string"}, {"name": "target_signature", "dtype": "string"}, {"name": "tests", "dtype": "string"}, {"name": "stop_tokens", "sequence": "string"}, {"name": "translation_prompt", "dtype": "string"}], "splits": [{"name": "test", "num_bytes": 251535, "num_examples": 153}], "download_size": 295002, "dataset_size": 251535}]}
2023-11-13T12:55:33+00:00
[]
[]
TAGS #license-mit #region-us
# Dataset Card for MultiPL-C2C ## Dataset Description - Repository: URL - Paper: URL - Point of Contact: zilutang@URL ## Dataset Summary MultiPL-C2C is a dataset for evaluating large language models for code translation between any of the 19 programming languages. It is an extension from MultiPL-E dataset, which takes the OpenAI "HumanEval" and the MBPP Python benchmarks and uses little compilers to translate them to other languages. On top of MultiPL-E, it is easy to add support for new languages and benchmarks. For MultiPL-C2C, we release only the subset for HumanEval. ## Subsets To evaluate program translation with MultiPL-C2C, you need mainly three arguments: *SRC_LANG*, *TGT_LANG*, and *EXP*. We use the canonical file extension for each language to identify the language, e.g., "py" for Python, "cpp" for C++, "lua" for Lua, and so on. *EXP* specifies what type of prompting is done for the translation: 'direct' is direct translation. {'exp', 'exp-lbl', 'exp-lbl-d'} are other explain-then-translate method. See paper for detailed description. Our paper "explain-then-translate" explores a Chain-of-Thought like 2-stage prompting methods to improve 0-shot translation accuracy. We also provide a few other variations: - *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5* is the same as *SRCDATA-SRC_LANG-TGT_LANG-EXP*, but are the prompts we used to evaluated GPT-3.5 in March 2023. For example, in Python-to-X direction, we cached Python-Java intermediate generations (explanations), and reused them in other Python-to-X directions. - *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5exp* is a step further to control reproducibility for our experiments on top of *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*. We additionally cached all intermediate generations (explanations) in the prompts. Different from *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*, translation direction such as 'Lua-Python' will have explanations generated by GPT-3.5 Note that we did not experiment with MBPP even thought it is available with MultiPL-E. Feel free to PR and we can include them to further improve code-translation datasets. ## Example The following script uses the Salesforce/codegen model to translate Python-Lua and MultiPL-E to produce a script with unit tests for luaunit. Depending on the quality of the model, you may or may not find some extraneous natural langauge or program commands at the end of the generated functions. To trim them using programmatic rules, see our repo for a more detailed inference script that takes care of this in post-processing. For few shot examples checkout our all other translation prompts used here
[ "# Dataset Card for MultiPL-C2C", "## Dataset Description\n\n- Repository: URL\n- Paper: URL\n- Point of Contact: zilutang@URL", "## Dataset Summary\n\nMultiPL-C2C is a dataset for evaluating large language models for code\ntranslation between any of the 19 programming languages. It is an extension\nfrom MultiPL-E dataset, which takes the OpenAI \"HumanEval\" and the MBPP \nPython benchmarks and uses little compilers to translate them to other \nlanguages. On top of MultiPL-E, it is easy to add support for new languages \nand benchmarks. For MultiPL-C2C, we release only the subset for HumanEval.", "## Subsets\n\nTo evaluate program translation with MultiPL-C2C, you need mainly three \narguments: *SRC_LANG*, *TGT_LANG*, and *EXP*. We use the canonical file extension \nfor each language to identify the language, e.g., \"py\" for Python, \"cpp\" for \nC++, \"lua\" for Lua, and so on. *EXP* specifies what type of prompting is done for\nthe translation: 'direct' is direct translation. {'exp', 'exp-lbl', 'exp-lbl-d'}\nare other explain-then-translate method. See paper for detailed description.\n\nOur paper \"explain-then-translate\"\nexplores a Chain-of-Thought like 2-stage prompting methods to improve 0-shot\ntranslation accuracy. We also provide a few other variations:\n\n- *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5* is the same as *SRCDATA-SRC_LANG-TGT_LANG-EXP*, but are the prompts we\n used to evaluated GPT-3.5 in March 2023. For example, in Python-to-X direction,\n we cached Python-Java intermediate generations (explanations), and reused them\n in other Python-to-X directions. \n\n- *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5exp* is a step further to control reproducibility for\n our experiments on top of *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*. We additionally cached all\n intermediate generations (explanations) in the prompts. Different from \n *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*, translation direction such as 'Lua-Python' will have\n explanations generated by GPT-3.5\n\nNote that we did not experiment with MBPP even thought it is available with\nMultiPL-E. Feel free to PR and we can include them to further improve \ncode-translation datasets.", "## Example\n\nThe following script uses the Salesforce/codegen model to translate Python-Lua\nand MultiPL-E to produce a script with unit tests for luaunit.\n\n\n\nDepending on the quality of the model, you may or may not find some extraneous natural langauge\nor program commands at the end of the generated functions. To trim them using programmatic rules,\nsee our repo\nfor a more detailed inference script that takes care of this in post-processing. \n\nFor few shot examples checkout our all other translation prompts used here" ]
[ "TAGS\n#license-mit #region-us \n", "# Dataset Card for MultiPL-C2C", "## Dataset Description\n\n- Repository: URL\n- Paper: URL\n- Point of Contact: zilutang@URL", "## Dataset Summary\n\nMultiPL-C2C is a dataset for evaluating large language models for code\ntranslation between any of the 19 programming languages. It is an extension\nfrom MultiPL-E dataset, which takes the OpenAI \"HumanEval\" and the MBPP \nPython benchmarks and uses little compilers to translate them to other \nlanguages. On top of MultiPL-E, it is easy to add support for new languages \nand benchmarks. For MultiPL-C2C, we release only the subset for HumanEval.", "## Subsets\n\nTo evaluate program translation with MultiPL-C2C, you need mainly three \narguments: *SRC_LANG*, *TGT_LANG*, and *EXP*. We use the canonical file extension \nfor each language to identify the language, e.g., \"py\" for Python, \"cpp\" for \nC++, \"lua\" for Lua, and so on. *EXP* specifies what type of prompting is done for\nthe translation: 'direct' is direct translation. {'exp', 'exp-lbl', 'exp-lbl-d'}\nare other explain-then-translate method. See paper for detailed description.\n\nOur paper \"explain-then-translate\"\nexplores a Chain-of-Thought like 2-stage prompting methods to improve 0-shot\ntranslation accuracy. We also provide a few other variations:\n\n- *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5* is the same as *SRCDATA-SRC_LANG-TGT_LANG-EXP*, but are the prompts we\n used to evaluated GPT-3.5 in March 2023. For example, in Python-to-X direction,\n we cached Python-Java intermediate generations (explanations), and reused them\n in other Python-to-X directions. \n\n- *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5exp* is a step further to control reproducibility for\n our experiments on top of *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*. We additionally cached all\n intermediate generations (explanations) in the prompts. Different from \n *SRCDATA-SRC_LANG-TGT_LANG-EXP-gpt3.5*, translation direction such as 'Lua-Python' will have\n explanations generated by GPT-3.5\n\nNote that we did not experiment with MBPP even thought it is available with\nMultiPL-E. Feel free to PR and we can include them to further improve \ncode-translation datasets.", "## Example\n\nThe following script uses the Salesforce/codegen model to translate Python-Lua\nand MultiPL-E to produce a script with unit tests for luaunit.\n\n\n\nDepending on the quality of the model, you may or may not find some extraneous natural langauge\nor program commands at the end of the generated functions. To trim them using programmatic rules,\nsee our repo\nfor a more detailed inference script that takes care of this in post-processing. \n\nFor few shot examples checkout our all other translation prompts used here" ]
c7100eaa66708a9e3b0a524498bca7a2e0e760ae
# Dataset Card for "heeidk" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gokul00060/heeidk
[ "region:us" ]
2023-11-11T13:45:36+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 3970, "num_examples": 10}], "download_size": 4124, "dataset_size": 3970}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T13:45:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "heeidk" More Information needed
[ "# Dataset Card for \"heeidk\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"heeidk\"\n\nMore Information needed" ]
1db077c69d8891cb35394236f556837a16c41d8a
* 2023.12.20更新:增加来自[skypile](https://huggingface.co/datasets/Skywork/SkyPile-150B)数据集的长数据 # Long text dataset for pretraining * This dataset contains samples with the length greater than 16k, which can be used for pretraining models with extremely long context lengths. * The dataset is continuously updating. # 长文本模型预训练数据集 * 此数据集包含长度大于16k的预训练数据,可用于对极长上下文长度的模型进行预训练。 * 数据正在持续增加中 ## 中文数据 * 筛选自 [悟道200G开源数据](https://github.com/BAAI-WuDao/Data)、[书生万卷数据集](https://opendatalab.org.cn/OpenDataLab/WanJuan1_dot_0)、 [CCI中文互联网语料库](https://huggingface.co/datasets/BAAI/CCI-Data) 、中文维基百科等, 每条数据长度在16000字以上 ## 英文数据 * 筛选自 [SlimPajama-dc] (https://huggingface.co/datasets/MBZUAI-LLM/SlimPajama-627B-DC), 每条数据长度在16000个word以上 ## Sharegpt长对话 * 包含筛选自sharegpt的长度大于8k字的中文和英文对话。[Sharegpt长对话](https://huggingface.co/datasets/yuyijiong/Sharegpt-long-conversation) ## 图书、小说 中文小说由于数据量太大,已经上传至[云盘](https://cloud.tsinghua.edu.cn/d/0670fcb14d294c97b5cf/)。 英文图书来自RedPajamaBook,筛选了长度大于100k words的图书。 ## 注意 注意,有些长文本数据中含有大量的重复字符串,推荐在使用以下代码进行去重: ```python import re #删除连续出现4次以上的非数字和字母的字符,只保留4次 content = re.sub(r'([^a-zA-Z0-9])\1{4,}', r'\1\1\1\1', content) #删除连续出现3次以上的数字和字母组成的子串,例如“121212”变为“12” content = re.sub(r'([a-zA-Z0-9]{3,}?)\1+', r'\1', content) ```
yuyijiong/LongData-Corpus
[ "size_categories:10K<n<100K", "language:zh", "language:en", "license:cc-by-nc-4.0", "region:us" ]
2023-11-11T13:47:14+00:00
{"language": ["zh", "en"], "license": "cc-by-nc-4.0", "size_categories": ["10K<n<100K"]}
2023-12-20T05:15:07+00:00
[]
[ "zh", "en" ]
TAGS #size_categories-10K<n<100K #language-Chinese #language-English #license-cc-by-nc-4.0 #region-us
* 2023.12.20更新:增加来自skypile数据集的长数据 # Long text dataset for pretraining * This dataset contains samples with the length greater than 16k, which can be used for pretraining models with extremely long context lengths. * The dataset is continuously updating. # 长文本模型预训练数据集 * 此数据集包含长度大于16k的预训练数据,可用于对极长上下文长度的模型进行预训练。 * 数据正在持续增加中 ## 中文数据 * 筛选自 悟道200G开源数据、书生万卷数据集、 CCI中文互联网语料库 、中文维基百科等, 每条数据长度在16000字以上 ## 英文数据 * 筛选自 [SlimPajama-dc] (URL, 每条数据长度在16000个word以上 ## Sharegpt长对话 * 包含筛选自sharegpt的长度大于8k字的中文和英文对话。Sharegpt长对话 ## 图书、小说 中文小说由于数据量太大,已经上传至云盘。 英文图书来自RedPajamaBook,筛选了长度大于100k words的图书。 ## 注意 注意,有些长文本数据中含有大量的重复字符串,推荐在使用以下代码进行去重:
[ "# Long text dataset for pretraining\n\n* This dataset contains samples with the length greater than 16k, which can be used for pretraining models with extremely long context lengths.\n\n* The dataset is continuously updating.", "# 长文本模型预训练数据集\n* 此数据集包含长度大于16k的预训练数据,可用于对极长上下文长度的模型进行预训练。\n* 数据正在持续增加中", "## 中文数据\n* 筛选自 悟道200G开源数据、书生万卷数据集、\nCCI中文互联网语料库\n、中文维基百科等,\n每条数据长度在16000字以上", "## 英文数据\n* 筛选自 [SlimPajama-dc]\n\n(URL, 每条数据长度在16000个word以上", "## Sharegpt长对话\n* 包含筛选自sharegpt的长度大于8k字的中文和英文对话。Sharegpt长对话", "## 图书、小说\n中文小说由于数据量太大,已经上传至云盘。\n英文图书来自RedPajamaBook,筛选了长度大于100k words的图书。", "## 注意\n注意,有些长文本数据中含有大量的重复字符串,推荐在使用以下代码进行去重:" ]
[ "TAGS\n#size_categories-10K<n<100K #language-Chinese #language-English #license-cc-by-nc-4.0 #region-us \n", "# Long text dataset for pretraining\n\n* This dataset contains samples with the length greater than 16k, which can be used for pretraining models with extremely long context lengths.\n\n* The dataset is continuously updating.", "# 长文本模型预训练数据集\n* 此数据集包含长度大于16k的预训练数据,可用于对极长上下文长度的模型进行预训练。\n* 数据正在持续增加中", "## 中文数据\n* 筛选自 悟道200G开源数据、书生万卷数据集、\nCCI中文互联网语料库\n、中文维基百科等,\n每条数据长度在16000字以上", "## 英文数据\n* 筛选自 [SlimPajama-dc]\n\n(URL, 每条数据长度在16000个word以上", "## Sharegpt长对话\n* 包含筛选自sharegpt的长度大于8k字的中文和英文对话。Sharegpt长对话", "## 图书、小说\n中文小说由于数据量太大,已经上传至云盘。\n英文图书来自RedPajamaBook,筛选了长度大于100k words的图书。", "## 注意\n注意,有些长文本数据中含有大量的重复字符串,推荐在使用以下代码进行去重:" ]