mamiksik commited on
Commit
e23e607
·
1 Parent(s): b7a5035

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: float64
16
+ - name: is_chore
17
+ dtype: bool
18
+ - name: is_bot
19
+ dtype: bool
20
+ - name: subject_word_count
21
+ dtype: float64
22
+ - name: verb_object_spacy
23
+ dtype: bool
24
+ - name: verb_object_stanza
25
+ dtype: bool
26
+ - name: fits_requirements
27
+ dtype: bool
28
+ - name: owner
29
+ dtype: string
30
+ - name: repo
31
+ dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 221089223
37
+ num_examples: 668743
38
+ download_size: 106128899
39
+ dataset_size: 221089223
40
+ ---
41
+ # Dataset Card for "analysed-diff-metadata"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)