Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
vishruthnath commited on
Commit
4838129
·
verified ·
1 Parent(s): 9f6fc02

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: edit
4
+ features:
5
+ - name: input
6
+ dtype: string
7
+ - name: target
8
+ dtype: string
9
+ - name: problem_id
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 56166875
14
+ num_examples: 48386
15
+ - name: val
16
+ num_bytes: 3336062
17
+ num_examples: 3338
18
+ - name: test
19
+ num_bytes: 923073
20
+ num_examples: 881
21
+ download_size: 22695967
22
+ dataset_size: 60426010
23
+ configs:
24
+ - config_name: edit
25
+ data_files:
26
+ - split: train
27
+ path: edit/train-*
28
+ - split: val
29
+ path: edit/val-*
30
+ - split: test
31
+ path: edit/test-*
32
+ ---
33
+ # Dataset Card for "ECCO"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)