waynechi commited on
Commit
c72f752
·
verified ·
1 Parent(s): bda5099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -1,32 +1,15 @@
1
  ---
2
- language:
3
- - en
4
  license:
5
  - apache-2.0
6
- multilinguality:
7
- - mutlilingual
8
  size_categories:
9
  - 100<n<1K
10
- source_datasets:
11
- - original
12
- task_categories:
13
- - text-generation
14
- task_ids:
15
- - code-generation
16
  pretty_name: EditBench
17
  tags:
18
  - code
19
  - code-editing
20
- - python
21
- - javascript
22
- - benchmark
23
- - test-only
24
- - evaluation-only
25
  metrics:
26
  - execution-accuracy
27
- dataset_info:
28
- test_only: true
29
- should_not_be_used_for_training: true
30
  ---
31
 
32
  # EditBench: A Code Editing Benchmark Dataset
@@ -34,4 +17,4 @@ dataset_info:
34
  This dataset is provided EXCLUSIVELY as a TEST/BENCHMARK dataset and is not intended for training.
35
  It is designed to evaluate model performance on code editing tasks.
36
 
37
- Please respect the test-only nature of this dataset and do not include it in any training data.
 
1
  ---
 
 
2
  license:
3
  - apache-2.0
 
 
4
  size_categories:
5
  - 100<n<1K
 
 
 
 
 
 
6
  pretty_name: EditBench
7
  tags:
8
  - code
9
  - code-editing
10
+ - code-generation
 
 
 
 
11
  metrics:
12
  - execution-accuracy
 
 
 
13
  ---
14
 
15
  # EditBench: A Code Editing Benchmark Dataset
 
17
  This dataset is provided EXCLUSIVELY as a TEST/BENCHMARK dataset and is not intended for training.
18
  It is designed to evaluate model performance on code editing tasks.
19
 
20
+ Please respect the test-only nature of this dataset and do not include it in any training data.