File size: 577 Bytes
80ccd2b
 
 
 
 
 
6f24cb8
 
 
 
 
 
 
 
 
 
 
 
 
4355a9f
6f24cb8
 
 
 
 
 
 
 
 
 
 
4355a9f
6f24cb8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
task_categories:
- text-generation
tags:
- chemistry
- biology
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: smiles
    dtype: string
  - name: y
    dtype: float64
  splits:
  - name: train
    num_bytes: 199371
    num_examples: 3360
  - name: validation
    num_bytes: 25499
    num_examples: 420
  - name: test
    num_bytes: 25021
    num_examples: 420
  download_size: 137297
  dataset_size: 249891
---