saridormi commited on
Commit
cbe931b
1 Parent(s): e1b2da2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: subset_cmg
4
+ features:
5
+ - name: author
6
+ dtype: int64
7
+ - name: date
8
+ dtype: string
9
+ - name: timezone
10
+ dtype: int64
11
+ - name: hash
12
+ dtype: string
13
+ - name: message
14
+ dtype: string
15
+ - name: mods
16
+ list:
17
+ - name: change_type
18
+ dtype: string
19
+ - name: old_path
20
+ dtype: string
21
+ - name: new_path
22
+ dtype: string
23
+ - name: diff
24
+ dtype: string
25
+ - name: language
26
+ dtype: string
27
+ - name: license
28
+ dtype: string
29
+ - name: repo
30
+ dtype: string
31
+ - name: original_message
32
+ dtype: string
33
+ splits:
34
+ - name: test
35
+ num_bytes: 772774959
36
+ num_examples: 204336
37
+ download_size: 258151047
38
+ dataset_size: 772774959
39
+ configs:
40
+ - config_name: subset_cmg
41
+ data_files:
42
+ - split: test
43
+ path: subset_cmg/test-*
44
+ ---
45
+ # Dataset Card for "commit-chronicle1"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)