mamiksik commited on
Commit
c9434ff
1 Parent(s): d218bcf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sha
5
+ dtype: string
6
+ - name: author
7
+ dtype: string
8
+ - name: committer
9
+ dtype: string
10
+ - name: message
11
+ dtype: string
12
+ - name: subject
13
+ dtype: string
14
+ - name: subject_length
15
+ dtype: string
16
+ - name: is_chore
17
+ dtype: bool
18
+ - name: is_bot
19
+ dtype: bool
20
+ - name: verb_object_spacy
21
+ dtype: bool
22
+ - name: verb_object_stanza
23
+ dtype: bool
24
+ - name: fits_requirements
25
+ dtype: bool
26
+ - name: owner
27
+ dtype: string
28
+ - name: repo
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 7779212
33
+ num_examples: 34652
34
+ download_size: 3823758
35
+ dataset_size: 7779212
36
+ ---
37
+ # Dataset Card for "analysed-diff-metadata"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)