-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathali_tianchi_code_generation.toml
25 lines (23 loc) · 1.24 KB
/
ali_tianchi_code_generation.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[general]
# benchmark name
name = 'Tianchi'
# select the most applicable category from the list provided by this repo
category = 'AI'
# mark your benchmark with custom tags (your own custom tags OR use existing from other projects)
tags = ['AI', 'code generation']
[info]
# programming language
language = 'language independent'
# license used in the project from the list provided by this repo
license = 'cc-by-4.0'
# number of tests/cases/scenarios/benchmarks (should not be 0)
scenarios_num = 2300
# free text with a small desciption of the benchmark
description = 'Front-end Field Binding Dataset for Code Generation. Front-end Field Binding Dataset is a dataset used to automatically generate corresponding code snippet based on natural language description, in the actual front-end development work.'
[links]
# the link to the home page of the benchmark
homepage = 'https://tianchi.aliyun.com/dataset/dataDetail?dataId=107819'
# the link to the source code
sources = 'https://jupter-oss.oss-cn-hangzhou.aliyuncs.com/file/opensearch/documents/107819/data.zip'
# the link to the page with documentation
documentation = 'https://tianchi.aliyun.com/dataset/dataDetail?dataId=107819'