gayane commited on
Commit
7c3aa33
1 Parent(s): 62e48ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -5,4 +5,31 @@ task_categories:
5
  tags:
6
  - chemistry
7
  - biology
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - chemistry
7
  - biology
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/train-*
13
+ - split: validation
14
+ path: data/validation-*
15
+ - split: test
16
+ path: data/test-*
17
+ dataset_info:
18
+ features:
19
+ - name: smiles
20
+ dtype: string
21
+ - name: label
22
+ dtype: float64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 13810
26
+ num_examples: 513
27
+ - name: validation
28
+ num_bytes: 1890
29
+ num_examples: 64
30
+ - name: test
31
+ num_bytes: 1844
32
+ num_examples: 65
33
+ download_size: 16042
34
+ dataset_size: 17544
35
+ ---