peterbeamish commited on
Commit
da88190
·
1 Parent(s): cd775a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: filename
12
+ dtype: string
13
+ - name: content
14
+ dtype: string
15
+ - name: environment
16
+ sequence: string
17
+ - name: variablearg
18
+ sequence: 'null'
19
+ - name: constarg
20
+ sequence: string
21
+ - name: variableargjson
22
+ dtype: string
23
+ - name: constargjson
24
+ dtype: string
25
+ - name: lang
26
+ dtype: string
27
+ - name: constargcount
28
+ dtype: float64
29
+ - name: variableargcount
30
+ dtype: float64
31
+ - name: sentence
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 259739016
36
+ num_examples: 19334
37
+ - name: test
38
+ num_bytes: 255890535
39
+ num_examples: 19335
40
+ download_size: 189919122
41
+ dataset_size: 515629551
42
+ ---
43
+ # Dataset Card for "environment-multi-labels-even"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)