haneulpark commited on
Commit
617c355
·
verified ·
1 Parent(s): a0a2713

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -40,11 +40,9 @@ dataset_info:
40
  - name: "SMILES"
41
  dtype: string
42
  - name: "Y"
43
- dtype:
44
- class_label:
45
- names:
46
- 0: "negative"
47
- 1: "positive"
48
  splits:
49
  - name: train
50
  num_bytes: 28736
 
40
  - name: "SMILES"
41
  dtype: string
42
  - name: "Y"
43
+ dtype: int64
44
+ description: >-
45
+ Binary classification where 'O' represents 'negative' and '1' represents 'positive'
 
 
46
  splits:
47
  - name: train
48
  num_bytes: 28736