Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: image
|
10 |
+
dtype: image
|
11 |
+
- name: caption
|
12 |
+
dtype: string
|
13 |
+
- name: image_id
|
14 |
+
dtype: string
|
15 |
+
- name: image_cluster_id
|
16 |
+
dtype: string
|
17 |
+
- name: image_hash
|
18 |
+
dtype: string
|
19 |
+
- name: image_file_name
|
20 |
+
dtype: string
|
21 |
+
- name: image_panel_type
|
22 |
+
dtype: string
|
23 |
+
- name: image_panel_subtype
|
24 |
+
dtype: string
|
25 |
+
- name: image_primary_label
|
26 |
+
sequence: string
|
27 |
+
- name: image_secondary_label
|
28 |
+
sequence: string
|
29 |
+
- name: image_size
|
30 |
+
sequence: int32
|
31 |
+
- name: image_figure_set
|
32 |
+
dtype: string
|
33 |
+
- name: image_context
|
34 |
+
dtype: string
|
35 |
+
- name: article_title
|
36 |
+
dtype: string
|
37 |
+
- name: article_keywords
|
38 |
+
sequence: string
|
39 |
+
- name: article_journal
|
40 |
+
dtype: string
|
41 |
+
- name: article_date
|
42 |
+
dtype: string
|
43 |
+
- name: article_abstract
|
44 |
+
dtype: string
|
45 |
+
- name: article_mesh_terms
|
46 |
+
sequence: string
|
47 |
+
- name: subset
|
48 |
+
dtype: string
|
49 |
+
- name: pmid
|
50 |
+
dtype: string
|
51 |
+
- name: article_reference_ids
|
52 |
+
sequence: string
|
53 |
+
- name: article_reference_count
|
54 |
+
dtype: string
|
55 |
+
- name: article_reference_list
|
56 |
+
sequence: string
|
57 |
+
- name: article_citation
|
58 |
+
dtype: string
|
59 |
+
- name: article_license
|
60 |
+
dtype: string
|
61 |
+
splits:
|
62 |
+
- name: train
|
63 |
+
num_bytes: 32799402554.956
|
64 |
+
num_examples: 109974
|
65 |
+
download_size: 22340466282
|
66 |
+
dataset_size: 32799402554.956
|
67 |
+
---
|
68 |
+
# Dataset Card for "biomedica_microscopy_imagining_subset_parquet"
|
69 |
+
|
70 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|