eitanturok commited on
Commit
a000793
·
verified ·
1 Parent(s): 803cddc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: python
4
+ features:
5
+ - name: commit
6
+ dtype: string
7
+ - name: old_file
8
+ dtype: string
9
+ - name: new_file
10
+ dtype: string
11
+ - name: old_contents
12
+ dtype: string
13
+ - name: new_contents
14
+ dtype: string
15
+ - name: subject
16
+ dtype: string
17
+ - name: message
18
+ dtype: string
19
+ - name: lang
20
+ dtype: string
21
+ - name: license
22
+ dtype: string
23
+ - name: repos
24
+ dtype: string
25
+ - name: prompt
26
+ dtype: string
27
+ - name: response
28
+ dtype: string
29
+ - name: prompt_tagged
30
+ dtype: string
31
+ - name: response_tagged
32
+ dtype: string
33
+ - name: text
34
+ dtype: string
35
+ - name: text_tagged
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 509786862
40
+ num_examples: 56025
41
+ download_size: 222635526
42
+ dataset_size: 509786862
43
+ configs:
44
+ - config_name: python
45
+ data_files:
46
+ - split: train
47
+ path: python/train-*
48
+ ---
49
+ # Dataset Card for "commitpackft"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)