lz88 commited on
Commit
612d0cb
1 Parent(s): 49a048c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: nl_text
23
+ dtype: string
24
+ - name: nl_size
25
+ dtype: int64
26
+ - name: nl_ratio
27
+ dtype: float64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1271905.6847
31
+ num_examples: 131
32
+ download_size: 324517
33
+ dataset_size: 1271905.6847
34
+ ---
35
+ # Dataset Card for "python_comment_code_ratio_08"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)