File size: 1,607 Bytes
cdcea47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: caption
    dtype: string
  - name: image_id
    dtype: string
  - name: image_cluster_id
    dtype: string
  - name: image_hash
    dtype: string
  - name: image_file_name
    dtype: string
  - name: image_panel_type
    dtype: string
  - name: image_panel_subtype
    dtype: string
  - name: image_primary_label
    sequence: string
  - name: image_secondary_label
    sequence: string
  - name: image_size
    sequence: int32
  - name: image_figure_set
    dtype: string
  - name: image_context
    dtype: string
  - name: article_title
    dtype: string
  - name: article_keywords
    sequence: string
  - name: article_journal
    dtype: string
  - name: article_date
    dtype: string
  - name: article_abstract
    dtype: string
  - name: article_mesh_terms
    sequence: string
  - name: subset
    dtype: string
  - name: pmid
    dtype: string
  - name: article_reference_ids
    sequence: string
  - name: article_reference_count
    dtype: string
  - name: article_reference_list
    sequence: string
  - name: article_citation
    dtype: string
  - name: article_license
    dtype: string
  splits:
  - name: train
    num_bytes: 32799402554.956
    num_examples: 109974
  download_size: 22340466282
  dataset_size: 32799402554.956
---
# Dataset Card for "biomedica_microscopy_imagining_subset_parquet"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)