Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
saridormi commited on
Commit
aff5df5
·
1 Parent(s): 0195c06

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: commitchronicle-py-long
4
+ features:
5
+ - name: hash
6
+ dtype: string
7
+ - name: repo
8
+ dtype: string
9
+ - name: date
10
+ dtype: string
11
+ - name: license
12
+ dtype: string
13
+ - name: message
14
+ dtype: string
15
+ - name: mods
16
+ struct:
17
+ - name: diff
18
+ list:
19
+ - name: change_type
20
+ dtype: string
21
+ - name: new_path
22
+ dtype: string
23
+ - name: old_path
24
+ dtype: string
25
+ - name: diff
26
+ dtype: string
27
+ - name: file_src
28
+ struct:
29
+ - name: old_path
30
+ dtype: string
31
+ - name: new_path
32
+ dtype: string
33
+ - name: old_contents
34
+ dtype: string
35
+ - name: new_contents
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 1225963
40
+ num_examples: 163
41
+ download_size: 485771
42
+ dataset_size: 1225963
43
+ configs:
44
+ - config_name: commitchronicle-py-long
45
+ data_files:
46
+ - split: test
47
+ path: commitchronicle-py-long/test-*
48
+ ---
49
+ # Dataset Card for "lca-cmg"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)