1aurent commited on
Commit
287f23a
1 Parent(s): e5d5abb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -2
README.md CHANGED
@@ -1,13 +1,67 @@
1
  ---
2
  license: cc-by-4.0
3
- task_categories:
4
- - image-classification
5
  size_categories:
6
  - 100K<n<1M
 
 
7
  tags:
8
  - biology
9
  - drug
10
  - cells
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  [![DOI](https://zenodo.org/badge/DOI/10.48550/arXiv.2301.05768.svg)](https://doi.org/10.48550/arXiv.2301.05768)
 
1
  ---
2
  license: cc-by-4.0
 
 
3
  size_categories:
4
  - 100K<n<1M
5
+ task_categories:
6
+ - image-classification
7
  tags:
8
  - biology
9
  - drug
10
  - cells
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data/train-*
16
+ - split: test
17
+ path: data/test-*
18
+ dataset_info:
19
+ features:
20
+ - name: image
21
+ dtype:
22
+ array3_d:
23
+ dtype: uint8
24
+ shape:
25
+ - 512
26
+ - 512
27
+ - 6
28
+ - name: site_id
29
+ dtype: string
30
+ - name: well_id
31
+ dtype: string
32
+ - name: cell_type
33
+ dtype: string
34
+ - name: experiment
35
+ dtype: string
36
+ - name: plate
37
+ dtype: int32
38
+ - name: well
39
+ dtype: string
40
+ - name: site
41
+ dtype: int32
42
+ - name: well_type
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ '0': treatment
47
+ '1': positive_control
48
+ '2': negative_control
49
+ - name: sirna
50
+ dtype: string
51
+ - name: sirna_id
52
+ dtype: int32
53
+ - name: embeddings
54
+ sequence: float32
55
+ length: 128
56
+ splits:
57
+ - name: train
58
+ num_bytes: 213139738276
59
+ num_examples: 81224
60
+ - name: test
61
+ num_bytes: 116210798412
62
+ num_examples: 44286
63
+ download_size: 0
64
+ dataset_size: 329350536688
65
  ---
66
 
67
  [![DOI](https://zenodo.org/badge/DOI/10.48550/arXiv.2301.05768.svg)](https://doi.org/10.48550/arXiv.2301.05768)