waynechi commited on
Commit
7b99f09
·
verified ·
1 Parent(s): 8f8edfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - code-generation
14
+ pretty_name: EditBench
15
+ tags:
16
+ - code
17
+ - code-editing
18
+ - python
19
+ - javascript
20
+ - benchmark
21
+ - test-only
22
+ - evaluation-only
23
+ metrics:
24
+ - execution-accuracy
25
+ dataset_info:
26
+ test_only: true
27
+ should_not_be_used_for_training: true
28
+ ---
29
+
30
+ # EditBench: A Code Editing Benchmark Dataset
31
+
32
+ This dataset is provided EXCLUSIVELY as a TEST/BENCHMARK dataset and is not intended for training.
33
+ It is designed to evaluate model performance on code editing tasks.
34
+
35
+ Please respect the test-only nature of this dataset and do not include it in any training data.