philippemo commited on
Commit
a979352
1 Parent(s): 7f25545

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: content
5
+ dtype: string
6
+ - name: avg_line_length
7
+ dtype: float64
8
+ - name: max_line_length
9
+ dtype: int64
10
+ - name: alphanum_fraction
11
+ dtype: float64
12
+ - name: licenses
13
+ sequence: string
14
+ - name: repository_name
15
+ dtype: string
16
+ - name: path
17
+ dtype: string
18
+ - name: size
19
+ dtype: int64
20
+ - name: lang
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 82161631
25
+ num_examples: 10000
26
+ download_size: 28757440
27
+ dataset_size: 82161631
28
+ ---
29
+ # Dataset Card for "the-stack-smol-python"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)