patricebechard commited on
Commit
ed9ac91
·
verified ·
1 Parent(s): f602dcc

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +8 -62
  2. data-00000-of-00001.arrow +3 -0
  3. dataset_info.json +36 -0
  4. state.json +13 -0
README.md CHANGED
@@ -1,67 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
- - text-generation
5
  tags:
6
- - web-agent
7
- - evaluation
8
- - servicenow
9
- - workarena
10
  pretty_name: ServiceNow Tasks
11
- dataset_info:
12
- - config_name: default
13
- features:
14
- - name: benchmark
15
- dtype: string
16
- - name: task_name
17
- dtype: string
18
- - name: task_seed
19
- dtype: int64
20
- - name: task_config
21
- dtype: string
22
- - name: goal
23
- dtype: string
24
- - name: start_url
25
- dtype: string
26
- - name: validation
27
- dtype: string
28
- splits:
29
- - name: train
30
- num_bytes: 3236570
31
- num_examples: 330
32
- download_size: 166379
33
- dataset_size: 3236570
34
- - config_name: workarena
35
- features:
36
- - name: benchmark
37
- dtype: string
38
- - name: task_name
39
- dtype: string
40
- - name: task_seed
41
- dtype: int64
42
- - name: task_config
43
- dtype: string
44
- - name: goal
45
- dtype: string
46
- - name: start_url
47
- dtype: string
48
- - name: validation
49
- dtype: string
50
- splits:
51
- - name: train
52
- num_bytes: 3236570
53
- num_examples: 330
54
- download_size: 166379
55
- dataset_size: 3236570
56
- configs:
57
- - config_name: default
58
- data_files:
59
- - split: train
60
- path: data/train-*
61
- - config_name: workarena
62
- data_files:
63
- - split: train
64
- path: workarena/train-*
65
  ---
66
 
67
  # ServiceNow Tasks
@@ -123,9 +69,9 @@ Validators for `create`, `filter`, `sort`, `order`, and `dashboard` tasks call t
123
 
124
  | Variable | Description |
125
  |---|---|
126
- | `SNOW_INSTANCE_URL` | Base URL of the ServiceNow instance (e.g. `https://myinstance.service-now.com`) |
127
- | `SNOW_INSTANCE_UNAME` | ServiceNow username |
128
- | `SNOW_INSTANCE_PWD` | ServiceNow password |
129
  | `EXTRA_HTTP_HEADERS` | Optional JSON string of additional headers (e.g. `{"X-Custom": "value"}`) |
130
 
131
  ### Usage
 
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
+ - text-generation
5
  tags:
6
+ - web-agent
7
+ - evaluation
8
+ - servicenow
9
+ - workarena
10
  pretty_name: ServiceNow Tasks
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # ServiceNow Tasks
 
69
 
70
  | Variable | Description |
71
  |---|---|
72
+ | `SERVICENOW_INSTANCE_URL` | Base URL of the ServiceNow instance (e.g. `https://myinstance.service-now.com`) |
73
+ | `SERVICENOW_INSTANCE_UNAME` | ServiceNow username |
74
+ | `SERVICENOW_INSTANCE_PWD` | ServiceNow password |
75
  | `EXTRA_HTTP_HEADERS` | Optional JSON string of additional headers (e.g. `{"X-Custom": "value"}`) |
76
 
77
  ### Usage
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422de9aacd1294f775c9f6e6b064aa1064b9785400ba6cb3087270789eeb6090
3
+ size 3238040
dataset_info.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "benchmark": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "task_name": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "task_seed": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "task_config": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "goal": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "start_url": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "validation": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ }
33
+ },
34
+ "homepage": "",
35
+ "license": ""
36
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d111ce39d5b0b5f6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }