Datasets:
Upload dataset
Browse files- README.md +57 -0
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: test
|
7 |
+
path: data/test-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: task_id
|
11 |
+
dtype: string
|
12 |
+
- name: scenario_id
|
13 |
+
dtype: string
|
14 |
+
- name: env_id
|
15 |
+
dtype: string
|
16 |
+
- name: api_specification
|
17 |
+
dtype: string
|
18 |
+
- name: text_specification
|
19 |
+
dtype: string
|
20 |
+
- name: short_app_description
|
21 |
+
dtype: string
|
22 |
+
- name: scenario_instructions
|
23 |
+
dtype: string
|
24 |
+
- name: needs_db
|
25 |
+
dtype: bool
|
26 |
+
- name: needs_secret
|
27 |
+
dtype: bool
|
28 |
+
- name: needed_packages
|
29 |
+
struct:
|
30 |
+
- name: JavaScript
|
31 |
+
sequence: string
|
32 |
+
- name: _all_
|
33 |
+
sequence: string
|
34 |
+
- name: potential_cwes
|
35 |
+
sequence: int64
|
36 |
+
- name: env_language
|
37 |
+
dtype: string
|
38 |
+
- name: env_extension
|
39 |
+
dtype: string
|
40 |
+
- name: env_framework
|
41 |
+
dtype: string
|
42 |
+
- name: env_multifile
|
43 |
+
dtype: bool
|
44 |
+
- name: code_filename
|
45 |
+
dtype: string
|
46 |
+
- name: entrypoint_cmd
|
47 |
+
dtype: string
|
48 |
+
- name: allowed_packages
|
49 |
+
dtype: string
|
50 |
+
- name: env_instructions
|
51 |
+
dtype: string
|
52 |
+
- name: port
|
53 |
+
dtype: int64
|
54 |
+
splits:
|
55 |
+
- name: test
|
56 |
+
num_bytes: 1829870
|
57 |
+
num_examples: 392
|
58 |
+
download_size: 70513
|
59 |
+
dataset_size: 1829870
|
60 |
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:720365fdae115472649f3d8f4a56bf27c8a5a99f047c2c7f81337e9806beb83f
|
3 |
+
size 70513
|