HyperionHF commited on
Commit
d91cb44
1 Parent(s): ed14c6b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: text
8
+ dtype: string
9
+ - name: addition_count
10
+ dtype: int64
11
+ - name: commit_subject
12
+ dtype: string
13
+ - name: deletion_count
14
+ dtype: int64
15
+ - name: file_extension
16
+ dtype: string
17
+ - name: lang
18
+ dtype: string
19
+ - name: license
20
+ dtype: string
21
+ - name: repo_name
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 225803009306
26
+ num_examples: 10676919
27
+ download_size: 35018369442
28
+ dataset_size: 225803009306
29
  ---