jlkj commited on
Commit
d959500
·
1 Parent(s): 827494e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: hexsha
14
+ dtype: string
15
+ - name: size
16
+ dtype: int64
17
+ - name: content
18
+ dtype: string
19
+ - name: avg_line_length
20
+ dtype: float64
21
+ - name: max_line_length
22
+ dtype: int64
23
+ - name: alphanum_fraction
24
+ dtype: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 20211229.498295177
28
+ num_examples: 5520
29
+ - name: test
30
+ num_bytes: 1124066.5681117065
31
+ num_examples: 307
32
+ - name: valid
33
+ num_bytes: 1124066.5681117065
34
+ num_examples: 307
35
+ download_size: 9175944
36
+ dataset_size: 22459362.63451859
37
+ ---
38
+ # Dataset Card for "the-stack-moonscript-clean"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)