kjappelbaum commited on
Commit
e27c3e9
·
1 Parent(s): 3c73871

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  dataset_info:
 
3
  features:
4
  - name: representation
5
  dtype: string
@@ -27,11 +28,35 @@ dataset_info:
27
  num_examples: 323500
28
  download_size: 15384432
29
  dataset_size: 206763010
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  configs:
31
  - config_name: default
32
  data_files:
33
  - split: train
34
  path: data/train-*
 
 
 
 
35
  ---
36
  # Dataset Card for "chemnlp-chem-caption"
37
 
 
1
  ---
2
  dataset_info:
3
+ - config_name: default
4
  features:
5
  - name: representation
6
  dtype: string
 
28
  num_examples: 323500
29
  download_size: 15384432
30
  dataset_size: 206763010
31
+ - config_name: smarts
32
+ features:
33
+ - name: representation
34
+ dtype: string
35
+ - name: representation_type
36
+ dtype: string
37
+ - name: completion
38
+ dtype: int64
39
+ - name: completion_labels
40
+ dtype: string
41
+ - name: smarts
42
+ dtype: string
43
+ - name: __index_level_0__
44
+ dtype: int64
45
+ splits:
46
+ - name: train
47
+ num_bytes: 157359982
48
+ num_examples: 812177
49
+ download_size: 24877597
50
+ dataset_size: 157359982
51
  configs:
52
  - config_name: default
53
  data_files:
54
  - split: train
55
  path: data/train-*
56
+ - config_name: smarts
57
+ data_files:
58
+ - split: train
59
+ path: smarts/train-*
60
  ---
61
  # Dataset Card for "chemnlp-chem-caption"
62