Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
hadim commited on
Commit
0f2d9e1
1 Parent(s): 2796525

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,5 +1,54 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # SAFE
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: dosed_ingredient
11
+ dtype: bool
12
+ - name: indication_class
13
+ dtype: string
14
+ - name: molecule_chembl_id
15
+ dtype: string
16
+ - name: molecule_type
17
+ dtype: string
18
+ - name: oral
19
+ dtype: bool
20
+ - name: pref_name
21
+ dtype: string
22
+ - name: therapeutic_flag
23
+ dtype: bool
24
+ - name: usan_stem
25
+ dtype: string
26
+ - name: usan_stem_definition
27
+ dtype: string
28
+ - name: usan_year
29
+ dtype: float64
30
+ - name: withdrawn_flag
31
+ dtype: bool
32
+ - name: smiles
33
+ dtype: string
34
+ - name: inchikey
35
+ dtype: string
36
+ - name: slices
37
+ dtype: string
38
+ - name: morphing
39
+ dtype: string
40
+ - name: motif
41
+ dtype: string
42
+ - name: scaffold
43
+ dtype: string
44
+ - name: superstructure
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 12691
49
+ num_examples: 26
50
+ download_size: 18556
51
+ dataset_size: 12691
52
  ---
53
 
54
  # SAFE