ammarnasr commited on
Commit
7c2db53
·
1 Parent(s): 6817dd0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: hexsha
5
+ dtype: string
6
+ - name: size
7
+ dtype: int64
8
+ - name: content
9
+ dtype: string
10
+ - name: avg_line_length
11
+ dtype: float64
12
+ - name: max_line_length
13
+ dtype: int64
14
+ - name: alphanum_fraction
15
+ dtype: float64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 11704058396.971489
19
+ num_examples: 893792
20
+ - name: test
21
+ num_bytes: 650224011.516795
22
+ num_examples: 49655
23
+ - name: valid
24
+ num_bytes: 650237106.351384
25
+ num_examples: 49656
26
+ download_size: 3673273607
27
+ dataset_size: 13004519514.839666
28
+ ---
29
+ # Dataset Card for "the-stack-rust-clean"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)