Muennighoff commited on
Commit
a620c73
·
1 Parent(s): 69b84a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: commit
5
+ dtype: string
6
+ - name: subject
7
+ dtype: string
8
+ - name: old_file
9
+ dtype: string
10
+ - name: new_file
11
+ dtype: string
12
+ - name: old_contents
13
+ dtype: string
14
+ - name: lang
15
+ dtype: string
16
+ - name: proba
17
+ dtype: float64
18
+ - name: diff
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 37542628668.41245
23
+ num_examples: 2597493
24
+ download_size: 3991157226
25
+ dataset_size: 37542628668.41245
26
+ ---
27
+ # Dataset Card for "commits-pjj-diff"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)