saridormi commited on
Commit
92d2bfa
1 Parent(s): 09d5321

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: subset_cmg
4
  features:
5
  - name: author
6
  dtype: int64
@@ -36,11 +36,51 @@ dataset_info:
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
 
 
1
  ---
2
  dataset_info:
3
+ - config_name: subset_cmg
4
  features:
5
  - name: author
6
  dtype: int64
 
36
  num_examples: 204336
37
  download_size: 258151047
38
  dataset_size: 772774959
39
+ - config_name: subset_llm
40
+ features:
41
+ - name: author
42
+ dtype: int64
43
+ - name: date
44
+ dtype: string
45
+ - name: timezone
46
+ dtype: int64
47
+ - name: hash
48
+ dtype: string
49
+ - name: message
50
+ dtype: string
51
+ - name: mods
52
+ list:
53
+ - name: change_type
54
+ dtype: string
55
+ - name: old_path
56
+ dtype: string
57
+ - name: new_path
58
+ dtype: string
59
+ - name: diff
60
+ dtype: string
61
+ - name: language
62
+ dtype: string
63
+ - name: license
64
+ dtype: string
65
+ - name: repo
66
+ dtype: string
67
+ - name: original_message
68
+ dtype: string
69
+ splits:
70
+ - name: test
71
+ num_bytes: 15121048
72
+ num_examples: 4025
73
+ download_size: 5068039
74
+ dataset_size: 15121048
75
  configs:
76
  - config_name: subset_cmg
77
  data_files:
78
  - split: test
79
  path: subset_cmg/test-*
80
+ - config_name: subset_llm
81
+ data_files:
82
+ - split: test
83
+ path: subset_llm/test-*
84
  ---
85
  # Dataset Card for "commit-chronicle1"
86