calum commited on
Commit
a5f024f
1 Parent(s): d396b9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: body
5
+ dtype: string
6
+ - name: body_hash
7
+ dtype: int64
8
+ - name: docstring
9
+ dtype: string
10
+ - name: path
11
+ dtype: string
12
+ - name: name
13
+ dtype: string
14
+ - name: repository_name
15
+ dtype: string
16
+ - name: lang
17
+ dtype: string
18
+ - name: body_without_docstring
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 112225542
23
+ num_examples: 83665
24
+ download_size: 38236716
25
+ dataset_size: 112225542
26
+ ---
27
+ # Dataset Card for "the-stack-smol-filtered-python-docstrings"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)